1. 664dca2 TargetMachine: Indicate whether machine verifier passes. by Matthias Braun · 8 years ago
  2. 8ea5178 [sanitizer-coverage] remove stale code (old coverage); llvm part by Kostya Serebryany · 8 years ago
  3. bae3d86 [PowerPC] Correctly specify the cache line size for Power 7, 8 and 9. by Sean Fertile · 8 years ago
  4. d2f82e8 Revert "[Atomics][LoopIdiom] Recognize unordered atomic memcpy" by Anna Thomas · 8 years ago
  5. 682f92f [PPC] Inline expansion of memcmp by Zaara Syeda · 8 years ago
  6. 5e17e43 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  7. fa78482 [AMDGPU] Fix bugs in new waitcnt pass. Add test. by Mark Searles · 8 years ago
  8. 834c44b [Atomics][LoopIdiom] Recognize unordered atomic memcpy by Anna Thomas · 8 years ago
  9. 4a31d77 [AMDGPU][MC] New syntax for ds_swizzle_b32 offset by Dmitry Preobrazhensky · 8 years ago
  10. 35a2e0f [AArch64] Enable FeatureFuseAES on Cortex-A53. by Florian Hahn · 8 years ago
  11. bcd8f30 [AArch64] Enable FeatureFuseAES on Cortex-A73. by Florian Hahn · 8 years ago
  12. 3db1299 Fix assertion when merging multiple empty AttributeLists by Reid Kleckner · 8 years ago
  13. 1550dee [DAG] Avoid use of stale store. by Nirav Dave · 8 years ago
  14. a688c8e [PowerPC] Fix a performance bug for PPC::XXPERMDI. by Tony Jiang · 8 years ago
  15. 7913836 Regenerate xchg-nofold.ll expected results. NFC. by Amaury Sechet · 8 years ago
  16. 573099d [PowerPC] Eliminate integer compare instructions - vol. 3 by Nemanja Ivanovic · 8 years ago
  17. b40677ab [AVR] Fix a big in shift operator lowering; Authored by Dr. Gergo Erdi by Dylan McKay · 8 years ago
  18. c9cbe0b [AVR] CPIRdK can only work with r16..r31; Authored by Dr. Gergo Erdi by Dylan McKay · 8 years ago
  19. 1c7bf56 [PowerPC] Eliminate integer compare instructions - vol. 2 by Nemanja Ivanovic · 8 years ago
  20. 24c1e77 [TableGen] Implement non-const versions of Record::getValue by delegating to the const versions to avoid duplicate code. NFC by Craig Topper · 8 years ago
  21. fa336f8 [TableGen] Make one of RecordVal's constructors delegate to the other to reduce duplicate code. by Craig Topper · 8 years ago
  22. 7b436b0 [ObjectYAML] Split CodeViewYAML into 3 pieces. by Zachary Turner · 8 years ago
  23. 5fb116a [coroutines] Call initializePass in coroutine pass constructors by Gor Nishanov · 8 years ago
  24. 4e7dec8 [CFLAA] Add missing break; note things are broken. by George Burgess IV · 8 years ago
  25. 6fbb8ed X86FrameLowering: No need to mark FP as live-in everywhere by Matthias Braun · 8 years ago
  26. e0a34d1 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  27. a76241a NewGVN: Fix PR 33185 by checking whether we need to recursively by Daniel Berlin · 8 years ago
  28. e99d769 Fix test that wasn't update_test_check'd by Daniel Berlin · 8 years ago
  29. 9c46696 InstructionSimplify: Remove now-redundant reachability tests, as dominates() already does them by Daniel Berlin · 8 years ago
  30. d65b57c Mark a test as requiring a default triple by Vedant Kumar · 8 years ago
  31. ae8c4eb Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  32. 6ef5e10 ARM: Fix cmpxchg O0 expansion by Matthias Braun · 8 years ago
  33. 5cc8b82 ARM: Do not add reserved registers to block livein lists; NFC by Matthias Braun · 8 years ago
  34. 1d081e6 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  35. 4fb2b26 Fix CodeView-related modules build failures post-r304248 by Vedant Kumar · 8 years ago
  36. 876e5a3 [ObjectYAML] Clean up the CodeView headers a bit. by Zachary Turner · 8 years ago
  37. 45da647 Fix misspelling by Alina Sbirlea · 8 years ago
  38. 9d3bad0 Add latency info for Exynos interleaved Load/Store instructions. by Abderrazek Zaafrani · 8 years ago
  39. 2579df3 Try to fix build again. by Zachary Turner · 8 years ago
  40. 5dc9013 [CodeView] Move CodeView symbol yaml logic to ObjectYAML. by Zachary Turner · 8 years ago
  41. 2c4c409 Fix bug on Big-Endian system, due to reference to vector out of scope. by Eric Beckmann · 8 years ago
  42. cc67b03 MachineInstr: Do not skip dead def operands when printing. by Matthias Braun · 8 years ago
  43. 4b7a5ae This patch should fix various clang warnings and a use of to_string by Eric Beckmann · 8 years ago
  44. 400ba83 [AntiDepBreaker] Revert r299124 and add a test. by Tim Shen · 8 years ago
  45. 3fd4db3 MIR: update test for noVRegs removal. by Tim Northover · 8 years ago
  46. cb10528 Try to fix build. by Zachary Turner · 8 years ago
  47. ea64a9b [CodeView] Move CodeView YAML code to ObjectYAML. by Zachary Turner · 8 years ago
  48. 7d0dde0 TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC by Matthias Braun · 8 years ago
  49. 837e2e9 MIR: remove explicit "noVRegs" property. by Tim Northover · 8 years ago
  50. cbd4ff9 [PartialInlining] Shrinkwrap allocas with live range contained in outline region. by Xinliang David Li · 8 years ago
  51. c832920 [Localizer] Don't trick to be smart for the insertion point by Quentin Colombet · 8 years ago
  52. a7be02e [llvm-config] Fix cflags test looking for "warning" by Ben Langmuir · 8 years ago
  53. ed4243c [LV] Reapply r303763 with fix for PR33193 by Matthew Simpson · 8 years ago
  54. 35a9f91 [Object] Remove unused field + constructor. by Benjamin Kramer · 8 years ago
  55. 85938b9 [Object] Fix pessimizing move. by Benjamin Kramer · 8 years ago
  56. 26ba02b Revert "This patch closes PR28513: an optimization of multiplication by different constants. It's implemented on DAG combiner level." by Vedant Kumar · 8 years ago
  57. 34ca89b Added missing break. by Galina Kistanova · 8 years ago
  58. 26b4135 Revert "[Cloning] Take another pass at properly cloning debug info" by Keno Fischer · 8 years ago
  59. 4ef46c3 ARM: Add missing flags to TBB_[JH]T pseudo instructions by Matthias Braun · 8 years ago
  60. e34d6c6 [Cloning] Take another pass at properly cloning debug info by Keno Fischer · 8 years ago
  61. 1f0488c Adding parsing ability for .res file. by Eric Beckmann · 8 years ago
  62. 7aecbf8 [InstCombine] Add test cases to show missed opportunities to remove compare instructions after cttz/ctlz/ctpop where some bits of the input is known. by Craig Topper · 8 years ago
  63. 7965473 [Hexagon] Improve code generation for 32x32-bit multiplication by Krzysztof Parzyszek · 8 years ago
  64. 825457a [CodeView] Add more DebugSubsection implementations. by Zachary Turner · 8 years ago
  65. 5e57487 [SelectionDAG] Remove special case for ISD::FPOWI from the strict FP intrinsic handling. by Craig Topper · 8 years ago
  66. f0c3d71 [AMDGPU] Allow SDWA in instructions with immediates and SGPRs by Stanislav Mekhanoshin · 8 years ago
  67. 4b1845a [CodeView] Rename ModuleDebugFragment -> DebugSubsection. by Zachary Turner · 8 years ago
  68. 6781296 [AMDGPU] Require waitcnt before barrier for all targets; adjust tests. by Mark Searles · 8 years ago
  69. 384602a [SelectionDAG] Set ISD::FPOWI to Expand by default by Craig Topper · 8 years ago
  70. a31800b This patch closes PR28513: an optimization of multiplication by different constants. by Andrew V. Tischenko · 8 years ago
  71. e840b9f [SCEV][NFC] Remove redundant params from isAvailableAtLoopEntry by Max Kazantsev · 8 years ago
  72. ccbe107 [SystemZ] Add decimal floating-point instructions by Ulrich Weigand · 8 years ago
  73. 002ef9b [SystemZ] Add hexadecimal floating-point instructions by Ulrich Weigand · 8 years ago
  74. 903a501 [SystemZ] Add missing assembler/disassembler tests by Ulrich Weigand · 8 years ago
  75. 94eec10 [MC] Fix constant pools with DenseMap sentinel values by Oliver Stannard · 8 years ago
  76. db736ce [mips] Expansion of LI.S and LI.D by Zoran Jovanovic · 8 years ago
  77. 21ff450 Fix PR33031: correct the estimate of maximum offset for instructions spilling/filling the stack. by Kristof Beyls · 8 years ago
  78. 0ef2430 NewGVN: Compute hash value of expression on demand and use it in inequality testing. by Daniel Berlin · 8 years ago
  79. 328a635 NewGVN: Fix PR33194, memory corruption by putting temporary instructions in tables sometimes. by Daniel Berlin · 8 years ago
  80. 3801272 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  81. 72f550d Added missing line continuation to HANDLE_DIEVALUE_SMALL and HANDLE_DIEVALUE_LARGE macros. by Galina Kistanova · 8 years ago
  82. c927ec6 Reverted r303602, as it will be fixed in gtest. by Galina Kistanova · 8 years ago
  83. ef8c4cd Revert r303763, results in asserts i.e. while building Ruby. by Joerg Sonnenberger · 8 years ago
  84. 04877f7 [TableGen] Use StringMap instead of DenseMap<StringRef> to unique CodeInit and StringInit objects. Override the allocator to keep using the BumpPtrAllocator. NFCI by Craig Topper · 8 years ago
  85. 70ac774 [TableGen] Introduce DagInit::getArgs that returns an ArrayRef. Use it to fix 80 column violations in arg_begin/arg_end. Remove DagInit::args and use getArgs instead. NFC by Craig Topper · 8 years ago
  86. e005fa5 [ManagedStatic] Avoid putting function pointers in template args. by Benjamin Kramer · 8 years ago
  87. dbdee03 [GlobalIsel] Fix a warning with GCC 7 -Wpedantic. NFCI. by Davide Italiano · 8 years ago
  88. f3bd691 [X86] Add tests for (ix bitcast (vxi1 and ...)). NFC. by Zvi Rackover · 8 years ago
  89. cebaae1 [X86] Replace undef value in flaky test by Zvi Rackover · 8 years ago
  90. 613a9c7 [ManagedStatic] Make object_creator/object_deleter visible again. by Benjamin Kramer · 8 years ago
  91. bcabbd5 Don't destroy ManagedStatics in a unit test. by Benjamin Kramer · 8 years ago
  92. 0666890 [wasm] Fix test after r304117. by Benjamin Kramer · 8 years ago
  93. 3259254 [X86] Don't fold away the memory operand of an xchg. by Benjamin Kramer · 8 years ago
  94. 98be03e [Docs] Add VectorizationPlan to docs/Proposals. by Ayal Zaks · 8 years ago
  95. 107c8c9 Try to work around MSVC being buggy. Attempt #1. by Benjamin Kramer · 8 years ago
  96. 6d432cf [Timer] Move DefaultTimerGroup into a ManagedStatic. by Benjamin Kramer · 8 years ago
  97. 10f5352 [ManagedStatic] Add a way to pass custom creators/deleters. by Benjamin Kramer · 8 years ago
  98. cf2a64a [DAGCombiner] fix load narrowing transform to exclude loads with extension by Sanjay Patel · 8 years ago
  99. d31fe92 [SystemZ] Improve buildVector() in SystemZISelLowering.cpp. by Jonas Paulsson · 8 years ago
  100. 4ca30c7 Test commit: fix typos by Mattias Eriksson · 8 years ago