1. fc721a8 Allow demangler's node allocator to fail, and bail out of the entire by Richard Smith · 7 years ago
  2. 2feea28 [RISCV] Fix std::advance slowness by Ana Pazos · 7 years ago
  3. 5247936 [llvm-mca] Move ResourceManager from Scheduler into its own file. NFC. by Matt Davis · 7 years ago
  4. 8d280d4 Fix ExpandedSpecialSubstitution demangling for Sa and Sb. by Richard Smith · 7 years ago
  5. 4ad99d4 Add documentation comment to ForwardTemplateReference. by Richard Smith · 7 years ago
  6. a5beadf Add data structure to form equivalence classes of mangled names. by Richard Smith · 7 years ago
  7. 4746a18 [llvm-mca] Revert r340659. NFC. by Matt Davis · 7 years ago
  8. 17e5e85 [CVP] Extend tests to illustrate an old patch isn't needed by Philip Reames · 7 years ago
  9. ac55a7f [llvm-mca] Move the ResourceManger from the Scheduler into its own file. NFC. by Matt Davis · 7 years ago
  10. e50e528 [PGO] add target md5sum in warning message for icall by Xinliang David Li · 7 years ago
  11. 936b78d DAG: Allow matching fminnum/fmaxnum from vselect by Matt Arsenault · 7 years ago
  12. a4da437 Use unique_ptr to hold MCInstrInfo by Vitaly Buka · 7 years ago
  13. b20e492 Verifier: verify that a DILocation's scope is a DILocalScope. by Adrian Prantl · 7 years ago
  14. e07179a [SafeStack] Set debug location for calls to __safestack_pointer_address. by Eli Friedman · 7 years ago
  15. 5309f16 Reduce the memory footprint of dsymutil. (NFC) by Adrian Prantl · 7 years ago
  16. 84d4a7b CodeGen: Add two more conditions for adding symbols to the address-significance table. by Peter Collingbourne · 7 years ago
  17. 10937f2 DebugInfo: Fix skipping CUs in DWARFv5 debug_names table by David Blaikie · 7 years ago
  18. 444bd81 [llvm-mca] Move views and stats into a Views subdir. NFC. by Matt Davis · 7 years ago
  19. 98864f4 [PowerPC] Emit xscpsgndp instead of xxlor when copying floating point scalar registers for P9 by Stefan Pintilie · 7 years ago
  20. ddf0892 Use unique_ptr. by Joel Galenson · 7 years ago
  21. fcffb94 [Exception Handling] Unwind tables are required for all functions that have an EH personality. by Stefan Pintilie · 7 years ago
  22. a694af0 [PowerPC] Change Test Options [NFC] by Stefan Pintilie · 7 years ago
  23. 93b31da [AST] Simplify code minorly using pattern match [NFC] by Philip Reames · 7 years ago
  24. 0fddef7 [AArch64] Reject inline asm with FP registers when FP is disabled. by Eli Friedman · 7 years ago
  25. 5cd2797 [Support] Allow discarding a FileOutputBuffer without removing the memory mapping by Martin Storsjo · 7 years ago
  26. 118d1ce [X86] Teach combineLoopMAddPattern to handle cases where there is no loop and the add has two multiply inputs by Craig Topper · 7 years ago
  27. b7914a1 [X86] Add test case for D50868. NFC by Craig Topper · 7 years ago
  28. cd62213 [DAGCombiner][Mips] Don't combine bitcast+store after LegalOperations when the store is volatile, if the resulting store isn't Legal by Craig Topper · 7 years ago
  29. 355bcdc Revert "[Exception Handling] Unwind tables are required for all functions that have an EH personality." by Stefan Pintilie · 7 years ago
  30. be41091 Revert [Inliner] Attribute callsites with inline remarks by David Bolvansky · 7 years ago
  31. 192fe4c [Inliner] Attribute callsites with inline remarks by David Bolvansky · 7 years ago
  32. ef0538f [LICM] Hoist an invariant_start out of loops if there are no stores executed before it by Philip Reames · 7 years ago
  33. 64e272c Add missing override keyword (NFC) by Joel Galenson · 7 years ago
  34. ca333d7 [Exception Handling] Unwind tables are required for all functions that have an EH personality. by Stefan Pintilie · 7 years ago
  35. d73e0d8 [PhiValues] Use callback value handles to invalidate deleted values by John Brawn · 7 years ago
  36. ff323c3 [cfi-verify] Support cross-DSO by Joel Galenson · 7 years ago
  37. e47abe7 [llvm-objdump] Label calls to the PLT. by Joel Galenson · 7 years ago
  38. 77a17af Find PLT entries for x86, x86_64, and AArch64. by Joel Galenson · 7 years ago
  39. 97d7bcd [Local] Make DoesKMove required for combineMetadata. by Florian Hahn · 7 years ago
  40. 3327f8b [XRay] Refactor loadTraceFile(...) into two (NFC) by Dean Michael Berris · 7 years ago
  41. 2024fa2 [SDAG] Add versions of computeKnownBits that return a value by Justin Bogner · 7 years ago
  42. a11014c Make llvm-profdata show -text work as advertised in the documentation. by Richard Smith · 7 years ago
  43. db0f769 Make LLVM_ENABLE_CRASH_DUMPS set a variable default by Reid Kleckner · 7 years ago
  44. 4976f0e DebugInfo: Improve debug location merging by David Blaikie · 7 years ago
  45. 4e5d1aa [IDF] Make GraphDiff a const constructor argument. by Alina Sbirlea · 7 years ago
  46. 6602cf7 [MemorySSA] Fix def optimization handling by George Burgess IV · 7 years ago
  47. 81dfd7d [MIPS GlobalISel] Lower i8 and i16 arguments by Petar Jovanovic · 7 years ago
  48. 9a14b78 [llvm-mca] Fix parameter name. NFC. by Walter Lee · 7 years ago
  49. d4a902b [WebAssembly] Prioritize splats over v128.consts by Thomas Lively · 7 years ago
  50. 780d32e Remove the use of pair inside the tuple in concat_iterator. by Alina Sbirlea · 7 years ago
  51. 8f95334 [llvm-mca] Set the Selection strategy to Default if nullptr is passed. by Matt Davis · 7 years ago
  52. 47ef170 [x86] move/add tests for insertelement with variable index; NFC by Sanjay Patel · 7 years ago
  53. 8bcab14 [LoopVectorize][NFCI] Use find instead of count by David Bolvansky · 7 years ago
  54. 65dbe30 Fixup AreCoreFilesPrevented() to consider first LLVM_ENABLE_CRASH_DUMPS and secondly coreFilesPrevented. by Douglas Yung · 7 years ago
  55. 647d93d [ValueTracking] Fix assert message and add test case for r340546 and PR38677. by Craig Topper · 7 years ago
  56. d18e2f2 [DEBUGINFO] Fix misprint in the name of DebugDirectivesOnly, NFC. by Alexey Bataev · 7 years ago
  57. 17b68c2 [RegisterCoalescer] Fix for assert in removePartialRedundancy by Tim Renouf · 7 years ago
  58. b076be5 [ValueTracking] Fix an assert from r340480. by Craig Topper · 7 years ago
  59. d024286 [llvm-mca] Fix wrong call to setCustomStrategy(). by Andrea Di Biagio · 7 years ago
  60. ba4c8a1 [x86] add debug option for and-immediate shrinking by Sanjay Patel · 7 years ago
  61. 48d2b81 [InstCombine] Fold Select with binary op - FP opcodes by David Bolvansky · 7 years ago
  62. 7aa6161 [FunctionAttrs] Infer WriteOnly Function Attribute by Brian Homerding · 7 years ago
  63. 069b918 [llvm-mca] Allow the definition of custom strategies for selecting processor resource units. by Andrea Di Biagio · 7 years ago
  64. 3660992 [GVN] Invalidate cached info for phis when setting dead predecessors to undef by John Brawn · 7 years ago
  65. 271b93a [DWARF] Unify warning callbacks. NFC. by Victor Leschuk · 7 years ago
  66. 2234b90 [SCCP] Remove unused variable added in r340525. by Florian Hahn · 7 years ago
  67. dcf21c6 Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp instructions. by Florian Hahn · 7 years ago
  68. 8d709d9 [Support] Fix some Wundef warnings by Sven van Haastregt · 7 years ago
  69. 47ff67b Allow creating llvm::Function in non-zero address spaces by Alexander Richardson · 7 years ago
  70. 286f6b5 TableGen/SearchableTables: Cast enums to unsigned in generated code by Nicolai Haehnle · 7 years ago
  71. b6e9cdd Fix comparison of char and int64 in TestWriteFixNegativeInt by Vitaly Buka · 7 years ago
  72. 4662b47 Initialize the address-significance table fragment's layout order. by Peter Collingbourne · 7 years ago
  73. e88a506 [x86/retpoline] Split the LLVM concept of retpolines into separate by Chandler Carruth · 7 years ago
  74. 1853218 MC: Don't align COFF section contents. by Peter Collingbourne · 7 years ago
  75. d8e05e4 Revert r340508: [DebugInfo] Fix bug in LiveDebugVariables. by Chandler Carruth · 7 years ago
  76. 0130b6e [LibCalls] Added returned attribute to libcalls by David Bolvansky · 7 years ago
  77. 33aee6f Improve incompatible triple error by JF Bastien · 7 years ago
  78. 0119632 [DebugInfo] Fix bug in LiveDebugVariables. by Hsiangkai Wang · 7 years ago
  79. 5d5174c Fix undefined behavior in r340457 by Scott Linder · 7 years ago
  80. 648e7fb Add new .def file introduced for BinaryFormat/MsgPack by David Blaikie · 7 years ago
  81. aaa1b67 [WebAssembly] SIMD Bitwise binary arithmetic by Thomas Lively · 7 years ago
  82. 35f83f4 [WebAssembly][NFC] Reorganize SIMD instructions by Thomas Lively · 7 years ago
  83. d684f5c [WebAssembly][NFC] Move specific instruction formats to specific files by Thomas Lively · 7 years ago
  84. 38b60af MC: Teach the COFF object writer to write address-significance tables. by Peter Collingbourne · 7 years ago
  85. 8781944 [ValueTracking] Teach computeNumSignBits to understand min/max clamp patterns with constant/splat values by Craig Topper · 7 years ago
  86. f1d4273 [X86] Teach combineLoopSADPattern to handle cases where there is no loop and the add has two absolute difference inputs by Craig Topper · 7 years ago
  87. 8029441 [X86] Add test cases for D50817. NFC by Craig Topper · 7 years ago
  88. 2898554 [NFC] Refactor simplification of pow() by Evandro Menezes · 7 years ago
  89. f0aaf6f [WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.mul by Thomas Lively · 7 years ago
  90. 4171588 [SelectionDAG] unroll unsupported vector FP ops earlier to avoid libcalls on undef elements (PR38527) by Sanjay Patel · 7 years ago
  91. 7657bca [NFC] Expand test cases for simplifying pow() by Evandro Menezes · 7 years ago
  92. 9e027f8 [MemorySSA] Invalidate optimized Defs upon moving them; NFC by George Burgess IV · 7 years ago
  93. 575895c [ARM] Lower llvm.ctlz.i32 to a libcall when clz is not available. by Eli Friedman · 7 years ago
  94. 8b3c688 [BinaryFormat] Add MessagePack reader/writer by Scott Linder · 7 years ago
  95. 66ce6fc [SafeStack] Handle unreachable code with safe stack coloring. by Eli Friedman · 7 years ago
  96. 39184e4 bpf: fix an assertion in BPFAsmBackend applyFixup() by Yonghong Song · 7 years ago
  97. c78d44c [WebAssembly] Don't write SP back when prolog is generated only for EH by Heejin Ahn · 7 years ago
  98. 3553a3c [AST] Add a test for attribute intersection by Philip Reames · 7 years ago
  99. cab386f [ARM] Avoid injecting constant islands in movw+movt pairs on Windows by Martin Storsjo · 7 years ago
  100. 487456c [ARM] Move machine operand target flags to ARMBaseInstrInfo by Martin Storsjo · 7 years ago