1. 57269b0 InstSimplify: Fold a hasNoUnsignedWrap() call into a match() expression by David Majnemer · 11 years ago
  2. dd3894a [mips] Improve support for the .set mips16/nomips16 assembler directives. by Toma Tabacu · 11 years ago
  3. d0de1a5 [Stackmaps] Make test less fragile. NFC. by Juergen Ributzka · 11 years ago
  4. 0bbad01 remove function names from comments; NFC by Sanjay Patel · 11 years ago
  5. f1ab807 fix typo in comment by Sanjay Patel · 11 years ago
  6. 58cb7be Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating. by NAKAMURA Takumi · 11 years ago
  7. 76614e7 Remove "REQUIRES:shell" from tests. They work for me. by NAKAMURA Takumi · 11 years ago
  8. f7f14da [yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN2008 flag by Simon Atanasyan · 11 years ago
  9. 12fcb9c Re-enable tests in llvm/test/Object, corresponding to line_iterator's by NAKAMURA Takumi · 11 years ago
  10. 992662c llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in regex. This works on win32. by NAKAMURA Takumi · 11 years ago
  11. 5dac5bd Remove FindProgramByName. NFC. by Rafael Espindola · 11 years ago
  12. 3f4bf44b Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned mismatch. by Yaron Keren · 11 years ago
  13. 8f5dab8 Add missing tests for build attribute encodings in object files. by Charlie Turner · 11 years ago
  14. 3aeca77 llvm-objdump: Pass DiceTableEntry by reference by David Majnemer · 11 years ago
  15. 8f129a4 sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath() to appease clang Driver's tests. by NAKAMURA Takumi · 11 years ago
  16. ab15115 CodeGen: Enable DWARF emission for MS ABI targets by David Majnemer · 11 years ago
  17. 60234de #include <winbase.h> is not enough for Visual C++ 2013, it errors: by Yaron Keren · 11 years ago
  18. 281fc17 test: Restore llvm-lit (at least for my machine) by David Majnemer · 11 years ago
  19. 229e959 Minimize test case further by David Majnemer · 11 years ago
  20. ccf2cd1 R600/LLVMBuild.txt: Add TransformUtils. by NAKAMURA Takumi · 11 years ago
  21. 0a1d0f4 Docs: give binutils/gold instructions for CMake too. by Tim Northover · 11 years ago
  22. 9d18e62 Revert "Transforms: reapply SVN r219899" by Reid Kleckner · 11 years ago
  23. f4b76be Remove setPreservesCFG from instcombine. The pass, in particular, does not by Mark Heffernan · 11 years ago
  24. 58206dd Use findProgramByName. by Michael J. Spencer · 11 years ago
  25. 376a2e1 [Support][Program] Add findProgramByName(Name, OptionalPaths) by Michael J. Spencer · 11 years ago
  26. 9dfa407 Use the LLVM_GNUC_PREREQ macro instead of the longhand version check by Reid Kleckner · 11 years ago
  27. 1bf7f44 Remove the END_WITH_NULL macro now that Clang doesn't use it by Reid Kleckner · 11 years ago
  28. 957d027 Remove the static version of getScatteredRelocationType() now that r221211 added by Kevin Enderby · 11 years ago
  29. d282ca7 Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.h by Reid Kleckner · 11 years ago
  30. 67bcf74 The patchpoint lowering logic would crash with live constants equal to by Sanjoy Das · 11 years ago
  31. a250322 Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbolizer. by Kevin Enderby · 11 years ago
  32. 38d3e4d [Hexagon] Reverting 220584 to address ASAN errors. by Colin LeMahieu · 11 years ago
  33. 60c2a98 Change logic in StackMaps::recordStackMapOpers to use the isInt<32> by Sanjoy Das · 11 years ago
  34. abe09fc Rename variables to conform to llvm coding standards. by Akira Hatanaka · 11 years ago
  35. cd9acde Use AA in LoadCombine by Hal Finkel · 11 years ago
  36. 42090c6 Use common range handling for the CU's ranges by David Blaikie · 11 years ago
  37. 85a5ac0 [AArch64] Make function processLogicalImmediate more efficient. NFC. by Akira Hatanaka · 11 years ago
  38. 3ada4ec Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py by Rafael Espindola · 11 years ago
  39. 86156e8 refactor duplicated code. NFC. by Rafael Espindola · 11 years ago
  40. c671375 InstCombine: Remove infinite loop caused by FoldOpIntoPhi by David Majnemer · 11 years ago
  41. fcd4288 Push the CURangeList down into the skeleton CU (where available) rather than the full CU by David Blaikie · 11 years ago
  42. 38728dc [X86] Add debug print name for X86ISD::[US]MUL8. NFC-ish. by Ahmed Bougacha · 11 years ago
  43. 6199c0c [lit] Forward LD_PRELOAD to tests. by Rafael Espindola · 11 years ago
  44. dc1d16a Add DwarfCompileUnit::BaseAddress to track the base address used by relative addressing in debug_ranges and debug_loc by David Blaikie · 11 years ago
  45. 8d7cc6b [ARM, inline-asm] Fix ARMTargetLowering::getRegForInlineAsmConstraint to return by Akira Hatanaka · 11 years ago
  46. cce85e1 MSVC requires redeclarations to repeat noexcept by Reid Kleckner · 11 years ago
  47. 40453da [X86] 8bit divrem: Improve codegen for AH register extraction. by Ahmed Bougacha · 11 years ago
  48. f16d6b1 EarlyCSE should ignore calls to @llvm.assume by Hal Finkel · 11 years ago
  49. fbd383c Reapply: R600: Make sure to inline all internal functions by Tom Stellard · 11 years ago
  50. 3f4e9cb [Reassociate] Canonicalize negative constants out of expressions. by Chad Rosier · 11 years ago
  51. cf7bb7f Relax the LLVM_NOEXCEPT _MSC_VER version check back to 1900 by Reid Kleckner · 11 years ago
  52. c3e82bf Normally an 'optnone' function goes through fast-isel, which does not by Paul Robinson · 11 years ago
  53. 5e84760 IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc() by Duncan P. N. Exon Smith · 11 years ago
  54. c3606b6 Remove the cortex-a9-mp CPU. by Charlie Turner · 11 years ago
  55. c341134 Cleanup some unused or trivial functions in DwarfCompileUnit by David Blaikie · 11 years ago
  56. 60b9b0d Sink DwarfUnit::CURanges into DwarfCompileUnit by David Blaikie · 11 years ago
  57. e13ea1d [AArch64] Fix miscompile of comparison with 0xffffffffffffffff by Oliver Stannard · 11 years ago
  58. 0fc1662 Handle ctor/init_array initialization. by Sid Manning · 11 years ago
  59. 87dc149 Merge the directive-eabi_attribute.s and directive-eabi_attribute-2.s tests. by Charlie Turner · 11 years ago
  60. 9586f1a Add CRLF support to LineIterator. by Rafael Espindola · 11 years ago
  61. 25f4c35 Revert r221150, as it broke sanitizer tests by Oliver Stannard · 11 years ago
  62. b63d71e Emit .eh_frame with relocations to functions, rather than sections by Oliver Stannard · 11 years ago
  63. 89a66f4 [OCaml] Fix mismatched CAMLparam/CAMLreturn. by Peter Zotov · 11 years ago
  64. 8e003cd Test commit. by Charlie Turner · 11 years ago
  65. b4793c4 CMake: Add libm to list of system libs printed by llvm-config. by Peter Collingbourne · 11 years ago
  66. 8c4cd2f [mips] Remove unused prototype and variable. NFC. by Daniel Sanders · 11 years ago
  67. 099e59a [OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED. by Peter Zotov · 11 years ago
  68. a8ea2c9 Unbreak build. by Peter Zotov · 11 years ago
  69. 49fd904 [OCaml] Don't use deprecated non-caml_namespaced functions. by Peter Zotov · 11 years ago
  70. 13fd720 [OCaml] Initialize local roots prior to raising. by Peter Zotov · 11 years ago
  71. 10fa04c [OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule. by Peter Zotov · 11 years ago
  72. 40977eb [OCaml] Fix ocamlc -custom builds when configured as --enable-shared. by Peter Zotov · 11 years ago
  73. cf0fe98 [OCaml] Avoid embedding absolute paths into executables. by Peter Zotov · 11 years ago
  74. 29e8239 [OCaml] Don't build stub libraries twice. by Peter Zotov · 11 years ago
  75. 95a8dca [OCaml] Run tests twice, with ocamlc and ocamlopt (if available) by Peter Zotov · 11 years ago
  76. 7158970 [OCaml] META: remove exists_if(toplevel). by Peter Zotov · 11 years ago
  77. 3339b71 [OCaml] ExecutionEngine package should not depend on interpreter. by Peter Zotov · 11 years ago
  78. 9460376 Forgot to add input file for test added in r221133 by David Majnemer · 11 years ago
  79. 5dc81d5 llvm-vtabledump: Handle Itanium VTables by David Majnemer · 11 years ago
  80. 9808f11 InstCombine: Combine (X | Y) - X to (~X & Y) by David Majnemer · 11 years ago
  81. c70aeca Sink range list handling down from DwarfUnit into its only use, in DwarfCompileUnit. by David Blaikie · 11 years ago
  82. 2b6bd7a Use ErrorOr for the ::create factory on instrumented and sample profilers. by Diego Novillo · 11 years ago
  83. b6c9c72 R600: Don't unnecessarily repeat the register class by Matt Arsenault · 11 years ago
  84. 37b154c R600/SI: Use REG_SEQUENCE instead of INSERT_SUBREGs by Matt Arsenault · 11 years ago
  85. 2220408 Support REG_SEQUENCE in tablegen. by Matt Arsenault · 11 years ago
  86. 1ac6c45 Fix typo by Matt Arsenault · 11 years ago
  87. dcd2a82 Fix missing C++ mode comment by Matt Arsenault · 11 years ago
  88. eaa221a Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC." by Daniel Sanders · 11 years ago
  89. 0a6665e Revert r221096 bringing back r221014 with a fix. by Rafael Espindola · 11 years ago
  90. a0ef0e7 [cmake] Pass -O3 when linking. by Rafael Espindola · 11 years ago
  91. e82f417 Revert r221014: "Refactor duplicated code in liking GlobalValues." by Chandler Carruth · 11 years ago
  92. e8e0fcf Formatting by David Blaikie · 11 years ago
  93. 67177d3 Add DwarfUnit::isDwoUnit and use it to generalize string creation by David Blaikie · 11 years ago
  94. 1fcc568 Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into DwarfCompileUnit by David Blaikie · 11 years ago
  95. c28e37e Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit by David Blaikie · 11 years ago
  96. 01d89ee Use Alias Analysis to hoist 2 loads from diamond to the common predecessor basic block. by Elena Demikhovsky · 11 years ago
  97. c821f87 Sink DwarfUnit::addExpr into DwarfCompileUnit by David Blaikie · 11 years ago
  98. 3c2838f Fix the build from the last commit by David Blaikie · 11 years ago
  99. 9aa32f9 Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit by David Blaikie · 11 years ago
  100. 51af354 Sink DwarfUnit::addLocationList down into DwarfCompileUnit by David Blaikie · 11 years ago