1. b9583a3 Add LiveRangeShrink pass to shrink live range within BB. by Dehao Chen · 8 years ago
  2. 8a5dfea [docs] Update name of vectorization interleave flag. by Eli Friedman · 8 years ago
  3. fc91844 [EH] Recognize __(gxx|gcc)_personality_seh0 as the GNU EH personalities by Reid Kleckner · 8 years ago
  4. 3728b43 ImplicitNullChecks: Clear kill/dead flags when moving instructions around by Matthias Braun · 8 years ago
  5. 5d5fff5 Check hasPersonalityFn before calling getPersonalityFn by Reid Kleckner · 8 years ago
  6. c2094c1 [EH] Fix the LSDA that we emit for unknown EH personalities by Reid Kleckner · 8 years ago
  7. b2ab273 [MachOObject] Fix bind opcode parser error on valid opcode sequence by Steven Wu · 8 years ago
  8. 1c5a50c Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  9. bb71c25 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  10. 5193ca3 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  11. c5fa32e Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  12. b527f09 Avoid a UB pointer overflow in the ArrayRef unit test by Vedant Kumar · 8 years ago
  13. 3412991 Revert rL304050. It may break sanitizer bootstrap. Revert it for now while investigating. by Wei Mi · 8 years ago
  14. 20537d7 Try to fix buildbots by Matthias Braun · 8 years ago
  15. 2a12987 [TableGen] Adapt more places to getValueAsString now returning a StringRef instead of a std::string. by Craig Topper · 8 years ago
  16. 3a135cf X86FloatingPoint: Fix livein lists by Matthias Braun · 8 years ago
  17. 5b7a2a2 X86FloatingPoint: Add some static assert, cleanup; NFC by Matthias Braun · 8 years ago
  18. ed2e12d Added missing break; added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  19. cb1b414 [libFuzzer] fix a test to match the new sanitizer run-time by Kostya Serebryany · 8 years ago
  20. ddc2292 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  21. 1e9afac [IR] Add additional addParamAttr/removeParamAttr to AttributeList API by Reid Kleckner · 8 years ago
  22. c469be3 [TableGen] Make Record::getValueAsString and getValueAsListOfStrings return StringRefs instead of std::string by Craig Topper · 8 years ago
  23. 923e856 [BPF] Correct the file name of the -gen-asm-matcher output file to not start with X86. by Craig Topper · 8 years ago
  24. a01adef [ThinLTO] Reduce unnecessary map lookups during combined summary write by Teresa Johnson · 8 years ago
  25. 35f98ce [ScheduleDAG] Deal with already scheduled loads in ScheduleDAG. by Nirav Dave · 8 years ago
  26. 664dca2 TargetMachine: Indicate whether machine verifier passes. by Matthias Braun · 8 years ago
  27. 8ea5178 [sanitizer-coverage] remove stale code (old coverage); llvm part by Kostya Serebryany · 8 years ago
  28. bae3d86 [PowerPC] Correctly specify the cache line size for Power 7, 8 and 9. by Sean Fertile · 8 years ago
  29. d2f82e8 Revert "[Atomics][LoopIdiom] Recognize unordered atomic memcpy" by Anna Thomas · 8 years ago
  30. 682f92f [PPC] Inline expansion of memcmp by Zaara Syeda · 8 years ago
  31. 5e17e43 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  32. fa78482 [AMDGPU] Fix bugs in new waitcnt pass. Add test. by Mark Searles · 8 years ago
  33. 834c44b [Atomics][LoopIdiom] Recognize unordered atomic memcpy by Anna Thomas · 8 years ago
  34. 4a31d77 [AMDGPU][MC] New syntax for ds_swizzle_b32 offset by Dmitry Preobrazhensky · 8 years ago
  35. 35a2e0f [AArch64] Enable FeatureFuseAES on Cortex-A53. by Florian Hahn · 8 years ago
  36. bcd8f30 [AArch64] Enable FeatureFuseAES on Cortex-A73. by Florian Hahn · 8 years ago
  37. 3db1299 Fix assertion when merging multiple empty AttributeLists by Reid Kleckner · 8 years ago
  38. 1550dee [DAG] Avoid use of stale store. by Nirav Dave · 8 years ago
  39. a688c8e [PowerPC] Fix a performance bug for PPC::XXPERMDI. by Tony Jiang · 8 years ago
  40. 7913836 Regenerate xchg-nofold.ll expected results. NFC. by Amaury Sechet · 8 years ago
  41. 573099d [PowerPC] Eliminate integer compare instructions - vol. 3 by Nemanja Ivanovic · 8 years ago
  42. b40677ab [AVR] Fix a big in shift operator lowering; Authored by Dr. Gergo Erdi by Dylan McKay · 8 years ago
  43. c9cbe0b [AVR] CPIRdK can only work with r16..r31; Authored by Dr. Gergo Erdi by Dylan McKay · 8 years ago
  44. 1c7bf56 [PowerPC] Eliminate integer compare instructions - vol. 2 by Nemanja Ivanovic · 8 years ago
  45. 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
  46. fa336f8 [TableGen] Make one of RecordVal's constructors delegate to the other to reduce duplicate code. by Craig Topper · 8 years ago
  47. 7b436b0 [ObjectYAML] Split CodeViewYAML into 3 pieces. by Zachary Turner · 8 years ago
  48. 5fb116a [coroutines] Call initializePass in coroutine pass constructors by Gor Nishanov · 8 years ago
  49. 4e7dec8 [CFLAA] Add missing break; note things are broken. by George Burgess IV · 8 years ago
  50. 6fbb8ed X86FrameLowering: No need to mark FP as live-in everywhere by Matthias Braun · 8 years ago
  51. e0a34d1 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  52. a76241a NewGVN: Fix PR 33185 by checking whether we need to recursively by Daniel Berlin · 8 years ago
  53. e99d769 Fix test that wasn't update_test_check'd by Daniel Berlin · 8 years ago
  54. 9c46696 InstructionSimplify: Remove now-redundant reachability tests, as dominates() already does them by Daniel Berlin · 8 years ago
  55. d65b57c Mark a test as requiring a default triple by Vedant Kumar · 8 years ago
  56. ae8c4eb Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  57. 6ef5e10 ARM: Fix cmpxchg O0 expansion by Matthias Braun · 8 years ago
  58. 5cc8b82 ARM: Do not add reserved registers to block livein lists; NFC by Matthias Braun · 8 years ago
  59. 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
  60. 4fb2b26 Fix CodeView-related modules build failures post-r304248 by Vedant Kumar · 8 years ago
  61. 876e5a3 [ObjectYAML] Clean up the CodeView headers a bit. by Zachary Turner · 8 years ago
  62. 45da647 Fix misspelling by Alina Sbirlea · 8 years ago
  63. 9d3bad0 Add latency info for Exynos interleaved Load/Store instructions. by Abderrazek Zaafrani · 8 years ago
  64. 2579df3 Try to fix build again. by Zachary Turner · 8 years ago
  65. 5dc9013 [CodeView] Move CodeView symbol yaml logic to ObjectYAML. by Zachary Turner · 8 years ago
  66. 2c4c409 Fix bug on Big-Endian system, due to reference to vector out of scope. by Eric Beckmann · 8 years ago
  67. cc67b03 MachineInstr: Do not skip dead def operands when printing. by Matthias Braun · 8 years ago
  68. 4b7a5ae This patch should fix various clang warnings and a use of to_string by Eric Beckmann · 8 years ago
  69. 400ba83 [AntiDepBreaker] Revert r299124 and add a test. by Tim Shen · 8 years ago
  70. 3fd4db3 MIR: update test for noVRegs removal. by Tim Northover · 8 years ago
  71. cb10528 Try to fix build. by Zachary Turner · 8 years ago
  72. ea64a9b [CodeView] Move CodeView YAML code to ObjectYAML. by Zachary Turner · 8 years ago
  73. 7d0dde0 TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC by Matthias Braun · 8 years ago
  74. 837e2e9 MIR: remove explicit "noVRegs" property. by Tim Northover · 8 years ago
  75. cbd4ff9 [PartialInlining] Shrinkwrap allocas with live range contained in outline region. by Xinliang David Li · 8 years ago
  76. c832920 [Localizer] Don't trick to be smart for the insertion point by Quentin Colombet · 8 years ago
  77. a7be02e [llvm-config] Fix cflags test looking for "warning" by Ben Langmuir · 8 years ago
  78. ed4243c [LV] Reapply r303763 with fix for PR33193 by Matthew Simpson · 8 years ago
  79. 35a9f91 [Object] Remove unused field + constructor. by Benjamin Kramer · 8 years ago
  80. 85938b9 [Object] Fix pessimizing move. by Benjamin Kramer · 8 years ago
  81. 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
  82. 34ca89b Added missing break. by Galina Kistanova · 8 years ago
  83. 26b4135 Revert "[Cloning] Take another pass at properly cloning debug info" by Keno Fischer · 8 years ago
  84. 4ef46c3 ARM: Add missing flags to TBB_[JH]T pseudo instructions by Matthias Braun · 8 years ago
  85. e34d6c6 [Cloning] Take another pass at properly cloning debug info by Keno Fischer · 8 years ago
  86. 1f0488c Adding parsing ability for .res file. by Eric Beckmann · 8 years ago
  87. 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
  88. 7965473 [Hexagon] Improve code generation for 32x32-bit multiplication by Krzysztof Parzyszek · 8 years ago
  89. 825457a [CodeView] Add more DebugSubsection implementations. by Zachary Turner · 8 years ago
  90. 5e57487 [SelectionDAG] Remove special case for ISD::FPOWI from the strict FP intrinsic handling. by Craig Topper · 8 years ago
  91. f0c3d71 [AMDGPU] Allow SDWA in instructions with immediates and SGPRs by Stanislav Mekhanoshin · 8 years ago
  92. 4b1845a [CodeView] Rename ModuleDebugFragment -> DebugSubsection. by Zachary Turner · 8 years ago
  93. 6781296 [AMDGPU] Require waitcnt before barrier for all targets; adjust tests. by Mark Searles · 8 years ago
  94. 384602a [SelectionDAG] Set ISD::FPOWI to Expand by default by Craig Topper · 8 years ago
  95. a31800b This patch closes PR28513: an optimization of multiplication by different constants. by Andrew V. Tischenko · 8 years ago
  96. e840b9f [SCEV][NFC] Remove redundant params from isAvailableAtLoopEntry by Max Kazantsev · 8 years ago
  97. ccbe107 [SystemZ] Add decimal floating-point instructions by Ulrich Weigand · 8 years ago
  98. 002ef9b [SystemZ] Add hexadecimal floating-point instructions by Ulrich Weigand · 8 years ago
  99. 903a501 [SystemZ] Add missing assembler/disassembler tests by Ulrich Weigand · 8 years ago
  100. 94eec10 [MC] Fix constant pools with DenseMap sentinel values by Oliver Stannard · 8 years ago