1. 8e686c2 [LoopStrengthReduce] Don't rewrite PHIs with incoming values from CatchSwitches by David Majnemer · 10 years ago
  2. 5b21066 [ScalarEvolutionExpander] Simplify findInsertPointAfter by David Majnemer · 10 years ago
  3. 6741ccc [codeview] Remove EmitLabelDiff in favor emitAbsoluteSymbolDiff by Reid Kleckner · 10 years ago
  4. 0495e3c [codeview] Use the MCStreamer interface directly instead of AsmPrinter by Reid Kleckner · 10 years ago
  5. 7119b26 [DWARFDebug] Fix another case of overlapping ranges by Keno Fischer · 10 years ago
  6. 888a66d Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized() by Todd Fiala · 10 years ago
  7. 33bf0bd [SelectionDAG] Fix CombineToPreIndexedLoadStore O(n^2) behavior by Tim Shen · 10 years ago
  8. 6ebd4e6 Minor performance tweaks to llvm-tblgen (and a few that might be a good idea) by Reid Kleckner · 10 years ago
  9. de1480a ARM: support TLS for WoA by Saleem Abdulrasool · 10 years ago
  10. dcbf7c3 Revert r259662, which caused regressions on polly tests. by Wei Mi · 10 years ago
  11. 185966c [InstCombine] Revert r238452: Fold IntToPtr and PtrToInt into preceding loads. by Quentin Colombet · 10 years ago
  12. 8e9339f [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten. by Jonas Paulsson · 10 years ago
  13. 23ddc6e Fix comments /NFC by Xinliang David Li · 10 years ago
  14. d73c4ec [Unittest] Clean up formatting, NFC by Joseph Tremoulet · 10 years ago
  15. e32bfe2 [SCEV] Try to reuse existing value during SCEV expansion by Wei Mi · 10 years ago
  16. 866cc2a [ARM] Move GNUEABI divmod to __aeabi_divmod* by Renato Golin · 10 years ago
  17. ccdf189 [MachineCopyPropagation] Fix comment. NFC by Jun Bum Lim · 10 years ago
  18. db6591c [mips] Remove redundant inclusions of MipsAnalyzeImmediate.h by Daniel Sanders · 10 years ago
  19. c48890e [DemandedBits] Revert r249687 due to PR26071 by James Molloy · 10 years ago
  20. d8ce794 Fix for PR 26381 by Nemanja Ivanovic · 10 years ago
  21. 804a160 [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections by Simon Atanasyan · 10 years ago
  22. f4afd08 [TableGen] Add 'register alternative name matching' support by Dylan McKay · 10 years ago
  23. 2eb4c2a [X86][AVX] Add support for 64-bit VZEXT_LOAD of 256/512-bit vectors to EltsFromConsecutiveLoads by Simon Pilgrim · 10 years ago
  24. 78fb7d3 Add a compatibility test by Xinliang David Li · 10 years ago
  25. 916e1f1 Fix a typo in comment by Xinliang David Li · 10 years ago
  26. 42800d1 Fix uninitiazed variable use problem by Xinliang David Li · 10 years ago
  27. 8fd9cfb [PGO] Profile summary reader/writer support by Xinliang David Li · 10 years ago
  28. a6d2c28 LowerBitSets: Don't bother to do any work if the llvm.bitset.test intrinsic is unused. by Peter Collingbourne · 10 years ago
  29. 065d01f Add #include "llvm/Support/raw_ostream.h" to fix Windows build. by Peter Collingbourne · 10 years ago
  30. 6f984cb Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused. by Peter Collingbourne · 10 years ago
  31. b9d2127 Fix typo in comment. NFC by Nick Lewycky · 10 years ago
  32. 863bc58 docs: Document how bitsets may be used to encode type information. by Peter Collingbourne · 10 years ago
  33. ee53ec0 Codegen: [PPC] Fix PPCVSXFMAMutate to handle duplicates. by Kyle Butt · 10 years ago
  34. 6a4c1bd Revert r259576: Disable the vzeroupper insertion pass on PS4. by Yunzhong Gao · 10 years ago
  35. ecdde62 RegCoalescer: Making sure re-materialization defines all subranges by Marcello Maggioni · 10 years ago
  36. ed25e06 DiagnosticInfoWithDebugLocBase: Appease Twine for now. by NAKAMURA Takumi · 10 years ago
  37. 5ff09a6 [LoopVersioning] Expose loop versioning as a pass too by Adam Nemet · 10 years ago
  38. 6264f29 Attempt #2 to unbreak r259595. by George Burgess IV · 10 years ago
  39. 76ee764 [codeview] Improve readability of codeview assembly output by David Majnemer · 10 years ago
  40. 7cec6c6 [libFuzzer] don't create too many trace-based mutations as it may be too slow by Kostya Serebryany · 10 years ago
  41. e1e04cb Attempt to fix builds broken by r259595. by George Burgess IV · 10 years ago
  42. 02e0bb6 This patch adds MemorySSA to LLVM. by George Burgess IV · 10 years ago
  43. 7373ed1 [LVI] Fix debug output by Philip Reames · 10 years ago
  44. 04df7c1 [asan] Add iOS support to AddressSanitzier by Anna Zaks · 10 years ago
  45. 524fa2e [LVI] Code motion only [NFC] by Philip Reames · 10 years ago
  46. dc27a09 [LVI] Refactor to use newly introduced intersect utility by Philip Reames · 10 years ago
  47. 4b23ca5 Remove utils/buildit by Justin Bogner · 10 years ago
  48. b99b60d Correct size calculations for ELF files by Hemant Kulkarni · 10 years ago
  49. 16ee000 Disable the vzeroupper insertion pass on PS4. by Yunzhong Gao · 10 years ago
  50. f823e14 [Orc] Stub addresses should be based on stub size, not pointer size. by Lang Hames · 10 years ago
  51. f1f2dd4 AMDGPU: Do not promote allocas with non-inbounds GEPs by Matt Arsenault · 10 years ago
  52. 5517876 AMDGPU: Handle promoting memmove by Matt Arsenault · 10 years ago
  53. bcbd53a [X86] Fix the merging of SP updates in prologue/epilogue insertions. by Quentin Colombet · 10 years ago
  54. 34a1c16 MachineVerifier: Check that defs/uses are live in subregisters as well. by Matthias Braun · 10 years ago
  55. ec856e4 AMDGPU: Skip promote alloca with no optimizations by Matt Arsenault · 10 years ago
  56. ed9c1ce AMDGPU: Minor cleanups for AMDGPUPromoteAlloca by Matt Arsenault · 10 years ago
  57. 9c1744a [Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class: by Lang Hames · 10 years ago
  58. b20745d [codeview] Correctly handle inlining functions post-dominated by unreachable by David Majnemer · 10 years ago
  59. d011721 AMDGPU: Report AMDGPUPromoteAlloca changed the function by Matt Arsenault · 10 years ago
  60. 53b80eb AMDGPU: Whitelist handled intrinsics by Matt Arsenault · 10 years ago
  61. 374613d AMDGPU: Use inbounds when calculating workitem offset by Matt Arsenault · 10 years ago
  62. 380d47d Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  63. 617bba8 [codeview] Wire up the .cv_inline_linetable directive by Reid Kleckner · 10 years ago
  64. 27751b5 [MC] Enable eip-relative addressing on x86-64 for X32 ABI by Derek Schuff · 10 years ago
  65. 808a3d2 [AArch64] Add a FIXME comment. by Chad Rosier · 10 years ago
  66. bba05d1 [AArch64] Allocate the modified and used regs only once per function. by Chad Rosier · 10 years ago
  67. 38cce32 WebAssembly: update expected GCC torture test failures by JF Bastien · 10 years ago
  68. 9ed9eb7 Refactor backend diagnostics for unsupported features by Oliver Stannard · 10 years ago
  69. b5a9885 [X86][AVX512] Add support for AVX512 VMOVQ (load) shuffle decoding by Simon Pilgrim · 10 years ago
  70. 7f5fe82 WebAssembly: add option to disable register coloring by JF Bastien · 10 years ago
  71. fc1e90c Removed FeatureVFPOnlySP from the Cortex-R7 processor model by Sjoerd Meijer · 10 years ago
  72. a101dc9 [RegisterCoalescer] Better DebugLoc for reMaterializeTrivialDef by David Majnemer · 10 years ago
  73. d3ec736 [LCG] Build an edge abstraction for the LazyCallGraph and use it to by Chandler Carruth · 10 years ago
  74. bf09bb7 [LVI] Introduce an intersect operation on lattice values by Philip Reames · 10 years ago
  75. 485551e [libFuzzer] allow passing 1 or more files as individual inputs by Kostya Serebryany · 10 years ago
  76. 6aca1f7 MachineVerifier: Use report_context() instead of ad-hoc messages. by Matthias Braun · 10 years ago
  77. d1f5b85 [X86] Fix a bug in getMemOpBaseRegImmOfs by Sanjoy Das · 10 years ago
  78. 05de8e9 [libFuzzer] fail if the corpus dir does not exist by Kostya Serebryany · 10 years ago
  79. ddad6c7 [X86][FastISel] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR. by Ahmed Bougacha · 10 years ago
  80. b080ff4 [X86] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR. by Ahmed Bougacha · 10 years ago
  81. 5920382 [safestack] Make sure the unsafe stack pointer is popped in all cases by Anna Zaks · 10 years ago
  82. b4e775c [LVI] Fix a latent bug in getValueAt by Philip Reames · 10 years ago
  83. c0e338f fix typos; NFC by Sanjay Patel · 10 years ago
  84. 1790b51 [LVI] Missing test case from 259432 by Philip Reames · 10 years ago
  85. 9ee303a Add test for PR26419 (stable function summary ordering) by Teresa Johnson · 10 years ago
  86. 9d1fe7a [LVI] Remove overly tight assert from 259429 by Philip Reames · 10 years ago
  87. f939e55 [X86][AVX512] Add support for AVX512 VMOVD (load) shuffle decoding by Simon Pilgrim · 10 years ago
  88. 2b06e73 [LVI] Add select handling by Philip Reames · 10 years ago
  89. 6216701 [X86][AVX512] Add support for AVX512 VMOVSD/VMOVSS shuffle decoding by Simon Pilgrim · 10 years ago
  90. 7d0cdb4 function names start with a lowercase letter; NFC by Sanjay Patel · 10 years ago
  91. 633f0ac [InstCombine] simplify masked scatter/gather intrinsics with zero masks by Sanjay Patel · 10 years ago
  92. bf61370 [X86][AVX512] Add support for AVX512 VINSERTPS shuffle decoding by Simon Pilgrim · 10 years ago
  93. c2d3726 SmallSet/SmallPtrSet: Refuse huge Small numbers by Matthias Braun · 10 years ago
  94. e4dee6b [X86][SSE] Regenerated load vector + element extraction tests. by Simon Pilgrim · 10 years ago
  95. 0158ba6 Move comments a bit closer to associated code. NFC. by Chad Rosier · 10 years ago
  96. 4fa3b7e [X86][SSE] Add AVX512 merge consecutive load tests by Simon Pilgrim · 10 years ago
  97. 542af83 Regenerate vector blend tests. by Simon Pilgrim · 10 years ago
  98. 977381e Regenerate vector sext/zext constant folding tests. by Simon Pilgrim · 10 years ago
  99. da7cbcd Avoid inlining call sites in unreachable-terminated block by Jun Bum Lim · 10 years ago
  100. 540a1fb Remove extra semicolon. NFC. by Chad Rosier · 10 years ago