1. 1dca546 APInt: Add overload of isMask by Matt Arsenault · 9 years ago
  2. fa51c2f [CodeGen] Remove constant-folding dead code. NFC. by Ahmed Bougacha · 9 years ago
  3. 5e99fa6 Check alloca's special state by JF Bastien · 9 years ago
  4. 0802f71 Introduce an GCRelocateInst class [NFC] by Philip Reames · 9 years ago
  5. 7fa1223 fix indentation; NFC by Sanjay Patel · 9 years ago
  6. 4bd7005 AMDGPU/SI: Fix a mis-compilation of multi-level breaks by Nicolai Haehnle · 9 years ago
  7. 80ce670 Support arbitrary addrspace pointers in masked load/store intrinsics by Artur Pilipenko · 9 years ago
  8. fc57f09 [Bitcode] Fix + regenerate old test so that it includes a DICompileUnit. by Davide Italiano · 9 years ago
  9. 3c28f60 [ScheduleDAGInstrs] Handle instructions with multiple MMOs by Geoff Berry · 9 years ago
  10. a58cdd3 Test commit, NFC. by Than McIntosh · 9 years ago
  11. 7655423 [mips] add assembler support for .set arch=octeon by Petar Jovanovic · 9 years ago
  12. e331509 Moving llvm-test-depends and test-depends into the Tests folder; NFC, this simply cleans up the generated solution so that these targets don't live in the root folder of the IDE. by Aaron Ballman · 9 years ago
  13. e6c6eef LangRef: Update example syntax for atomic load instruction by Matt Arsenault · 9 years ago
  14. d8f221e AMDGPU: Implement i64 global atomics by Matt Arsenault · 9 years ago
  15. bc0aee5 AMDGPU: Add atomic_inc + atomic_dec intrinsics by Matt Arsenault · 9 years ago
  16. 9bb64b9 AMDGPU: Remove trailing whitespace by Matt Arsenault · 9 years ago
  17. b26a693 AMDGPU: Add volatile to test loads and stores by Matt Arsenault · 9 years ago
  18. 9040cf9 [X86] Regenerated avx512 calling convention test checks by Simon Pilgrim · 9 years ago
  19. 586f018 This reverts commit r266002, r266011 and r266016. by Rafael Espindola · 9 years ago
  20. 2b9d31a Revert "[mips] MIPSR6 Compact branch aliases" by Simon Dardis · 9 years ago
  21. ef1a3d2 [SystemZ] Use LDE32 instead of LE, when Offset is small. by Jonas Paulsson · 9 years ago
  22. b3bccda [mips] MIPSR6 Compact branch aliases by Simon Dardis · 9 years ago
  23. 03c9cc7 Avoid GCC -fpermissive error about llvm::Mangler hidden by member named Mangler by Stephan Bergmann · 9 years ago
  24. a6f1831 Refactor the Internalize stage of libLTO in a separate file (NFC) by Mehdi Amini · 9 years ago
  25. 861c3f6 Use StringSet instead of StringMap where it makes sense to in LTOCodeGenerator (NFC) by Mehdi Amini · 9 years ago
  26. dcd4d74 Minor code cleanup. NFC. by Junmo Park · 9 years ago
  27. 18569e8 [PPC64] Mark CR0 Live if PPCInstrInfo::optimizeCompareInstr Creates a Use of CR0 by Chuang-Yu Cheng · 9 years ago
  28. 3cc0d8f [PPC64] Use mfocrf in prologue when we only need to save 1 nonvolatile CR field by Chuang-Yu Cheng · 9 years ago
  29. b78b825 TargetLowering: Add missing doxygen group end. by Matthias Braun · 9 years ago
  30. 07f075c AArch64: Drive-by cleanup by Matthias Braun · 9 years ago
  31. 9aead67 Attempt to make buildbot happier with r266032. by George Burgess IV · 9 years ago
  32. 274105b Add the allocsize attribute to LLVM. by George Burgess IV · 9 years ago
  33. c13dfaa [AArch64] Add test cases for the repairing of physical registers. by Quentin Colombet · 9 years ago
  34. 1a11591 [RegBankSelect] Teach the repairing code how to handle physical registers. by Quentin Colombet · 9 years ago
  35. 08f81ce [AArch64] Add a test case for the propagation of register banks through phis. by Quentin Colombet · 9 years ago
  36. edae2f1 [RegisterBankInfo] Do not provide a default mapping for non-reg of phi by Quentin Colombet · 9 years ago
  37. 73ec6f7 [AArch64] Add a test case for the repairing of definitions. by Quentin Colombet · 9 years ago
  38. be78bfb [RegBankSelect] Teach how to repair definitions. by Quentin Colombet · 9 years ago
  39. 4307705 [MachineIRBuilder] Expose the insertion point in the public API. by Quentin Colombet · 9 years ago
  40. 9701ed8 MergeFunctions: test alloca better by JF Bastien · 9 years ago
  41. bf9de3a [AArch64] Test that RegBankSelect inserts the proper copies to fix the by Quentin Colombet · 9 years ago
  42. 40e099b Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty by Derek Schuff · 9 years ago
  43. 5ed848e Add a missing DICompileUnit to testcase. by Adrian Prantl · 9 years ago
  44. 18a65be ThinLTO renaming: use module hash instead of position in the summary by Mehdi Amini · 9 years ago
  45. f53db33 Legalize the debug info in this testcase in anticipation of future Verifier improvements. by Adrian Prantl · 9 years ago
  46. 382ee0e AtomicExpandPass: mark assert variable as used by JF Bastien · 9 years ago
  47. 076e8df Fix compile with GCC after r266002 (Add __atomic_* lowering to AtomicExpandPass) by James Y Knight · 9 years ago
  48. b4aa9bf CodeGen: Fix a use-after-free in TailDuplication by Justin Bogner · 9 years ago
  49. eb5d561 NFC: keep comment up to date by JF Bastien · 9 years ago
  50. 00cd59a [safestack] Add canary to unsafe stack frames by Evgeniy Stepanov · 9 years ago
  51. 47cbd52 ARM: use r7 as the frame-pointer on all MachO targets. by Tim Northover · 9 years ago
  52. 36720c5 Add __atomic_* lowering to AtomicExpandPass. by James Y Knight · 9 years ago
  53. 53d36f5 swifterror: fix up a testing case. by Manman Ren · 9 years ago
  54. d63fcee [DebugInfo/Test] Add CU as required. by Davide Italiano · 9 years ago
  55. 1f4a500 [DAGCombiner] Fold xor/and/or (bitcast(A), bitcast(B)) -> bitcast(op (A,B)) anytime before LegalizeVectorOprs by Simon Pilgrim · 9 years ago
  56. b99afeb Swift Calling Convention: swifterror target support. by Manman Ren · 9 years ago
  57. 2f1dacc Revert accidentally committed change by Adrian Prantl · 9 years ago
  58. 29b4ba0 Add missing DICompileUnit to this testcase by Adrian Prantl · 9 years ago
  59. 21c1304 Fix some display bugs in llvm-pdbdump. by Zachary Turner · 9 years ago
  60. 62063a8 Revert "AMDGPU/SI: Do not generate s_waitcnt after ds_permute/ds_bpermute" by Tom Stellard · 9 years ago
  61. ea91af8 Fix repeated conditional expression (PR20711) by Hans Wennborg · 9 years ago
  62. 9884687 Fix broken assert, PR24624 by Hans Wennborg · 9 years ago
  63. f721b99 Remove redundant .c_str(), as suggested by PR25633 by Hans Wennborg · 9 years ago
  64. 683020d Fix a couple of redundant conditional expressions (PR27283, PR28282) by Hans Wennborg · 9 years ago
  65. f3fc3d1 use range-loops; NFCI by Sanjay Patel · 9 years ago
  66. 77e5760 MCParser: diagnose missing directional labels more clearly. by Tim Northover · 9 years ago
  67. 09e9ded [LoopUtils, LV] Fix PR27246 (first-order recurrences) by Matthew Simpson · 9 years ago
  68. e09329d [DebugInfo] Fix even more tests to include DICompileunit. by Davide Italiano · 9 years ago
  69. 0fd07ef Test commit. by Sriraman Tallam · 9 years ago
  70. 90ae214 [Object] Make .alt_entry directive parsing MachO specific. by Lang Hames · 9 years ago
  71. 5362126 Fix missing DICompileUnits in testcases by Adrian Prantl · 9 years ago
  72. 013403c [InstCombine] consolidate tests for related bugs by Sanjay Patel · 9 years ago
  73. 41e5af8 Use member initializers for all scalar fields of MachineFrameInfo to save boilerplate by Reid Kleckner · 9 years ago
  74. 67e7463 Combine redundant stack realignment booleans in MachineFrameInfo by Reid Kleckner · 9 years ago
  75. a05380c add FIXME comment; NFC by Sanjay Patel · 9 years ago
  76. c19ec77 add an assert for safety; NFC by Sanjay Patel · 9 years ago
  77. 38d4f53 variable names start with a capital letter; NFC by Sanjay Patel · 9 years ago
  78. 14dddbf [llvm-readobj] Add ELF hash histogram printing by Hemant Kulkarni · 9 years ago
  79. 6a7ae27 Add code comment/NFC by Xinliang David Li · 9 years ago
  80. 09a3a21 [InstCombine] use canEvaluateShiftedShift() to handle the lshr case (NFCI) by Sanjay Patel · 9 years ago
  81. 96f2e57 Make the distinct DISubprogram in this testcase really distinct. by Adrian Prantl · 9 years ago
  82. a265a6e Update discriminator testcases to use proper NoDebug CUs instead of omitting by Adrian Prantl · 9 years ago
  83. 5740d62 [InstCombine] don't try to shift an illegal amount (PR26760) by Sanjay Patel · 9 years ago
  84. 94eb1d9 TargetRegisterInfo: Add getRegAsmName() by Tom Stellard · 9 years ago
  85. 5d2dd71 [InstCombine] rename variables in shifted-shift helper function (NFCI) by Sanjay Patel · 9 years ago
  86. 08abc19 More upgrading of old- and very-old-style debug info in testcases. by Adrian Prantl · 9 years ago
  87. 98198fc [InstCombine] add helper function for shift-shift optimization (NFCI) by Sanjay Patel · 9 years ago
  88. 5e07ce6 This reverts commit r265913 and r265912 by Sanjoy Das · 9 years ago
  89. d2c18d6 [mips] Make Static a default relocation model for MIPS codegen by Petar Jovanovic · 9 years ago
  90. e085c90 [mips] Trivial corrections to range checked immediates. by Daniel Sanders · 9 years ago
  91. 0e3df21 [InstCombine] replace test that no longer works as intended by Sanjay Patel · 9 years ago
  92. c456a36 [ThinLTO] BitcodeWriter still requires Analysis library by Teresa Johnson · 9 years ago
  93. db55668 [SystemZ] README: remove an implemented idea, add some new ones by Ulrich Weigand · 9 years ago
  94. 4901036 [SystemZ] Add SVC instruction by Ulrich Weigand · 9 years ago
  95. 7ca333b [ThinLTO] Move summary computation from BitcodeWriter to new pass by Teresa Johnson · 9 years ago
  96. db3389c [ARM] Avoid switching ARM/Thumb mode on .arch/.cpu directive by Oliver Stannard · 9 years ago
  97. 8b66c0a [SystemZ] Support conditional indirect sibling calls via BCR by Ulrich Weigand · 9 years ago
  98. 65ca168 [SystemZ] Remove incorrect CC use for C*BReturn instructions by Ulrich Weigand · 9 years ago
  99. 942c2d3 [X86] Added extra widening tests for and/xor/or bit operations by Simon Pilgrim · 9 years ago
  100. c1307b1 [X86] Added extra widening tests for and/xor/or bit operations by Simon Pilgrim · 9 years ago