1. 31cadd7 AArch64: don't create instructions that write to xzr/wzr twice. by Tim Northover · 9 years ago
  2. 075abcb [AMDGPU][llvm-mc] Support of Trap Handler registers (TTMP0..11 and TBA/TMA)git status by Artem Tamazov · 9 years ago
  3. d61f2a5 [mips] Fix emitAtomicCmpSwapPartword to handle 64 bit pointers correctly by Zoran Jovanovic · 9 years ago
  4. 21bbc49 [mips] Sign-extend i32 values truncated from previously zero-extended i32 values. by Vasileios Kalintiris · 9 years ago
  5. 3592381 Simplify strlen to a subtraction for certain cases. by David L Kreitzer · 9 years ago
  6. 11615f4 [X86][SSE] Regenerated vector integer absolute tests by Simon Pilgrim · 9 years ago
  7. 396d592 Calculate __builtin_object_size when pointer depends on a condition by Petar Jovanovic · 9 years ago
  8. 5654752 Added missing autogeneration note by Simon Pilgrim · 9 years ago
  9. 2908602 Don't use misc-unused-parameters check on LLVM. by Alexander Kornienko · 9 years ago
  10. 2cc36cb [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, DDIVU and DMODU instructions by Zlatko Buljan · 9 years ago
  11. 1559762 [InstCombine] We folded an fcmp to an i1 instead of a vector of i1 by David Majnemer · 9 years ago
  12. 31ce1f6 Simplify LTOInternalize into UpdateLLVMCompilerUsed by Mehdi Amini · 9 years ago
  13. 06bf569 Minor cleanup in Internalize, hide helper class using anonymous namespace (NFC) by Mehdi Amini · 9 years ago
  14. 63809dd LTOInternalize: Use a StringSet instead of a sorted vector and a binary search query for each function by Mehdi Amini · 9 years ago
  15. fd6b04c [mips][microMIPS] Fix for "Cannot copy registers" assertion by Hrvoje Varga · 9 years ago
  16. d9b590e Move "ExternalSymbols" out of LTOInternalize (NFC) by Mehdi Amini · 9 years ago
  17. f81e2fb Really return whether Internalize did change the Module or not. by Mehdi Amini · 9 years ago
  18. 42ab0ff Modernize Internalizer with for-range loop (NFC) by Mehdi Amini · 9 years ago
  19. 8fbafc9 Refactor the InternalizePass into a helper class, and expose it through a public free function (NFC) by Mehdi Amini · 9 years ago
  20. a98cfea Refactor Internalization pass to use as a callback instead of a StringSet (NFC) by Mehdi Amini · 9 years ago
  21. 815b02e Recommit r265547, and r265610,r265639,r265657 on top of it, plus by Wei Mi · 9 years ago
  22. f4dc383 Fix FunctionImport export list computation: need to take a reference to a map entry to actually modify it by Mehdi Amini · 9 years ago
  23. f294b09 AMDGPU: Add test for m0 initialization in basic loop by Matt Arsenault · 9 years ago
  24. d5a8ffb AMDGPU: Remove leftover ShaderType attributes in tests by Matt Arsenault · 9 years ago
  25. 323ca5c LTOInternalize: Fix member type, should be a reference and not a copy by Mehdi Amini · 9 years ago
  26. 90d8769 AMDGPU/SI: Fix spilling of 96-bit registers by Tom Stellard · 9 years ago
  27. 5f8681a Fix mismatch on returned type between header and implementation for createNameAnonFunctionPass() by Mehdi Amini · 9 years ago
  28. ae7cc5f CodeGen: Clear the MFI's save and restore point after PrologEpilogInserter by Justin Bogner · 9 years ago
  29. 8f400cc Add space between words in verify-scev-maps option help message by Jeroen Ketema · 9 years ago
  30. 9078f55 [x86, InstCombine] fix masked load pass-through operand to be a zero vector by Sanjay Patel · 9 years ago
  31. 899eb5f [AArch64] Fuse AES{D,E}/AESMC for Exynos M1. (NFC) by Evandro Menezes · 9 years ago
  32. 2a29a67 Pre-fill LibcallRoutineNames with nullptr. by James Y Knight · 9 years ago
  33. 69f961c Update psabi link for x86-64. Add link to linux gabi supplement. by James Y Knight · 9 years ago
  34. 23d0579 [MC/ELFObjectWriter] Fix indentation of class body. by David Blaikie · 9 years ago
  35. dc03eb6 Fixed a few typos and formatting problems. NFCI. by David L Kreitzer · 9 years ago
  36. e6f98f0 [DebugInfo] Add error message to test. by Davide Italiano · 9 years ago
  37. 28b3311 Add a pass to name anonymous/nameless function by Mehdi Amini · 9 years ago
  38. e58bfc9 Move summary creation out of llvm-as into opt by Mehdi Amini · 9 years ago
  39. f704722 X86: Avoid accessing SDValues after they've been RAUW'd by Justin Bogner · 9 years ago
  40. 7d33ff0 NFC: MergeFunctions return early by JF Bastien · 9 years ago
  41. 756309c AMDGPU: add llvm.amdgcn.buffer.load/store intrinsics by Nicolai Haehnle · 9 years ago
  42. a439f48 [ThinLTO] Only compute imports for current module in FunctionImport pass by Teresa Johnson · 9 years ago
  43. 991afcd NFC: MergeFunctions update more comments by JF Bastien · 9 years ago
  44. 238d819 Add __atomic_* lowering to AtomicExpandPass. by James Y Knight · 9 years ago
  45. 83c1c10 [WebAssembly] Fix debug info in reg-stackify.ll test by Derek Schuff · 9 years ago
  46. 4734513 Delete mergefunctions.clang.svn.patch by JF Bastien · 9 years ago
  47. cb6c943 AMDGPU/SI: Insert wait states required after v_readfirstlane on SI by Tom Stellard · 9 years ago
  48. 87f6133 AMDGPU: Eliminate half of i64 or if one operand is zero_extend from i32 by Matt Arsenault · 9 years ago
  49. 361311d [IR/Verifier] Each DISubprogram with isDefinition: true must belong to a CU. by Davide Italiano · 9 years ago
  50. 1dca546 APInt: Add overload of isMask by Matt Arsenault · 9 years ago
  51. fa51c2f [CodeGen] Remove constant-folding dead code. NFC. by Ahmed Bougacha · 9 years ago
  52. 5e99fa6 Check alloca's special state by JF Bastien · 9 years ago
  53. 0802f71 Introduce an GCRelocateInst class [NFC] by Philip Reames · 9 years ago
  54. 7fa1223 fix indentation; NFC by Sanjay Patel · 9 years ago
  55. 4bd7005 AMDGPU/SI: Fix a mis-compilation of multi-level breaks by Nicolai Haehnle · 9 years ago
  56. 80ce670 Support arbitrary addrspace pointers in masked load/store intrinsics by Artur Pilipenko · 9 years ago
  57. fc57f09 [Bitcode] Fix + regenerate old test so that it includes a DICompileUnit. by Davide Italiano · 9 years ago
  58. 3c28f60 [ScheduleDAGInstrs] Handle instructions with multiple MMOs by Geoff Berry · 9 years ago
  59. a58cdd3 Test commit, NFC. by Than McIntosh · 9 years ago
  60. 7655423 [mips] add assembler support for .set arch=octeon by Petar Jovanovic · 9 years ago
  61. 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
  62. e6c6eef LangRef: Update example syntax for atomic load instruction by Matt Arsenault · 9 years ago
  63. d8f221e AMDGPU: Implement i64 global atomics by Matt Arsenault · 9 years ago
  64. bc0aee5 AMDGPU: Add atomic_inc + atomic_dec intrinsics by Matt Arsenault · 9 years ago
  65. 9bb64b9 AMDGPU: Remove trailing whitespace by Matt Arsenault · 9 years ago
  66. b26a693 AMDGPU: Add volatile to test loads and stores by Matt Arsenault · 9 years ago
  67. 9040cf9 [X86] Regenerated avx512 calling convention test checks by Simon Pilgrim · 9 years ago
  68. 586f018 This reverts commit r266002, r266011 and r266016. by Rafael Espindola · 9 years ago
  69. 2b9d31a Revert "[mips] MIPSR6 Compact branch aliases" by Simon Dardis · 9 years ago
  70. ef1a3d2 [SystemZ] Use LDE32 instead of LE, when Offset is small. by Jonas Paulsson · 9 years ago
  71. b3bccda [mips] MIPSR6 Compact branch aliases by Simon Dardis · 9 years ago
  72. 03c9cc7 Avoid GCC -fpermissive error about llvm::Mangler hidden by member named Mangler by Stephan Bergmann · 9 years ago
  73. a6f1831 Refactor the Internalize stage of libLTO in a separate file (NFC) by Mehdi Amini · 9 years ago
  74. 861c3f6 Use StringSet instead of StringMap where it makes sense to in LTOCodeGenerator (NFC) by Mehdi Amini · 9 years ago
  75. dcd4d74 Minor code cleanup. NFC. by Junmo Park · 9 years ago
  76. 18569e8 [PPC64] Mark CR0 Live if PPCInstrInfo::optimizeCompareInstr Creates a Use of CR0 by Chuang-Yu Cheng · 9 years ago
  77. 3cc0d8f [PPC64] Use mfocrf in prologue when we only need to save 1 nonvolatile CR field by Chuang-Yu Cheng · 9 years ago
  78. b78b825 TargetLowering: Add missing doxygen group end. by Matthias Braun · 9 years ago
  79. 07f075c AArch64: Drive-by cleanup by Matthias Braun · 9 years ago
  80. 9aead67 Attempt to make buildbot happier with r266032. by George Burgess IV · 9 years ago
  81. 274105b Add the allocsize attribute to LLVM. by George Burgess IV · 9 years ago
  82. c13dfaa [AArch64] Add test cases for the repairing of physical registers. by Quentin Colombet · 9 years ago
  83. 1a11591 [RegBankSelect] Teach the repairing code how to handle physical registers. by Quentin Colombet · 9 years ago
  84. 08f81ce [AArch64] Add a test case for the propagation of register banks through phis. by Quentin Colombet · 9 years ago
  85. edae2f1 [RegisterBankInfo] Do not provide a default mapping for non-reg of phi by Quentin Colombet · 9 years ago
  86. 73ec6f7 [AArch64] Add a test case for the repairing of definitions. by Quentin Colombet · 9 years ago
  87. be78bfb [RegBankSelect] Teach how to repair definitions. by Quentin Colombet · 9 years ago
  88. 4307705 [MachineIRBuilder] Expose the insertion point in the public API. by Quentin Colombet · 9 years ago
  89. 9701ed8 MergeFunctions: test alloca better by JF Bastien · 9 years ago
  90. bf9de3a [AArch64] Test that RegBankSelect inserts the proper copies to fix the by Quentin Colombet · 9 years ago
  91. 40e099b Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty by Derek Schuff · 9 years ago
  92. 5ed848e Add a missing DICompileUnit to testcase. by Adrian Prantl · 9 years ago
  93. 18a65be ThinLTO renaming: use module hash instead of position in the summary by Mehdi Amini · 9 years ago
  94. f53db33 Legalize the debug info in this testcase in anticipation of future Verifier improvements. by Adrian Prantl · 9 years ago
  95. 382ee0e AtomicExpandPass: mark assert variable as used by JF Bastien · 9 years ago
  96. 076e8df Fix compile with GCC after r266002 (Add __atomic_* lowering to AtomicExpandPass) by James Y Knight · 9 years ago
  97. b4aa9bf CodeGen: Fix a use-after-free in TailDuplication by Justin Bogner · 9 years ago
  98. eb5d561 NFC: keep comment up to date by JF Bastien · 9 years ago
  99. 00cd59a [safestack] Add canary to unsafe stack frames by Evgeniy Stepanov · 9 years ago
  100. 47cbd52 ARM: use r7 as the frame-pointer on all MachO targets. by Tim Northover · 9 years ago