1. ae0fbfb [XRay] A tool for Comparing xray function call graphs by Dean Michael Berris · 8 years ago
  2. 6a61317 [APInt] Make behavior of ashr by BitWidth consistent between single and multi word. by Craig Topper · 8 years ago
  3. ccb223e Revert "Refactor DynamicLibrary so searching for a symbol will have a defined order.” by Frederich Munch · 8 years ago
  4. bffb4d4 Fix warning converting from boolean to pointer introduced in r301153. by Frederich Munch · 8 years ago
  5. 478f822 Fix warning converting from void* to boolean introduced in r301153. by Frederich Munch · 8 years ago
  6. 86b13b4 Revert "[SCEV] Enable SCEV verification by default in EXPENSIVE_CHECKS builds" by Sanjoy Das · 8 years ago
  7. 545de00 Refactor DynamicLibrary so searching for a symbol will have a defined order and by Frederich Munch · 8 years ago
  8. dd358f5 [Orc] Fix a warning by removing an unused lambda capture. by Lang Hames · 8 years ago
  9. 0e8cd85 Fix unused variables / fields warnings in release builds by Sanjoy Das · 8 years ago
  10. 57106e7 [SCEV] Enable SCEV verification by default in EXPENSIVE_CHECKS builds by Sanjoy Das · 8 years ago
  11. de62d73 [SCEV] Fix exponential time complexity by caching by Sanjoy Das · 8 years ago
  12. 0cb27bb [PartialInine]: add triaging options by Xinliang David Li · 8 years ago
  13. 1936b28 [Orc] Use recursive mutexes for Error serialization. by Lang Hames · 8 years ago
  14. 0f49a66 [SCEV] Move towards a verifier without false positives by Sanjoy Das · 8 years ago
  15. 84468c2 [X86][AVX] Add scheduling latency/throughput tests for some AVX1 instructions by Simon Pilgrim · 8 years ago
  16. f7a9048 [InstCombine] add/move folds for [not]-xor by Sanjay Patel · 8 years ago
  17. 33d67f1 [PartialInlining] Add optimization remark support by Xinliang David Li · 8 years ago
  18. 4396307 [X86][SSE] Add scheduler class support for SSE42 (PCMPGT) instructions by Simon Pilgrim · 8 years ago
  19. f8b00db [X86][SSE] Add scheduling latency/throughput tests for (most) SSE42 instructions by Simon Pilgrim · 8 years ago
  20. 0acacaf [InstCombine] add tests for not-xor and remove redundant tests; NFC by Sanjay Patel · 8 years ago
  21. fcc3445 [JumpThread] We want to fold (not thread) when all predecessor go to single BB's successor. by Xin Tong · 8 years ago
  22. 53cfa60 [X86][SSE] Add scheduling latency/throughput tests for (most) SSE41 instructions by Simon Pilgrim · 8 years ago
  23. 83ffc6f [X86][SSE] Add missing scheduling latency/throughput test for PINSRW by Simon Pilgrim · 8 years ago
  24. e8f5fac Correct grammar. NFC by Xin Tong · 8 years ago
  25. 35b7a4d [APInt] Make clearUnusedBits branch free. by Craig Topper · 8 years ago
  26. 7271492 [APInt] In sext single word case, use SignExtend64 and let the APInt constructor mask off any excess bits. by Craig Topper · 8 years ago
  27. a1e90f2 [InstCombine] add tests for or-to-xor; NFC by Sanjay Patel · 8 years ago
  28. 1261555 [InstCombine] add pattern matches for commuted variants of xor-to-xor by Sanjay Patel · 8 years ago
  29. a356283 [InstCombine] add tests for xor-to-xor; NFC by Sanjay Patel · 8 years ago
  30. a7edbb9 [X86][SSE] Add scheduling latency/throughput tests for SSSE3 instructions by Simon Pilgrim · 8 years ago
  31. 34a2ffb [X86][SSE] Add scheduling latency/throughput tests for SSE3 instructions by Simon Pilgrim · 8 years ago
  32. 0e32427 [InstCombine] add tests for add-to-xor commuted variants; NFC by Sanjay Patel · 8 years ago
  33. d907744 Revert "[APInt] Fix a few places that use APInt::getRawData to operate within the normal API." by Renato Golin · 8 years ago
  34. ea7650c Revert "[APInt] Add ashrInPlace method and implement ashr using it. Also fix a bug in the shift by BitWidth handling." by Renato Golin · 8 years ago
  35. af17b26 [X86][MPX] Add load & store instructions of bnd values to getLoadStoreRegOpcode function. by Ayman Musa · 8 years ago
  36. e67d6dd [X86] Convert test checks to generated checks of update_llc_test_checks.py. NFC by Ayman Musa · 8 years ago
  37. 2a7f417 [ARM] ScheduleDAGRRList::DelayForLiveRegsBottomUp must consider OptionalDefs by Artyom Skrobov · 8 years ago
  38. aeda136 [APInt] Fix a few places that use APInt::getRawData to operate within the normal API. by Craig Topper · 8 years ago
  39. e3ba850 [APInt] Use operator<<= where possible. NFC by Craig Topper · 8 years ago
  40. 5e17d2e [APInt] Use operator<<= instead of shl where possible. NFC by Craig Topper · 8 years ago
  41. 49f1a75 [ThinLTO/Summary] Rename anonymous globals as last action ... by Davide Italiano · 8 years ago
  42. 1ea7b69 [APInt] Use ashInPlace where possible. by Craig Topper · 8 years ago
  43. b48f5b7 Revert "Use DW_OP_stack_value when reconstructing variable values with arithmetic." by Adrian Prantl · 8 years ago
  44. 5807fd2 Fix testcase: s/CHECKNEXT/CHECK-NEXT/ by Jonathan Roelofs · 8 years ago
  45. 7c9ed78 [InstCombine] clean up tests and regenerate checks; NFC by Sanjay Patel · 8 years ago
  46. 0d0472f [APInt] Add ashrInPlace method and implement ashr using it. Also fix a bug in the shift by BitWidth handling. by Craig Topper · 8 years ago
  47. 702614a Use DW_OP_stack_value when reconstructing variable values with arithmetic. by Adrian Prantl · 8 years ago
  48. 14a80cd [X86] Regenerate TLS tests by Simon Pilgrim · 8 years ago
  49. e144946 [APInt] Remove unnecessary min with BitWidth from countTrailingOnesSlowCase. by Craig Topper · 8 years ago
  50. db0b3ce [PartialInlining] Using existing hasAddressTaken interface to legality check/NFC by Xinliang David Li · 8 years ago
  51. 56bf04c [InstCombine] use 'match' to reduce code; NFCI by Sanjay Patel · 8 years ago
  52. bb7651b Update documentation for the NetBSD target by Kamil Rytarowski · 8 years ago
  53. 4a42909 [globalisel][tablegen] Add support for RegisterOperand. by Daniel Sanders · 8 years ago
  54. cc3830e [globalisel][tablegen] Revise API for ComplexPattern operands to improve flexibility. by Daniel Sanders · 8 years ago
  55. caed319 [globalisel][tablegen] Fix PR32733 by checking which instruction operands belong to. by Daniel Sanders · 8 years ago
  56. ae37bc3 Fix test to handle .rel and .rela sections (& to actually specify the target architecture as X86) by David Blaikie · 8 years ago
  57. 36e99fa Avoid using relocations for ref_addr in .dwo files by David Blaikie · 8 years ago
  58. dae36df Fix test from polluting the source tree by David Blaikie · 8 years ago
  59. 7ff25f5 Fix for PR32740 - Invalid floating type, unreachable between r300969 and r301029 by Artur Pilipenko · 8 years ago
  60. b75bb04 [APInt] Add WORD_MAX constant and use it instead of UINT64_MAX. NFC by Craig Topper · 8 years ago
  61. a753d9a Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of protected dtor in the base, final derived classes with public non-virtual dtors) by David Blaikie · 8 years ago
  62. 9254ae1 LowerSwitch: Fix producing invalid IR on unreachable code by Matt Arsenault · 8 years ago
  63. 9c1b0af Move Split DWARF handling to an MC option/command line argument rather than using metadata by David Blaikie · 8 years ago
  64. 9204f8c Fixup for r301054: Use an explicit constructor. by Kuba Mracek · 8 years ago
  65. 4b8e422 Remove a repeated comment line. NFC. by Easwaran Raman · 8 years ago
  66. 1d83045 Fixup for r301054: Only use __attribute__((no_sanitize("memory"))) when it's available. by Kuba Mracek · 8 years ago
  67. d534f62 AArch64FrameLowering: Check if the ExtraCSSpill register is actually unused by Matthias Braun · 8 years ago
  68. d0b815c [libFuzzer] Always build libFuzzer by Kuba Mracek · 8 years ago
  69. e2389da [APSInt] Use APInt::compare and APInt::compareSigned to implement APSInt::compareValue by Craig Topper · 8 years ago
  70. e8b9699 [APSInt] Make use of APInt's recently acquired in place lshr and shl capabilities in APSInt's >>= and <<= operators. by Craig Topper · 8 years ago
  71. 080b5ab Add test coverage for mem2reg dbg.declare lowering. by Adrian Prantl · 8 years ago
  72. 903f87e [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  73. 960a40e Re-commit r301040 "X86: Don't emit zero-byte functions on Windows" by Hans Wennborg · 8 years ago
  74. 94f347b [Test commit] Remove extra newline. by Frederich Munch · 8 years ago
  75. cfadbaa InferAddressSpaces: Infer for just GEPs by Matt Arsenault · 8 years ago
  76. 29f3141 [PartialInliner] Partial inliner needs to check use kind before transformation by Xinliang David Li · 8 years ago
  77. 0720f63 Revert r301040 "X86: Don't emit zero-byte functions on Windows" by Hans Wennborg · 8 years ago
  78. fe76aaa X86: Don't emit zero-byte functions on Windows by Hans Wennborg · 8 years ago
  79. 9044c52 Add a dependency from llvm/test to llvm-cvtres. by Zachary Turner · 8 years ago
  80. 5623f8d AArch64: add test for "fence singlethread" by Tim Northover · 8 years ago
  81. 602538f ARM: make sure we use all entries in a vector before forming a vpaddl. by Tim Northover · 8 years ago
  82. b51ea00 [InstCombine] revert r300977 and r301021 by Sanjay Patel · 8 years ago
  83. 9dfab9e Fixed a type conversion error in BitVector. by Zachary Turner · 8 years ago
  84. 82ba8f8 [BitVector] Make BitVector store an ArrayRef. by Zachary Turner · 8 years ago
  85. cb0aed9 typo by Adrian Prantl · 8 years ago
  86. 7995364 AMDGPU/GFX9: Enable FastFMAF32 by Konstantin Zhuravlyov · 8 years ago
  87. 8c373cc AMDGPU: Temporarily disable packed inlinable literals (v2f16, v2i16) by Konstantin Zhuravlyov · 8 years ago
  88. ac73bb1 AMDGPU: Fix S_PACK_HH_B32_B16 - We really ought to zero out lower 16 bits by Konstantin Zhuravlyov · 8 years ago
  89. 5255fef [AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction emitter by Yaxun Liu · 8 years ago
  90. 992d0dd Revert "X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC" by Matthias Braun · 8 years ago
  91. 989643f AMDGPU: Do not lower fast unsafe div for safe, f32, with fp32 denormals by Konstantin Zhuravlyov · 8 years ago
  92. 39af0db [InstCombine] use isSubsetOf() for efficiency by Sanjay Patel · 8 years ago
  93. 586c752 [AArch64] Improve code generation for logical instructions taking by Akira Hatanaka · 8 years ago
  94. bbc50e8 [InstCombine] fadd double (sitofp x), y check that the promotion is valid by Artur Pilipenko · 8 years ago
  95. 768a04e Fixup for r301007: Restrict the -D hack to Darwin. by Kuba Mracek · 8 years ago
  96. 0c01e44 [BitVector] Add find_last() and find_last_unset(). by Zachary Turner · 8 years ago
  97. 05c05ab Revert r301010: Bot failures on Windows, NetBSD and even some old Darwin. by Kuba Mracek · 8 years ago
  98. 8863731 [libFuzzer] Always build libFuzzer by Kuba Mracek · 8 years ago
  99. 68f0481 [libFuzzer] Changing thread_local to __thread in libFuzzer by Kuba Mracek · 8 years ago
  100. 35e1962 Add llvm-cvtres to LLVMBuild.txt by Zachary Turner · 8 years ago