1. 8d33018 [Support] Fix line width to 80 by Martin Elshuber · 7 years ago
  2. e8113b8 [MachineOutliner][NFC] Traverse suffix tree using a RepeatedSubstring iterator by Jessica Paquette · 7 years ago
  3. 1969d26 [llvm-mca] Move the AssembleInput logic into its own class. by Matt Davis · 7 years ago
  4. 0bb3a2c [llvm-mt] Accept and ignore notify_update flag by Petr Hosek · 7 years ago
  5. fc6b6a7 [MachineOutliner] Don't store outlined function numberings on OutlinedFunction by Jessica Paquette · 7 years ago
  6. 06a55fc [LoopSink] Do not sink instructions into non-cold blocks by Mandeep Singh Grang · 7 years ago
  7. f43a1f4 [X86] improve split-stack machine BB placement by Than McIntosh · 7 years ago
  8. bdee2b6 [NewGVN] Make sure we do not add a user to itself. by Florian Hahn · 7 years ago
  9. bf862d6 Workaround PPC backend bug in test for r346322. by James Y Knight · 7 years ago
  10. 7fe3470 [llvm-exegesis] Remove superfluous move. by Clement Courbet · 7 years ago
  11. 7c7c0a2 Fix ignorded type qualifier warning [NFC] by Serge Guelton · 7 years ago
  12. 7a2b35f [InstCombine] propagate FMF for fcmp+fabs folds by Sanjay Patel · 7 years ago
  13. 523f400 [llvm-exegesis] Correclty handle all X86 memory encoding formats. by Clement Courbet · 7 years ago
  14. caeba01 [llvm-exegesis] Increasing wrapping limit. by Clement Courbet · 7 years ago
  15. 3bfaa4d [InstCombine] peek through fabs() when checking isnan() by Sanjay Patel · 7 years ago
  16. 772306b [InstCombine] add tests for isnan(fabs(X)); NFC by Sanjay Patel · 7 years ago
  17. b3939a8 [InstCombine] add folds for fcmp Pred fabs(X), 0.0 by Sanjay Patel · 7 years ago
  18. 8c39780 [InstCombine] add tests for more fcmp+fabs preds; NFC by Sanjay Patel · 7 years ago
  19. 3125e35 Add support for llvm.is.constant intrinsic (PR4898) by James Y Knight · 7 years ago
  20. b9f324c2 [InstCombine] add fold for fabs(X) u< 0.0 by Sanjay Patel · 7 years ago
  21. 0d2cd95 [InstCombine] add test for fcmp+fabs; NFC by Sanjay Patel · 7 years ago
  22. 5cd01d9 Fix unit tests after patch https://reviews.llvm.org/rL346313 by Calixte Denizet · 7 years ago
  23. a9c6bcd [InstCombine] add FMF to fcmp to show failure to propagate; NFC by Sanjay Patel · 7 years ago
  24. e9e41a0 fix typos aggressively; NFC by Sanjay Patel · 7 years ago
  25. 238b886 [InstCombine] do not shrink switch conditions to illegal types (PR29009) by Sanjay Patel · 7 years ago
  26. bb74632 [GCOV] Flush counters before to avoid counting the execution before fork twice and for exec** functions we must flush before the call by Calixte Denizet · 7 years ago
  27. fff37cd [X86][FixupLEA] Avoid checking target features for every single processed instruction. NFCI by Andrea Di Biagio · 7 years ago
  28. b44657a [XRay] Clean up more std::copy(...)'s by Dean Michael Berris · 7 years ago
  29. d22ff25 [MIPS GlobalISel] Set operand order for G_MERGE and G_UNMERGE by Petar Avramovic · 7 years ago
  30. 20a6832 [XRay] Use explicit string conversion by Dean Michael Berris · 7 years ago
  31. 1f633af Introduce bug life cycle documentation. by Kristof Beyls · 7 years ago
  32. b7a96d6 RegAllocFast: Leave unassigned virtreg entries in map by Matthias Braun · 7 years ago
  33. b8a4e38 RegAllocFast: Further cleanups; NFC by Matthias Braun · 7 years ago
  34. 2c10712 RegAllocFast: Refactor PhysRegState usage; NFC by Matthias Braun · 7 years ago
  35. 2e8ff63 [NFC] Add missing test case, some test renaming by Max Kazantsev · 7 years ago
  36. 8fa10fd [XRay] Use TSC delta encoding for custom/typed events by Dean Michael Berris · 7 years ago
  37. 63cd3e5 [llvm-strip] Check "strip" with StringRef::contains instead of ends_with by Fangrui Song · 7 years ago
  38. 7fe0579 [WebAssembly] Update more test cases after FixFunctionBitcasts by Heejin Ahn · 7 years ago
  39. a1b1c95 [cmake] Fix typo. NFC by Shoaib Meenai · 7 years ago
  40. a2606fd RegAllocFast: Factor spill/reload creation into their own functions; NFC by Matthias Braun · 7 years ago
  41. a007c00 RegAllocFast: Cleanups; NFC by Matthias Braun · 7 years ago
  42. f41ebcb RegAllocFast: Rename statistic from NumCopies to NumCoalesced by Matthias Braun · 7 years ago
  43. 0f48414 [WebAssembly] Update test cases after FixFunctionBitcasts by Heejin Ahn · 7 years ago
  44. be9ce13 [IR] add optional parameter for copying IR flags to compare instructions by Sanjay Patel · 7 years ago
  45. db36e6f [Windows] Simplify WindowsSupport.h by Reid Kleckner · 7 years ago
  46. 6b96996 [FileCheck] Try to fix windows bots broken by r346272 by Joel E. Denny · 7 years ago
  47. 4e5e34a [MachineOutliner][NFC] Remove OccurrenceCount from SuffixTreeNode by Jessica Paquette · 7 years ago
  48. d2bfbec [MachineOutliner][NFC] Remove IsInTree from SuffixTreeNode by Jessica Paquette · 7 years ago
  49. 86faa6e [PATCH] [AArch64] Refactor helper functions (NFC) by Evandro Menezes · 7 years ago
  50. e861874 [FileCheck] Parse command-line options from FILECHECK_OPTS by Joel E. Denny · 7 years ago
  51. 3d04968 [MachineOutliner][NFC] Add findRepeatedSubstrings to SuffixTree, kill LeafVector by Jessica Paquette · 7 years ago
  52. 0bbaef2 Silence deprecation warning for GetVersionEx with clang-cl by Reid Kleckner · 7 years ago
  53. 01ba68f AMDGPU: Add an option -disable-promote-alloca-to-lds by Yaxun Liu · 7 years ago
  54. ffb90c4 AMDGPU/Docs: Fix the processor table by Konstantin Zhuravlyov · 7 years ago
  55. 645cd31 [ThinLTO] Split NotEligibleToImport into legality and inlinability flags by Teresa Johnson · 7 years ago
  56. d1583a4 [X86] Add custom promotion of v2i8/v2i16 fp_to_sint to avoid over promotion to v2i64 which would force scalarization. by Craig Topper · 7 years ago
  57. 2b75576 [CodeExtractor] Do not extract calls to eh_typeid_for (PR39545) by Vedant Kumar · 7 years ago
  58. b109c42 [CodeExtractor] Erase use-without-def debug intrinsics in parent func by Vedant Kumar · 7 years ago
  59. 27ad7c2 LivePhysRegs/IfConversion: Change some types from unsigned to MCPhysReg; NFC by Matthias Braun · 7 years ago
  60. 6824131 [AArch64][GlobalISel] Simplify and autogenerate the legalizer tests by Volkan Keles · 7 years ago
  61. 7bad2ac [utils] Update SmallVector lldb formatter for r337514 by Justin Bogner · 7 years ago
  62. 0706b91 Reland r346166: [GlobalISel] Refactor the artifact combiner a bit by using MIPatternMatch by Volkan Keles · 7 years ago
  63. d9f217d Disable calls to *_finite and other glibc-only functions on Musl. by Eli Friedman · 7 years ago
  64. 992cf17 [WebAssembly] Add shared memory support to limits field by Derek Schuff · 7 years ago
  65. 09d77c0 [InstCombine] allow vector types for fcmp+fpext fold by Sanjay Patel · 7 years ago
  66. f49d01a [InstCombine] add vector test for fcmp+fpext; NFC by Sanjay Patel · 7 years ago
  67. 031587f [InstCombine] propagate fast-math-flags when folding fcmp+fpext, part 2 by Sanjay Patel · 7 years ago
  68. ac037d2 [InstCombine] rearrange code for fcmp+fpext; NFCI by Sanjay Patel · 7 years ago
  69. 6052aa3 [InstCombine] propagate fast-math-flags when folding fcmp+fpext by Sanjay Patel · 7 years ago
  70. be4139f [InstCombine] adjust tests to show dropping FMF; NFC by Sanjay Patel · 7 years ago
  71. d174746 [InstCombine] propagate fast-math-flags when folding fcmp+fneg, part 2 by Sanjay Patel · 7 years ago
  72. 458830e [benchmark] Disable exceptions in Microsoft STL by Elizabeth Andrews · 7 years ago
  73. 9063923 [InstCombine] adjust tests to show dropping FMF; NFC by Sanjay Patel · 7 years ago
  74. c52594a [InstCombine] reduce code; NFC by Sanjay Patel · 7 years ago
  75. bd1a44f [InstCombine] propagate fast-math-flags when folding fcmp+fneg by Sanjay Patel · 7 years ago
  76. 07c5c7f [InstCombine] add tests for FMF propagation failure; NFC by Sanjay Patel · 7 years ago
  77. b9e341e [mips] Support sigrie instruction by Simon Atanasyan · 7 years ago
  78. 302c74f [llvm-exegesis] Ignore X86 pseudo instructions. by Clement Courbet · 7 years ago
  79. bfcda1d [X86][NFC] Fix comment. by Clement Courbet · 7 years ago
  80. 241a3bc [InstCombine] Ensure nested shifts are in range (OSS-Fuzz #9880) by Simon Pilgrim · 7 years ago
  81. 5bc1446 [Support] Fix `warning: unknown pragma ignored` for mingw target by Martin Storsjo · 7 years ago
  82. d16e7d9 [NFC] Turn collectTransitivePredecessors into a static function by Max Kazantsev · 7 years ago
  83. b92b0b8 [XRay] Update XRayRecord to support Custom/Typed Events by Dean Michael Berris · 7 years ago
  84. bd5ea2b6 [LICM] Remove too conservative IsMustExecute variable by Max Kazantsev · 7 years ago
  85. 326c246 AArch64: Cleanup CCMP code; NFC by Matthias Braun · 7 years ago
  86. eb4aa4b It's a test commit, which is my first commit and also add my name to CREDITS.TXT by Zi Xuan Wu · 7 years ago
  87. 5927508 [LICM] Use ICFLoopSafetyInfo in LICM by Max Kazantsev · 7 years ago
  88. 7c8bf01 [NFC] Add motivating test case for revert in rL346198 by Max Kazantsev · 7 years ago
  89. a61bdda Revert "[IndVars] Smart hard uses detection" by Max Kazantsev · 7 years ago
  90. 46a9649 [LLVM-C] Fix Windows Build of Core by Robert Widmann · 7 years ago
  91. 4fefaae [LLVM-C] Improve Intrinsics Bindings by Robert Widmann · 7 years ago
  92. a8f890f [X86] Autogenerate complete checks. NFC by Craig Topper · 7 years ago
  93. fd192da Revert "[WebAssembly] Fixup `main` signature by default" by Sam Clegg · 7 years ago
  94. 4579aee Specify REQUIRES: default_triple in two debuginfo tests by Justin Bogner · 7 years ago
  95. 5617e05 TargetMachine: Move lib/CodeGen specific callbacks to LLVMTargetMachine; NFC by Matthias Braun · 7 years ago
  96. dad0df6 MachineFunction: Store more specific reference to LLVMTargetMachine; NFC by Matthias Braun · 7 years ago
  97. 51c2c7a MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC by Matthias Braun · 7 years ago
  98. 1d019ae [DWARF] Support types CU list in .gdb_index dumping by Fangrui Song · 7 years ago
  99. 40f2fec [TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take an MVT instead of an EVT. NFC by Craig Topper · 7 years ago
  100. 7829a6d AMDGPU: Add sram-ecc feature by Konstantin Zhuravlyov · 7 years ago