1. 2f2ce25 [PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassManager by Leonard Chan · 7 years ago
  2. f5647cf [DAG] Fix Big Endian in Load-Store forwarding by Nirav Dave · 7 years ago
  3. 29b3e08 [Hexagon] Eliminate potential sources of non-determinism in HCE by Krzysztof Parzyszek · 7 years ago
  4. a6f9ade [X86] Restore X86ISelDAGToDAG::matchBEXTRFromAnd. Teach address matching to create a BEXTR pattern from a (shl (and X, mask >> C1) if C1 can be folded into addressing mode. by Craig Topper · 7 years ago
  5. 488a8b2 Better support for POSIX paths in PDBs. by Zachary Turner · 7 years ago
  6. ea0a193 [llvm-nm] Fix crash when running with --print-armap on corrupt archives. by Jordan Rupprecht · 7 years ago
  7. 7b42e95 [DAGCombiner] move comment closer to the corresponding code; NFC by Sanjay Patel · 7 years ago
  8. 09ab8e9 [llvm-mca][BtVer2] Add tests for optimizable GPR register moves. NFC by Andrea Di Biagio · 7 years ago
  9. 4b25d67 [InstCombine] Fix SimplifyLibCalls erasing an instruction while IC still had references to it. by Amara Emerson · 7 years ago
  10. 1f4ef78 [AARCH64][FIX] Emit data symbol for constant pool data by Diogo N. Sampaio · 7 years ago
  11. 14c745c Generalize an IR verifier check to work with non-zero program address spaces by Dylan McKay · 7 years ago
  12. b4f227a [InstCombine] Demand bits of UMin by David Green · 7 years ago
  13. 3e9802e [RISCV] Re-generate test/CodeGen/RISCV/vararg.ll after r344142 by Alex Bradbury · 7 years ago
  14. c3c05ee [InstCombine] Demand bits of UMax by David Green · 7 years ago
  15. 3572c80 [InstCombine] Add tests for demand bits of min/max. NFC. by David Green · 7 years ago
  16. 7a17572 [tblgen][CodeGenSchedule] Add a check for invalid RegisterFile definitions with zero physical registers. by Andrea Di Biagio · 7 years ago
  17. e13d094 [LV] Use SmallVector instead of DenseMap in calculateRegisterUsage (NFC). by Florian Hahn · 7 years ago
  18. 522fc4d [LV] Ignore more debug info. by Florian Hahn · 7 years ago
  19. 6298cb9 [gcov] Display the hit counter for the line of a function definition by Calixte Denizet · 7 years ago
  20. fb7e691 [NFC] Factor out getOrCreateAddRecExpr method by Max Kazantsev · 7 years ago
  21. b4d0c49 [X86][BMI1]: X86DAGToDAGISel: select BEXTR from x & ~(-1 << nbits) pattern by Roman Lebedev · 7 years ago
  22. d7e4873 [IndVars] Drop "exact" flag from lshr and udiv when substituting their args by Max Kazantsev · 7 years ago
  23. d342bc7 [llvm-nm] Include the text "@FILE" in the output of --help by Martin Storsjo · 7 years ago
  24. b149340 [CMake] Temporarily remove the LLVM_ENABLE_IDE option by Chris Bieneman · 7 years ago
  25. 6fb010f [CMake] Unconditionally add .h and .td files to target sources by Chris Bieneman · 7 years ago
  26. 0801e41 [Coverage] Apply filtered paths to summary by Chris Bieneman · 7 years ago
  27. 4599ef4 Use fully qualified namespace name. by Zachary Turner · 7 years ago
  28. 119d9f6 [WebAssembly][NFC] Use intrinsic dag nodes directly by Thomas Lively · 7 years ago
  29. d36df14 [MC][ELF] Fix section_mergeable_size.ll by Fangrui Song · 7 years ago
  30. ca6f7dc [WebAssembly] Saturating float to int intrinsics by Thomas Lively · 7 years ago
  31. 9528e40 llvm-c: Add C APIs to access DebugLoc info by Saleem Abdulrasool · 7 years ago
  32. 63ec256 Add a flag to remap manglings when reading profile data information. by Richard Smith · 7 years ago
  33. 7f7ab9f [LTO] Account for overriding lib calls via the alias attribute by Warren Ristow · 7 years ago
  34. d784be6 [MC][ELF] compute entity size for explicit sections by Nick Desaulniers · 7 years ago
  35. 63c98b3 [X86] Prevent non-temporal loads from folding into instructions by blocking them in X86DAGToDAGISel::IsProfitableToFold rather than with a predicate. by Craig Topper · 7 years ago
  36. 8313c3b [CMake] NFC. Updating documentation on options by Chris Bieneman · 7 years ago
  37. 04af5ff Support for remapping profile data when symbols change, for sample-based by Richard Smith · 7 years ago
  38. ea46abe Replace most users of UnknownSize with LocationSize::unknown(); NFC by George Burgess IV · 7 years ago
  39. 3cf846a Test commit: fix typo in comment by Armando Montanez · 7 years ago
  40. 3b1e430 Support for remapping profile data when symbols change, for by Richard Smith · 7 years ago
  41. 742beb6 llvm-ar: Darwin archive format fixes. by James Y Knight · 7 years ago
  42. 4c5954f [NFC][X86][AArch64] extract-bits.ll: add tests with constants+storing results. by Roman Lebedev · 7 years ago
  43. 66a2c5e [InstCombine] reverse 'trunc X to <N x i1>' canonicalization; 2nd try by Sanjay Patel · 7 years ago
  44. 2870bb0 [WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS] by Thomas Lively · 7 years ago
  45. 6029ddd [X86] Move X86DAGToDAGISel::matchBEXTRFromAnd() into X86ISelLowering by Roman Lebedev · 7 years ago
  46. 9f5daa2 revert r344082: [InstCombine] reverse 'trunc X to <N x i1>' canonicalization by Sanjay Patel · 7 years ago
  47. 4942b85 [DwarfVerifier] Fixed -Wimplicit-fallthrough warning by David Bolvansky · 7 years ago
  48. c8b6096 [WebAssembly][NFC] Use vnot patfrag to simplify v128.not by Thomas Lively · 7 years ago
  49. ca0c32a [LV] Add a new reduction pattern match by Renato Golin · 7 years ago
  50. 105b05e Reland: [OptRemarks] Add library for parsing optimization remarks by Francis Visoiu Mistrih · 7 years ago
  51. 2a9ea34 [Support] Remove redundant qualifiers in YAMLTraits (NFC) by Scott Linder · 7 years ago
  52. b501cdb Revert "[OptRemarks] Add library for parsing optimization remarks" by Francis Visoiu Mistrih · 7 years ago
  53. f6b8b02 [GlobalISel] Fix the artifact combiner to fold G_IMPLICIT_DEF properly by Volkan Keles · 7 years ago
  54. 1cc98e6 [OptRemarks] Add library for parsing optimization remarks by Francis Visoiu Mistrih · 7 years ago
  55. 3b607cb [VPlan] Fix CondBit quoting in dumpBasicBlock by Renato Golin · 7 years ago
  56. a50609a Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy by Craig Topper · 7 years ago
  57. 7b3bebb Relax trivial cast requirements in CallPromotionUtils by Scott Linder · 7 years ago
  58. 0768811 [llvm-exegesis] Fix always true assert by Guillaume Chatelet · 7 years ago
  59. d93bcaa [llvm-mca] Minor refactoring in preparation for a patch that will fully fix PR36671. NFCI by Andrea Di Biagio · 7 years ago
  60. 09f76c8 [llvm-exegesis][NFC] Pass Instruction instead of bare Opcode by Guillaume Chatelet · 7 years ago
  61. e144c76 [llvm-mca][BtVer2] Add two more move-elimination tests. NFC by Andrea Di Biagio · 7 years ago
  62. 444acbd [llvm-exegesis][NFC] Code simplification by Guillaume Chatelet · 7 years ago
  63. df002d7 [DAGCombine] Improve Load-Store Forwarding by Nirav Dave · 7 years ago
  64. 8798ea6 [x86] allow single source horizontal op matching (PR39195) by Sanjay Patel · 7 years ago
  65. 7651154 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago
  66. 8e17e96 [llvm-exegesis] Fix function return generation so it doesn't return register 0 by John Brawn · 7 years ago
  67. efbdbce [TargetLowering] SimplifyDemandedBits - rename demanded mask args. NFCI. by Simon Pilgrim · 7 years ago
  68. 85645eb [llvm-exegesis][NFC] Fix typo by Guillaume Chatelet · 7 years ago
  69. c195d38 [TargetLowering] SimplifyDemandedBits - pull out repeated getOperands. NFCI. by Simon Pilgrim · 7 years ago
  70. 73cebd7 Revert "[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG." by Carlos Alberto Enciso · 7 years ago
  71. cfd600b [TableGen] fix assert in !cast when used out of definition in a multiclass by Valery Pykhtin · 7 years ago
  72. f9d46e9 [TargetLowering] Add root node back to work list after successful SimplifyDemandedBits/SimplifyDemandedVectorElts by Simon Pilgrim · 7 years ago
  73. 4e82435 [llvm-exegesis] Fix broken build. by Guillaume Chatelet · 7 years ago
  74. 29beaa2 [llvm-exegesis][NFC] Simplify code now that Instruction has more semantic by Guillaume Chatelet · 7 years ago
  75. 20f5c44 [SystemZ] Temporarily disable high VFs with integer div/rem. by Jonas Paulsson · 7 years ago
  76. cc2cbf3 Fix an ordering bug in the scalarizer. by Neil Henning · 7 years ago
  77. 5df6535 [llvm-exegesis] Remove unused variable, add more semantic to Instruction. by Guillaume Chatelet · 7 years ago
  78. 4ffb89c [DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG. by Carlos Alberto Enciso · 7 years ago
  79. 18c07e1 [X86] Remove FeatureRTM from Skylake processor list by Craig Topper · 7 years ago
  80. 24446e7 [SystemZ] Take better care when computing needed vector registers in TTI. by Jonas Paulsson · 7 years ago
  81. 91f4bc63 [Analysis] Make LocationSizes carry an 'imprecise' bit by George Burgess IV · 7 years ago
  82. 625a776 [NFC] Make a variable const by Max Kazantsev · 7 years ago
  83. 0bb9199 [PowerPC][NFC] Add a test case for extract and store patterns by Nemanja Ivanovic · 7 years ago
  84. 44cb934 [AVR] Fix the 'call.ll' CodeGen test by Dylan McKay · 7 years ago
  85. 64c3a57 [PowerPC] Fix the assert of ISD::SIGN_EXTEND_INREG when type is v2i16 and v2i8 by QingShan Zhang · 7 years ago
  86. 952e752 [Analysis] Make LocationSize pretty-printing more descriptive by George Burgess IV · 7 years ago
  87. de0558b [WebAssembly] Fix fneg lowering by Thomas Lively · 7 years ago
  88. bca81ff [WebAssembly] Improve comments for SIMD instruction definitions by Heejin Ahn · 7 years ago
  89. 96ce5ea [sancov] Generalize the code to get the previous instruction to multiple architectures by George Karpenkov · 7 years ago
  90. 42f63b6 [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don't append "[options] <inputs>" by Fangrui Song · 7 years ago
  91. 98649f6 [git-llvm] Fix some issues surrouding EOL conversion on Windows. by Zachary Turner · 7 years ago
  92. ce40693 [WebAssembly] Handle V128 register class in explicit locals pass by Thomas Lively · 7 years ago
  93. 5397926 [DAGCombiner] Expand combining of FP logical ops to sign-setting FP ops by Nemanja Ivanovic · 7 years ago
  94. dcc47f9 [X86] Fix sanitizer bot failure from 344085 by Rong Xu · 7 years ago
  95. 2e2e17d [PowerPC][NFC] Commit nabs test case in preparation for committing D44548 by Nemanja Ivanovic · 7 years ago
  96. a219e95 [LV] Move test for r343954 into x86 subdirectory by Justin Bogner · 7 years ago
  97. 048b539 [WebAssembly] Improve readability of SIMD instructions (NFC) by Heejin Ahn · 7 years ago
  98. c97898e Recommit r343993: [X86] condition branches folding for three-way conditional codes by Rong Xu · 7 years ago
  99. fe584de [FPEnv] PatternMatcher support for checking FNEG ignoring signed zeros by Cameron McInally · 7 years ago
  100. 1dd3c06 [InstCombine] reverse 'trunc X to <N x i1>' canonicalization by Sanjay Patel · 7 years ago