1. 97d780b [InstCombine] reduce indentation; NFC by Sanjay Patel · 9 years ago
  2. 82efd07 Fix some size_t / uint32_t ambiguity errors. by Zachary Turner · 9 years ago
  3. 7306956 [CodeView] Hook up CodeViewRecordIO to type serialization path. by Zachary Turner · 9 years ago
  4. bb82f0a Emit the DW_AT_type for a C++ static member definition by Adrian Prantl · 9 years ago
  5. c457ee1 GlobalISel: make sure debugging variables are appropriately elided in release builds. by David L. Jones · 9 years ago
  6. 9a9bc14 [libFuzzer] minor docs update by Kostya Serebryany · 9 years ago
  7. 92bee0f [ThinLTO] Prevent exporting of locals used/defined in module level asm by Teresa Johnson · 9 years ago
  8. 4f349ac [asan] Speed up compilation of large C++ stringmaps (tons of allocas) with ASan by Kuba Brecka · 9 years ago
  9. 665c3d9 [BasicAA] Teach BasicAA to handle the inaccessiblememonly and inaccessiblemem_or_argmemonly attributes by Andrew Kaylor · 9 years ago
  10. c6c2352 AArch64DeadRegisterDefinitionsPass: Fix Changed flag by Matthias Braun · 9 years ago
  11. 42c5a0b Use a default constructor. (NFC) Thanks to David Blaikie for suggesting this. by Adrian Prantl · 9 years ago
  12. b73e155 [TBAA] Drop support for "old style" scalar TBAA tags by Sanjoy Das · 9 years ago
  13. 474c83f GlobalISel: allow CodeGen to fallback on VReg type/class issues. by Tim Northover · 9 years ago
  14. d57fec9 [SystemZ] Add missing FP extension instructions by Ulrich Weigand · 9 years ago
  15. c505e81 [SystemZ] Add program mask and addressing mode instructions by Ulrich Weigand · 9 years ago
  16. ba2fbb8 [SystemZ] Model access registers as LLVM registers by Ulrich Weigand · 9 years ago
  17. 18fd3e6 [LoopDistribute] Preserve GlobalsAA also in the new Pass Manager. by Davide Italiano · 9 years ago
  18. 7ec8225 Don't store Twine in a local variable. by Eli Friedman · 9 years ago
  19. e5d85d1 [WebAssembly] Convert stackified IMPLICIT_DEF into constant 0. by Dan Gohman · 9 years ago
  20. 9da8087 [GlobalISel] Dump all instructions inserted by selector. by Ahmed Bougacha · 9 years ago
  21. 86b25f1 [GlobalISel] Permit select() to erase. by Ahmed Bougacha · 9 years ago
  22. 9579593 [LibcallsShrinkWrap] This pass doesn't preserve the CFG. by Davide Italiano · 9 years ago
  23. e481b32 Fix typo in comment. NFC. by Chad Rosier · 9 years ago
  24. 6e40614 CODE_OWNERS: Take ownership of the loop vectorizer. by Michael Kuperstein · 9 years ago
  25. e4bca28 [SystemZ] Always use semantic instruction classes by Ulrich Weigand · 9 years ago
  26. 1d55c52 [SystemZ] Refactor InstRR* instruction format patterns by Ulrich Weigand · 9 years ago
  27. af4db13 [SystemZ] Rename some Inst* instruction format classes by Ulrich Weigand · 9 years ago
  28. 4b0efd1 [MC][AArch64] Cleanup end-of-line parsing in AArch64 AsmParser. by Nirav Dave · 9 years ago
  29. c84d2a5 [SystemZ] Refactor branch and conditional instruction patterns by Ulrich Weigand · 9 years ago
  30. 5195166 NFC small changes in MemDep by Piotr Padlewski · 9 years ago
  31. 85bacc4 [RegAllocGreedy] Another fix about NewVRegs for last chance recoloring after r281783. by Wei Mi · 9 years ago
  32. 9feaaa3 [InstCombine] move min/max tests to min/max test file; NFC by Sanjay Patel · 9 years ago
  33. f153cd7 [InstCombine] update checks; NFC by Sanjay Patel · 9 years ago
  34. 32edb7e GlobalISel: support selecting fpext/fptrunc instructions on AArch64. by Tim Northover · 9 years ago
  35. 96132e4 Fix PR27500: on MSP430 the branch destination offset is measured in words, not bytes. by Anton Korobeynikov · 9 years ago
  36. 5addea5 Remove unused include. NFC. by Chad Rosier · 9 years ago
  37. a897799 [docs] fix link to AMD manuals (PR30946) by Sanjay Patel · 9 years ago
  38. 43252d0 Use the last 7 bits to represent the discriminator to fit it in 1 byte ULEB128 (NFC). by Dehao Chen · 9 years ago
  39. 38950e5 [X86][SSE] Regenerate test (just adds missing header) by Simon Pilgrim · 9 years ago
  40. abcddd5 [TargetLowering] Fix undef vector element issue with true/false result handling by Simon Pilgrim · 9 years ago
  41. ac54d00 [JumpThreading] Unfold selects that depend on the same condition by Pablo Barrio · 9 years ago
  42. 169b408 [VectorLegalizer] Expansion of CTLZ using CTPOP when possible by Simon Pilgrim · 9 years ago
  43. 174270c cleanup hashSysV a bit. by Rafael Espindola · 9 years ago
  44. b576a60 [AArch64] Fix incorrect CSEL node created by Roger Ferrer Ibanez · 9 years ago
  45. 00b1a65 [mips] Renable small data section test. by Simon Dardis · 9 years ago
  46. 0a1b0ce Adds the loop end location to the loop metadata. by Amara Emerson · 9 years ago
  47. 20b341a Fix memory leaks (coverity issues 1365586 & 1365591) by Sylvestre Ledru · 9 years ago
  48. 2b94bbb [AVX-512] Add an avx512f without avx512vl command line to vec_fp_to_int.ll and regenerate. This will make a change in a future patch easier to see. NFC by Craig Topper · 9 years ago
  49. 5498e18 IR, Bitcode: Change bitcode reader to no longer own its memory buffer. by Peter Collingbourne · 9 years ago
  50. adbd909 cmake: Don't try to install exports if there aren't any by Justin Bogner · 9 years ago
  51. 8fc9b4d Bitcode: Decouple block info block state from reader. by Peter Collingbourne · 9 years ago
  52. ef0facc Bitcode: Split out block info reading into a separate function. by Peter Collingbourne · 9 years ago
  53. ba37298 Add a missing break statement. NFC. by George Burgess IV · 9 years ago
  54. 160a270 GlobalISel: improve error diagnostics when IRTranslation fails. by Tim Northover · 9 years ago
  55. 7b11189 GlobalISel: support selecting G_SELECT on AArch64. by Tim Northover · 9 years ago
  56. e7ffbb5 [CMake] Fix llvm_setup_rpath function by Mandeep Singh Grang · 9 years ago
  57. 648fd9b GlobalISel: constrain PHI registers on AArch64. by Tim Northover · 9 years ago
  58. a19c76d [LTO] Add error message on IO error in compileOptimizedToFile. by Eli Friedman · 9 years ago
  59. a5af556 [AArch64] Remove dead check prefixes after r286110. NFC. by Chad Rosier · 9 years ago
  60. c6a1b2b [AArch64] Rename test to reflect changes after r286110. NFC. by Chad Rosier · 9 years ago
  61. 3fbb1a9 [opt-viewer] Avoid division by zero by Adam Nemet · 9 years ago
  62. c312996 [AMDGPU] Allow hoisting of comparisons out of a loop and eliminate condition copies by Stanislav Mekhanoshin · 9 years ago
  63. 330e12b [OptDiag, opt-viewer] Save callee's location and display as link by Adam Nemet · 9 years ago
  64. 978966f [AArch64] Transfer memory operands when lowering vector load/store intrinsics by Sanjin Sijaric · 9 years ago
  65. 3fab936 [docs] Add a pointer to ExitOnError to the discussion of handleErrors in the by Lang Hames · 9 years ago
  66. 3e9cd16 [TRE] Remove dead code by Sanjoy Das · 9 years ago
  67. d2b417a [doc] Add documentation about how to use a monorepo by Mehdi Amini · 9 years ago
  68. ffe516c Add experimental support for unofficial monorepo-like directory layout by Mehdi Amini · 9 years ago
  69. 9ebd843 [WebAssembly] Emit a BasePointer when we have overly-aligned stack objects by Derek Schuff · 9 years ago
  70. cc1ad89 Reset debug loc to OldInduction in InnerLoopVectorizer::createInductionVariable. (NFC) by Dehao Chen · 9 years ago
  71. 93cbe9b [lib/Object] Rename elf_hash to hashSysV. by Davide Italiano · 9 years ago
  72. 14b08ac [lit] Print negative exit codes on Windows in hex by Reid Kleckner · 9 years ago
  73. daf2128 Avoid tail recursion elimination across calls with operand bundles by Sanjoy Das · 9 years ago
  74. 2d2f4b6 [lib/Object] Modernize. NFCI. by Davide Italiano · 9 years ago
  75. d2b47f0 Use -fsanitize-recover instead of -mllvm -msan-keep-going. by Evgeniy Stepanov · 9 years ago
  76. fd34be2 Add tests for r286139. by Jordan Rose · 9 years ago
  77. 59bbd3c Fix `git-llvm` script to handle `git worktree` setups correctly by Mehdi Amini · 9 years ago
  78. d75c178 Disallow StringRef assignment from temporary std::strings. by Jordan Rose · 9 years ago
  79. 7e34ddb Add some facilities to work with a git monorepo (experimental setup) by Mehdi Amini · 9 years ago
  80. 99d2cab [AArch64] Remove dead store. Found by gcc7. by Davide Italiano · 9 years ago
  81. 8882bb7 [tsan] Cast floating-point types correctly when instrumenting atomic accesses, LLVM part by Kuba Brecka · 9 years ago
  82. f577de3 AMDGPU: Remove unnecessary and on conditional branch by Matt Arsenault · 9 years ago
  83. e5fd9c0 AMDGPU: Preserve vcc undef flags when inverting branch by Matt Arsenault · 9 years ago
  84. 2dd5f7e Remove Go Attribute type that was deleted from the C API in r286062. by David L. Jones · 9 years ago
  85. 6afa68e Test commit, deleted empty line at the end of README.txt by Stanislav Mekhanoshin · 9 years ago
  86. 58d02e0 [X86] Fix test checks script to satisfy pyflakes by Zvi Rackover · 9 years ago
  87. cfce1b9 [MemCpyOpt] Don't emit IR in an unspecified order by Benjamin Kramer · 9 years ago
  88. b54369e [X86] Fix test checks script to handle run lines with no pipe checks by Zvi Rackover · 9 years ago
  89. ad83aca Revert "Add some facilities to work with a git monorepo (experimental setup)" by Mehdi Amini · 9 years ago
  90. 644ae71 Add some facilities to work with a git monorepo (experimental setup) by Mehdi Amini · 9 years ago
  91. 72dab34 AMDGPU: Try to fix (non-clang?) bot builds by Matt Arsenault · 9 years ago
  92. bbc0561 Add -O0 support for @llvm.invariant.group.barrier by discarding it if it gets to ISel. by Richard Smith · 9 years ago
  93. c6533e3 AMDGPU: Refactor copyPhysReg by Matt Arsenault · 9 years ago
  94. e670c88 Fix 80-column violations. NFC. by Chad Rosier · 9 years ago
  95. 901ccce [InstCombine] allow splat vector folds in adjustMinMax() (retry r285732) by Sanjay Patel · 9 years ago
  96. 175d83a [SystemZ] Correct the SchedModel regarding vector unit / instructions. by Jonas Paulsson · 9 years ago
  97. 813d120 This patch adds support for 16 bit floating point registers to the inline asm register selection on AArch64. by Amara Emerson · 9 years ago
  98. ea453ce [AArch64] Removed the narrow load merging code in the ld/st optimizer. by Chad Rosier · 9 years ago
  99. d5d412e [SystemZ] Fixes in SchedModels for older subtargets. by Jonas Paulsson · 9 years ago
  100. 4438f46 [AliasSetTracker] Make AST smarter about assume intrinsics that don't actually affect memory. by Chad Rosier · 9 years ago