1. 8d3ad73 [InstCombine] update test to use FileCheck; NFC by Sanjay Patel · 9 years ago
  2. 04777c4 [libFuzzer] do not initialize parts of TracePC -- let them be initialized by the linker. Add no-msan attribute to the memcmp hook. by Kostya Serebryany · 9 years ago
  3. 9728332 [InstCombine] clean up foldSelectOpOp(); NFC by Sanjay Patel · 9 years ago
  4. 1a26404 [tsan][llvm] Implement the function attribute to disable TSan checking at run time by Anna Zaks · 9 years ago
  5. 7f0fc37 [LV] Stop saying "use -Rpass-analysis=loop-vectorize" by Adam Nemet · 9 years ago
  6. e923c84 [RPC] Add const qualifier to MemberFnWrapper to make buildbots happy. by Lang Hames · 9 years ago
  7. 6d8b101 Fix typo in comment. by Rui Ueyama · 9 years ago
  8. dc2310f Revert "(origin/master, origin/HEAD) MachineScheduler/ScheduleDAG: Add support to skipping a node." by Matthias Braun · 9 years ago
  9. 59a5edd MachineScheduler/ScheduleDAG: Add support to skipping a node. by Matthias Braun · 9 years ago
  10. 97c4b7a ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCI by Matthias Braun · 9 years ago
  11. e9923d3 MachineScheduler: Dump EntrySU/ExitSU if possible by Matthias Braun · 9 years ago
  12. 9755e15 ScheduleDAG: Identify EntrySU/ExitSU when dumping node ids by Matthias Braun · 9 years ago
  13. eec5bf7 FunctionComparator: don't rely on argument evaluation order. by Erik Eckstein · 9 years ago
  14. aa2b11d Fix static initialization order fiasco in MCTests by Mehdi Amini · 9 years ago
  15. 823ac75 [ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handler by Lang Hames · 9 years ago
  16. 797e9cd NFC ProgrammersManual fix by Piotr Padlewski · 9 years ago
  17. feb16c8 Simplify code and address review comments (NFC) by Adrian Prantl · 9 years ago
  18. 2322de6 [Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes. by Lang Hames · 9 years ago
  19. cd5b334 Fix a reference-to-temporary introduced in r286607. by Adrian Prantl · 9 years ago
  20. 085827f [ORC] Re-apply 286620 with fixes for the ErrorSuccess class. by Lang Hames · 9 years ago
  21. 13e440e [PowerPC] Add remaining vector permute builtins in altivec.h - LLVM portion by Nemanja Ivanovic · 9 years ago
  22. 06f9b86 [cfi] Fix weak functions handling. by Evgeniy Stepanov · 9 years ago
  23. 345d21c Make the FunctionComparator of the MergeFunctions pass a stand-alone utility. by Erik Eckstein · 9 years ago
  24. 6b8a078 Fix -Wpessimizing-move warning. by Rui Ueyama · 9 years ago
  25. 35cecc3 Fixed the lost FastMathFlags for FCmp operations in SLPVectorizer. by Vyacheslav Klochkov · 9 years ago
  26. ed7a0c4 [AArch64] Update a FIXME comment to reflect current state. NFC. by Chad Rosier · 9 years ago
  27. aeb2eff Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected. by Peter Collingbourne · 9 years ago
  28. 9b252f0 Bitcode: Clean up error handling for certain bitcode query functions. by Peter Collingbourne · 9 years ago
  29. 3352395 Bitcode: Prepare to move bitcode readers to free functions. by Peter Collingbourne · 9 years ago
  30. b35b701 [ORC] Revert r286620 while I investigate a bot failure. by Lang Hames · 9 years ago
  31. d8314f0 [ORC] Refactor the ORC RPC utilities to add some new features. by Lang Hames · 9 years ago
  32. a27bda7 [InstCombine] add tests to show size-increasing select transforms by Sanjay Patel · 9 years ago
  33. 687ce7f [AArch64] Add test to show narrow zero store merging is disabled with strict align. NFC. by Chad Rosier · 9 years ago
  34. beb51d4 [AArch64] Fix bugs in isel lowering replaceSplatVectorStore. by Geoff Berry · 9 years ago
  35. d758cd3 [sancov] Don't instrument MSVC CRT stdio config helpers by Reid Kleckner · 9 years ago
  36. 81323af [cfi] Implement cfi-icall using inline assembly. by Evgeniy Stepanov · 9 years ago
  37. aa0c77bc Fix comments according to the LLVM coding guidelines. by Adrian Prantl · 9 years ago
  38. ec6378f Revert "Use private linkage for MergedGlobals variables" on Darwin. by Adrian Prantl · 9 years ago
  39. d22d099 [AArch64] Remove lots of redundant code. NFC. by Chad Rosier · 9 years ago
  40. d78e6da [InstCombine] fix formatting of FoldOpIntoSelect(); NFCI by Sanjay Patel · 9 years ago
  41. 2104040 Fixed issues found by Paul Robinson with my patch for: by Greg Clayton · 9 years ago
  42. e58d246 [AArch64] Early return and minor renaming/refactoring to ease code review. NFC. by Chad Rosier · 9 years ago
  43. 0818f49 Fix windows buildbot where warnings are errors. We had a switch statement where all enumerations were handled, but some compilers don't recognize this. Simplify the logic so that all compilers will know a return value is returned in all cases. by Greg Clayton · 9 years ago
  44. f5acbc2 Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormValue::getFixedFormSizes() by Greg Clayton · 9 years ago
  45. 3726719 [PowerPC] Add vector conversion builtins to altivec.h - LLVM portion by Nemanja Ivanovic · 9 years ago
  46. 49e4628 llvm-strings: Fix r286556 to add required libraries. by NAKAMURA Takumi · 9 years ago
  47. 0018041 Fix test/tools/gold/X86/thinlto_funcimport.ll on non-X86 hosts by John Brawn · 9 years ago
  48. 0906927 [AArch64] Enable merging of adjacent zero stores for all subtargets. by Chad Rosier · 9 years ago
  49. 45849f5 [AMDGPU] TargetStreamer: Fix .note section name by Sam Kolton · 9 years ago
  50. 93f9010 [SystemZ] Support CL(G)T instructions by Ulrich Weigand · 9 years ago
  51. 864946f [SystemZ] Support load-and-zero-rightmost-byte facility by Ulrich Weigand · 9 years ago
  52. 9035357 [SystemZ] Use LLGT(R) instructions by Ulrich Weigand · 9 years ago
  53. aa9211b [SelectionDAG] Add support for vector demandedelts in BSWAP opcodes by Simon Pilgrim · 9 years ago
  54. 970d6e8 [X86] Add knownbits vector BSWAP test by Simon Pilgrim · 9 years ago
  55. 912c7ec [SelectionDAG] Add support for vector demandedelts in UREM/SREM opcodes by Simon Pilgrim · 9 years ago
  56. afe6870 [X86] Add knownbits vector UREM/SREM tests by Simon Pilgrim · 9 years ago
  57. 5809b91 [SelectionDAG] Add support for vector demandedelts in UDIV opcodes by Simon Pilgrim · 9 years ago
  58. a597cc6 [X86] Add knownbits vector UDIV test by Simon Pilgrim · 9 years ago
  59. 286599a [ARM] Add plumbing for GlobalISel by Diana Picus · 9 years ago
  60. 29e1623 [opt-viewer] Make it work in the absence of hotness information by Adam Nemet · 9 years ago
  61. 3619728 Fix gold plugin after Error API changes by Mehdi Amini · 9 years ago
  62. 895b529 Fix examples files to reflect header split in r286566. by Teresa Johnson · 9 years ago
  63. 85a1c21 Add missing file from r286566 by Teresa Johnson · 9 years ago
  64. a547919 Split Bitcode/ReaderWriter.h into separate reader and writer headers by Teresa Johnson · 9 years ago
  65. c75e3c2 [opt-viewer] PEPify opt-viewer.py by Mandeep Singh Grang · 9 years ago
  66. 274b04e Fix build failure, update llvm-strings for the new Error API by Mehdi Amini · 9 years ago
  67. 5652444 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  68. df0b8bc Make the Error class constructor protected by Mehdi Amini · 9 years ago
  69. 90ab4b2 CMake: make LLVM_OPTIMIZED_TABLEGEN friendly with LLVM_EXTERNAL_CLANG_SOURCE_DIR by Mehdi Amini · 9 years ago
  70. 582d2b4 [ADT/MathExtras] Make buildbot happy again. by Davide Italiano · 9 years ago
  71. ca29721 llvm-strings: explicitly include cctype by Saleem Abdulrasool · 9 years ago
  72. 6a1b55e llvm-strings: introduce basic strings tool by Saleem Abdulrasool · 9 years ago
  73. 88b31bf [lli] Simplify the code a bit. No functional change intended. by Davide Italiano · 9 years ago
  74. 30ebcd3 [IR/DataLayout] Simplify the code using PowerOf2Ceil. NFCI. by Davide Italiano · 9 years ago
  75. 81a2553 AMDGPU: Attempt to fix build failure on x86-64 selfhost build by Yaxun Liu · 9 years ago
  76. 07ca53d [ADT/MathExtras] Add tests for PowerOf2Floor (previously untested). by Davide Italiano · 9 years ago
  77. 7b59fc9 Add a blank line for a test commit. by Sean Fertile · 9 years ago
  78. 17ff155 [ADT/MathExtras] Introduce PowerOf2Ceil. by Davide Italiano · 9 years ago
  79. 55616f6 [llvm] Remove duplicate header from PassInfo.h by Mandeep Singh Grang · 9 years ago
  80. 58da394 [opt-viewer] Add column number support by Adam Nemet · 9 years ago
  81. ee5205b ScheduleDAGInstrs: Add condjump deps to addSchedBarrierDeps() by Matthias Braun · 9 years ago
  82. 9295796 [opt-viewer] Display inlining context by Adam Nemet · 9 years ago
  83. 9781343 [opt-viewer] Add option to set source directory by Adam Nemet · 9 years ago
  84. 2cb2d87 [opt-viewer] Mention Pygments in the description by Adam Nemet · 9 years ago
  85. c2e5ee3 [opt-viewer] Add syntax highlighting by Adam Nemet · 9 years ago
  86. a0c045c Revert "[AMDGPU] Allow hoisting of comparisons out of a loop and eliminate condition copies" by Stanislav Mekhanoshin · 9 years ago
  87. 0e71d50 Fix requirements. by Joerg Sonnenberger · 9 years ago
  88. 773603e ScheduleDAGInstrs: Ignore dependencies of constant physregs by Matthias Braun · 9 years ago
  89. a461137 Timer: Remove group-less NamedRegionTimer constructor. by Matthias Braun · 9 years ago
  90. 3f647d6 [DAG Combiner] Fix the native computation of the Newton series for reciprocals by Evandro Menezes · 9 years ago
  91. b020491 GlobalISel: fix mistaken comment change by Tim Northover · 9 years ago
  92. c5bdc92 [SelectionDAG] Add support for vector demandedelts in ADD/SUB opcodes by Simon Pilgrim · 9 years ago
  93. a145558 [LSR] Tweak loop-strength-reduce-crash test. Test-only change. by Justin Lebar · 9 years ago
  94. ca668e1 IR: Introduce inrange attribute on getelementptr indices. by Peter Collingbourne · 9 years ago
  95. d31cbc4 [X86] Updated knownbits vector ADD/SUB test by Simon Pilgrim · 9 years ago
  96. d3f442d [X86] Add knownbits vector ADD test by Simon Pilgrim · 9 years ago
  97. fc1b3b3 ScheduleDAGInstrs: Slightly simplify code; NFC by Matthias Braun · 9 years ago
  98. 7a98835 [SelectionDAG] Add support for splatted vectors in SUB opcode by Simon Pilgrim · 9 years ago
  99. d2d5b99 [X86] Add knownbits vector SUB test by Simon Pilgrim · 9 years ago
  100. 2821987 RegisterCoalescer: Ignore interferences for constant physregs by Matthias Braun · 9 years ago