1. 92d32ce NFC mergefunc: const correctness by JF Bastien · 9 years ago
  2. a092aac AMDGPU/SI: Add support for spilling VGPRs without having to scavenge registers by Tom Stellard · 9 years ago
  3. f301f27 [x86] add tests to show potential BMI optimization by Sanjay Patel · 9 years ago
  4. 0149731 [DebugInfo] Optimize memory layout of DISubprogram. by Davide Italiano · 9 years ago
  5. 6d56779 AsmParser: record "# line file" context to calculate location for diag by Tim Northover · 9 years ago
  6. f001eb5 Test case for r265852. by Easwaran Raman · 9 years ago
  7. 9e81c60 LibDriver: Silently do nothing when provided no inputs. by Peter Collingbourne · 9 years ago
  8. 5a486ec [PGO] Remove redundant VP instrumentation by Betul Buyukkurt · 9 years ago
  9. b935913 [PowerPC] Basic support for P9 byte comparison and count trailing zero insns by Nemanja Ivanovic · 9 years ago
  10. 7b4c09a llvm-dwp: Add assert text by David Blaikie · 9 years ago
  11. 891346a [AArch64] Disable LDP/STP for quads by Evandro Menezes · 9 years ago
  12. 4a1c79f Revert "[IR/Verifier] Each DISubprogram with isDefinition: true must belong to a CU." by Davide Italiano · 9 years ago
  13. c7e68af [IR/DebugInfoMetadata] Simplify array length calculation by using array_lengthof instead of ArrayRef::size by David Blaikie · 9 years ago
  14. 100a6be Cleanup Store Merging in UseAA case by Nirav Dave · 9 years ago
  15. bd3bdfc Sanity check `opt` options compatibility: can't have module-summary or module-hash when emitting textual IR by Mehdi Amini · 9 years ago
  16. 387bdb4 Revert "Make aliases explicit in the summary" by Mehdi Amini · 9 years ago
  17. e618ec9 Make aliases explicit in the summary by Mehdi Amini · 9 years ago
  18. 7739723 Revert inadvertently modified comment in r266131 by Mehdi Amini · 9 years ago
  19. 31cadd7 AArch64: don't create instructions that write to xzr/wzr twice. by Tim Northover · 9 years ago
  20. 075abcb [AMDGPU][llvm-mc] Support of Trap Handler registers (TTMP0..11 and TBA/TMA)git status by Artem Tamazov · 9 years ago
  21. d61f2a5 [mips] Fix emitAtomicCmpSwapPartword to handle 64 bit pointers correctly by Zoran Jovanovic · 9 years ago
  22. 21bbc49 [mips] Sign-extend i32 values truncated from previously zero-extended i32 values. by Vasileios Kalintiris · 9 years ago
  23. 3592381 Simplify strlen to a subtraction for certain cases. by David L Kreitzer · 9 years ago
  24. 11615f4 [X86][SSE] Regenerated vector integer absolute tests by Simon Pilgrim · 9 years ago
  25. 396d592 Calculate __builtin_object_size when pointer depends on a condition by Petar Jovanovic · 9 years ago
  26. 5654752 Added missing autogeneration note by Simon Pilgrim · 9 years ago
  27. 2908602 Don't use misc-unused-parameters check on LLVM. by Alexander Kornienko · 9 years ago
  28. 2cc36cb [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, DDIVU and DMODU instructions by Zlatko Buljan · 9 years ago
  29. 1559762 [InstCombine] We folded an fcmp to an i1 instead of a vector of i1 by David Majnemer · 9 years ago
  30. 31ce1f6 Simplify LTOInternalize into UpdateLLVMCompilerUsed by Mehdi Amini · 9 years ago
  31. 06bf569 Minor cleanup in Internalize, hide helper class using anonymous namespace (NFC) by Mehdi Amini · 9 years ago
  32. 63809dd LTOInternalize: Use a StringSet instead of a sorted vector and a binary search query for each function by Mehdi Amini · 9 years ago
  33. fd6b04c [mips][microMIPS] Fix for "Cannot copy registers" assertion by Hrvoje Varga · 9 years ago
  34. d9b590e Move "ExternalSymbols" out of LTOInternalize (NFC) by Mehdi Amini · 9 years ago
  35. f81e2fb Really return whether Internalize did change the Module or not. by Mehdi Amini · 9 years ago
  36. 42ab0ff Modernize Internalizer with for-range loop (NFC) by Mehdi Amini · 9 years ago
  37. 8fbafc9 Refactor the InternalizePass into a helper class, and expose it through a public free function (NFC) by Mehdi Amini · 9 years ago
  38. a98cfea Refactor Internalization pass to use as a callback instead of a StringSet (NFC) by Mehdi Amini · 9 years ago
  39. 815b02e Recommit r265547, and r265610,r265639,r265657 on top of it, plus by Wei Mi · 9 years ago
  40. 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
  41. f294b09 AMDGPU: Add test for m0 initialization in basic loop by Matt Arsenault · 9 years ago
  42. d5a8ffb AMDGPU: Remove leftover ShaderType attributes in tests by Matt Arsenault · 9 years ago
  43. 323ca5c LTOInternalize: Fix member type, should be a reference and not a copy by Mehdi Amini · 9 years ago
  44. 90d8769 AMDGPU/SI: Fix spilling of 96-bit registers by Tom Stellard · 9 years ago
  45. 5f8681a Fix mismatch on returned type between header and implementation for createNameAnonFunctionPass() by Mehdi Amini · 9 years ago
  46. ae7cc5f CodeGen: Clear the MFI's save and restore point after PrologEpilogInserter by Justin Bogner · 9 years ago
  47. 8f400cc Add space between words in verify-scev-maps option help message by Jeroen Ketema · 9 years ago
  48. 9078f55 [x86, InstCombine] fix masked load pass-through operand to be a zero vector by Sanjay Patel · 9 years ago
  49. 899eb5f [AArch64] Fuse AES{D,E}/AESMC for Exynos M1. (NFC) by Evandro Menezes · 9 years ago
  50. 2a29a67 Pre-fill LibcallRoutineNames with nullptr. by James Y Knight · 9 years ago
  51. 69f961c Update psabi link for x86-64. Add link to linux gabi supplement. by James Y Knight · 9 years ago
  52. 23d0579 [MC/ELFObjectWriter] Fix indentation of class body. by David Blaikie · 9 years ago
  53. dc03eb6 Fixed a few typos and formatting problems. NFCI. by David L Kreitzer · 9 years ago
  54. e6f98f0 [DebugInfo] Add error message to test. by Davide Italiano · 9 years ago
  55. 28b3311 Add a pass to name anonymous/nameless function by Mehdi Amini · 9 years ago
  56. e58bfc9 Move summary creation out of llvm-as into opt by Mehdi Amini · 9 years ago
  57. f704722 X86: Avoid accessing SDValues after they've been RAUW'd by Justin Bogner · 9 years ago
  58. 7d33ff0 NFC: MergeFunctions return early by JF Bastien · 9 years ago
  59. 756309c AMDGPU: add llvm.amdgcn.buffer.load/store intrinsics by Nicolai Haehnle · 9 years ago
  60. a439f48 [ThinLTO] Only compute imports for current module in FunctionImport pass by Teresa Johnson · 9 years ago
  61. 991afcd NFC: MergeFunctions update more comments by JF Bastien · 9 years ago
  62. 238d819 Add __atomic_* lowering to AtomicExpandPass. by James Y Knight · 9 years ago
  63. 83c1c10 [WebAssembly] Fix debug info in reg-stackify.ll test by Derek Schuff · 9 years ago
  64. 4734513 Delete mergefunctions.clang.svn.patch by JF Bastien · 9 years ago
  65. cb6c943 AMDGPU/SI: Insert wait states required after v_readfirstlane on SI by Tom Stellard · 9 years ago
  66. 87f6133 AMDGPU: Eliminate half of i64 or if one operand is zero_extend from i32 by Matt Arsenault · 9 years ago
  67. 361311d [IR/Verifier] Each DISubprogram with isDefinition: true must belong to a CU. by Davide Italiano · 9 years ago
  68. 1dca546 APInt: Add overload of isMask by Matt Arsenault · 9 years ago
  69. fa51c2f [CodeGen] Remove constant-folding dead code. NFC. by Ahmed Bougacha · 9 years ago
  70. 5e99fa6 Check alloca's special state by JF Bastien · 9 years ago
  71. 0802f71 Introduce an GCRelocateInst class [NFC] by Philip Reames · 9 years ago
  72. 7fa1223 fix indentation; NFC by Sanjay Patel · 9 years ago
  73. 4bd7005 AMDGPU/SI: Fix a mis-compilation of multi-level breaks by Nicolai Haehnle · 9 years ago
  74. 80ce670 Support arbitrary addrspace pointers in masked load/store intrinsics by Artur Pilipenko · 9 years ago
  75. fc57f09 [Bitcode] Fix + regenerate old test so that it includes a DICompileUnit. by Davide Italiano · 9 years ago
  76. 3c28f60 [ScheduleDAGInstrs] Handle instructions with multiple MMOs by Geoff Berry · 9 years ago
  77. a58cdd3 Test commit, NFC. by Than McIntosh · 9 years ago
  78. 7655423 [mips] add assembler support for .set arch=octeon by Petar Jovanovic · 9 years ago
  79. 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
  80. e6c6eef LangRef: Update example syntax for atomic load instruction by Matt Arsenault · 9 years ago
  81. d8f221e AMDGPU: Implement i64 global atomics by Matt Arsenault · 9 years ago
  82. bc0aee5 AMDGPU: Add atomic_inc + atomic_dec intrinsics by Matt Arsenault · 9 years ago
  83. 9bb64b9 AMDGPU: Remove trailing whitespace by Matt Arsenault · 9 years ago
  84. b26a693 AMDGPU: Add volatile to test loads and stores by Matt Arsenault · 9 years ago
  85. 9040cf9 [X86] Regenerated avx512 calling convention test checks by Simon Pilgrim · 9 years ago
  86. 586f018 This reverts commit r266002, r266011 and r266016. by Rafael Espindola · 9 years ago
  87. 2b9d31a Revert "[mips] MIPSR6 Compact branch aliases" by Simon Dardis · 9 years ago
  88. ef1a3d2 [SystemZ] Use LDE32 instead of LE, when Offset is small. by Jonas Paulsson · 9 years ago
  89. b3bccda [mips] MIPSR6 Compact branch aliases by Simon Dardis · 9 years ago
  90. 03c9cc7 Avoid GCC -fpermissive error about llvm::Mangler hidden by member named Mangler by Stephan Bergmann · 9 years ago
  91. a6f1831 Refactor the Internalize stage of libLTO in a separate file (NFC) by Mehdi Amini · 9 years ago
  92. 861c3f6 Use StringSet instead of StringMap where it makes sense to in LTOCodeGenerator (NFC) by Mehdi Amini · 9 years ago
  93. dcd4d74 Minor code cleanup. NFC. by Junmo Park · 9 years ago
  94. 18569e8 [PPC64] Mark CR0 Live if PPCInstrInfo::optimizeCompareInstr Creates a Use of CR0 by Chuang-Yu Cheng · 9 years ago
  95. 3cc0d8f [PPC64] Use mfocrf in prologue when we only need to save 1 nonvolatile CR field by Chuang-Yu Cheng · 9 years ago
  96. b78b825 TargetLowering: Add missing doxygen group end. by Matthias Braun · 9 years ago
  97. 07f075c AArch64: Drive-by cleanup by Matthias Braun · 9 years ago
  98. 9aead67 Attempt to make buildbot happier with r266032. by George Burgess IV · 9 years ago
  99. 274105b Add the allocsize attribute to LLVM. by George Burgess IV · 9 years ago
  100. c13dfaa [AArch64] Add test cases for the repairing of physical registers. by Quentin Colombet · 9 years ago