1. 3e6b79a [docker] Fix LLVM_EXTERNAL_PROJECTS cmake variable value by Azharuddin Mohammed · 7 years ago
  2. 264d803 [MachineOutliner][NFC] Make Candidates own their call information by Jessica Paquette · 7 years ago
  3. 6f78ca4 [MachineOutliner][NFC] Move missed opt remark into its own function by Jessica Paquette · 7 years ago
  4. f381561 [MachineOutliner][NFC] Sink some candidate logic into OutlinedFunction by Jessica Paquette · 7 years ago
  5. cef24f0 Use SCEV to avoid inserting some bounds checks. by Joel Galenson · 7 years ago
  6. ae8e83e [PredicateInfo] Use custom mangling to support ssa_copy with unnamed types. by Florian Hahn · 7 years ago
  7. dab9d81 [mips] Fix local dynamic TLS with Sym64 by Simon Atanasyan · 7 years ago
  8. ab7df71 [x86/SLH] Extract the core register hardening logic to a low-level by Chandler Carruth · 7 years ago
  9. 0cb0677 [x86/SLH] Tidy up a comment, using doxygen structure and wording it to by Chandler Carruth · 7 years ago
  10. 99421a4 [ARM] Disable ARMCodeGenPrepare by default by Sam Parker · 7 years ago
  11. d61e7c7 ADT: Shrink SmallVector size 0 to 16B on 64-bit platforms by Duncan P. N. Exon Smith · 7 years ago
  12. f2cead4 Recommit r334887: [SmallSet] Add SmallSetIterator. by Florian Hahn · 7 years ago
  13. 35ffbe6 Revert "[DebugInfo] Generate DWARF debug information for labels." by Shiva Chen · 7 years ago
  14. b79cc9e [x86] Clean up and convert test to use generated CHECK lines. by Chandler Carruth · 7 years ago
  15. 6eec3c8 [x86] Update the CHECK lines of this test to use the latest patterns by Chandler Carruth · 7 years ago
  16. b454fa1 [DebugInfo] Generate DWARF debug information for labels. by Shiva Chen · 7 years ago
  17. 6779fcc AMDGPU/GlobalISel: Legalize G_INSERT by Tom Stellard · 7 years ago
  18. 4635615 llvm-xray: Broken chrome trace event format output by Dean Michael Berris · 7 years ago
  19. 031045e AMDGPU/GlobalISel: Remove unnecessary legality constraint for G_EXTRACT by Tom Stellard · 7 years ago
  20. c4c8d7b Add PerfJITEventListener for perf profiling support. by Andres Freund · 7 years ago
  21. 499e3df [Debugify] Export per-pass debug info loss statistics by Vedant Kumar · 7 years ago
  22. a4afd1f [Debugify] Move interface definitions to a header, NFC by Vedant Kumar · 7 years ago
  23. ae41ebb [x86/SLH] Simplify the code for hardening a loaded value. NFC. by Chandler Carruth · 7 years ago
  24. 3813cf4 [x86/SLH] Remove complex SHRX-based post-load hardening. by Chandler Carruth · 7 years ago
  25. 6ee94ea [DWARF] Use deque in place of SmallVector to fix use-after-free issue by Fangrui Song · 7 years ago
  26. 55b2a35 Fix typo in test/CodeGen/Mips/dins.ll by Thomas Anderson · 7 years ago
  27. 2d6fb15 Embed a template specialization in a namespace to work around a gcc bug. by Wolfgang Pieb · 7 years ago
  28. 3e597f4 [DWARF v5] Refactor range lists dumping by using a more generic way of handling tables of lists. by Wolfgang Pieb · 7 years ago
  29. 073f01b [LTO] Handle __imp_ (dllimport) symbols consistently with lld by Teresa Johnson · 7 years ago
  30. faddb71 [demangler] call terminate() if allocation failed by Erik Pilkington · 7 years ago
  31. ae3e2f0 [MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC. by Martin Storsjo · 7 years ago
  32. c819c64 [COFF] Fix assembly output of comdat sections without an attached symbol by Martin Storsjo · 7 years ago
  33. 09465e9 [AArch64] Use MCAsmInfoMicrosoft and MCAsmInfoGNUCOFF as base classes by Martin Storsjo · 7 years ago
  34. 217be21 [utils] Fix the llvm::Optional data formatter by Vedant Kumar · 7 years ago
  35. 113fd07 [SelectionDAG] Reduce DanglingDebugInfo memory traffic, NFC by Vedant Kumar · 7 years ago
  36. 2f14f11 [ThinLTO] Ensure the TargetLibraryInfo is constructed early enough by Teresa Johnson · 7 years ago
  37. 4f40986 [DebugCounters] Keep track of total counts by George Burgess IV · 7 years ago
  38. 94363b3 [gdb] Fix SmallVector pretty printer after r337514 by Fangrui Song · 7 years ago
  39. 7321ba2 ConstantFolding: Avoid a crash. by Manoj Gupta · 7 years ago
  40. d3db945 Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code models" by Reid Kleckner · 7 years ago
  41. e6aaf315 [llvm-mca][docs] Define IPC where it is first mentioned. NFC. by Matt Davis · 7 years ago
  42. 820d48f Fix RegScavenger::unprocess by David Greene · 7 years ago
  43. 8454ad6 Add inline asm aliasing test. by Nirav Dave · 7 years ago
  44. d24baad Revert "[docs] Add support for Markdown documentation in Sphinx" by Michael J. Spencer · 7 years ago
  45. 3acc560 [docs] Add support for Markdown documentation in Sphinx by Michael J. Spencer · 7 years ago
  46. f3f578d [yaml2obj] Add default sh_entsize for dynamic sections by Paul Semel · 7 years ago
  47. 6884c73 [Hexagon] Handle unnamed globals in HexagonConstExpr by Krzysztof Parzyszek · 7 years ago
  48. 7bf2466 [Demangle] Attempt to fix arena memory leak by Reid Kleckner · 7 years ago
  49. c250bf8 Fixing a typo; NFC. by Aaron Ballman · 7 years ago
  50. 7550101 [lit] Move the shtest-xunit-output check lines into shtest-format by Justin Bogner · 7 years ago
  51. 83862fe [ARM] Use unique_ptr to fix memory leak introduced in r337701 by Fangrui Song · 7 years ago
  52. 2741a66 OpChain has subclasses, so add a virtual destructor. by Jordan Rupprecht · 7 years ago
  53. ad863f5 [ARM] Follow-up to r337709. by Matt Morehouse · 7 years ago
  54. 524f898 [ARM] Add doFinalization() to ARMCodeGenPrepare pass. by Matt Morehouse · 7 years ago
  55. eac6487 [Legalize] Elide MERGE_VALUES created by scalarizeVectorLoad. by Nirav Dave · 7 years ago
  56. 7a4d8f6 [mips] Add more checks to the tls.ll test case. NFC by Simon Atanasyan · 7 years ago
  57. 65db7c5 [ARM][NFC] ParallelDSP reorganisation by Sam Parker · 7 years ago
  58. f1a7318 [SystemZ] Fix dumpSU() method in SystemZHazardRecognizer. by Jonas Paulsson · 7 years ago
  59. fabe54b [FPEnv] Legalize double width StrictFP vector operations by Cameron McInally · 7 years ago
  60. e148741 [Docs] Fix LLVM_YAML_IS_DOCUMENT_LIST_VECTOR by Jonas Devlieghere · 7 years ago
  61. 942fbb2 [ARM] ARMCodeGenPrepare backend pass by Sam Parker · 7 years ago
  62. 576662c [GVN] Don't use the eliminated load as an available value in phi construction by John Brawn · 7 years ago
  63. 40f8300 [MemorySSAUpdater] Update Phi operands after trivial Phi elimination by Alexandros Lamprineas · 7 years ago
  64. ef8ab91 [Support] Add a UniqueStringSaver: like StringSaver, but deduplicating. by Sam McCall · 7 years ago
  65. 7fdea0d [NFC][MCA] ZnVer1: Update RegisterFile to identify false dependencies on partially written registers. by Roman Lebedev · 7 years ago
  66. e3427c2 [NFC][MCA] ZnVer1: add partial-reg-update tests by Roman Lebedev · 7 years ago
  67. dbf6cfb [GVNHoist] safeToHoistLdSt allows illegal hoisting by Alexandros Lamprineas · 7 years ago
  68. d0f4fb1 [x86/SLH] Fix a bug where we would harden tail calls twice -- once as by Chandler Carruth · 7 years ago
  69. 9e30933 [x86/SLH] Add a test covering indirect forms of control flow. NFC. by Chandler Carruth · 7 years ago
  70. 32b2784 [x86/SLH] Rename and comment the main hardening function. NFC. by Chandler Carruth · 7 years ago
  71. c6b3cc7 Test commit, fix a minor typo. by Jiading Gai · 7 years ago
  72. 13ee34b [X86] Remove the max vector width restriction from combineLoopMAddPattern and rely splitOpsAndApply to handle splitting. by Craig Topper · 7 years ago
  73. a747d61 [ORE] Move loop invariant ORE checks outside the PM loop. by Xin Tong · 7 years ago
  74. 7a0e9e5 [SelectionDAGBuilder] Use APInt::isZero instead of comparing APInt::getZExtValue to 0 in a place where we can't be sure contents of the APInt fit in a uint64_t. by Craig Topper · 7 years ago
  75. 8c41af6 [SelectionDAGBuilder] Restrict vector reduction check to types with a power of 2 number of elements. by Craig Topper · 7 years ago
  76. bd64674 [X86] Add more MADD recurrence test cases with larger and narrower vector widths. by Craig Topper · 7 years ago
  77. bdf2ac0 [llvm-mca][docs] Add documentation for the statistic outputs from mca. NFC by Matt Davis · 7 years ago
  78. 7d95755 [mips] Factor out register class selection for global base register. NFC by Simon Atanasyan · 7 years ago
  79. d0914d1 [mips] Move out the WrapperPat declaration from the NotInMicroMips predicate by Simon Atanasyan · 7 years ago
  80. 322f6d0 [llvm-undname] Flush output before demangling. by Zachary Turner · 7 years ago
  81. 0754d77 Fix the MSVC Visualizers for SmallVector classes. by Zachary Turner · 7 years ago
  82. ed64ebd Early exit with cheaper checks by Aditya Kumar · 7 years ago
  83. ebc7653 [InstrSimplify] fold sdiv if two operands are negated and non-overflow by Chen Zheng · 7 years ago
  84. 1d13545 [DebugInfo] Add a new DI flag to record if a C++ record is a trivial type by Aaron Smith · 7 years ago
  85. 9d8e9ef [ORC] Re-apply r336760 with fixes. by Lang Hames · 7 years ago
  86. 845fa15 Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off. by Lang Hames · 7 years ago
  87. c53ade0 [ADT] Only run death tests in !NDEBUG by Benjamin Kramer · 7 years ago
  88. 15f3331 [Hexagon] Disable packets in test to avoid ordering issues in checks by Krzysztof Parzyszek · 7 years ago
  89. 43c7ac5 Change the cap on the amount of padding for each vtable to 32-byte (previously it was 128-byte) by Peter Collingbourne · 7 years ago
  90. 8f2b72e AMDGPU: Use existing function to check for VGPRs by Matt Arsenault · 7 years ago
  91. a69ec54 Revert "[X86][AVX] Convert X86ISD::VBROADCAST demanded elts combine to use SimplifyDemandedVectorElts" by Benjamin Kramer · 7 years ago
  92. 9f7b748 [llvm-undname] Remove a superfluous semicolon. NFC. by Martin Storsjo · 7 years ago
  93. 337fc79e [COFF] Use symbolic constants instead of hardcoded numbers. NFCI. by Martin Storsjo · 7 years ago
  94. 3631b66 [COFF] Adjust how we flag weak externals by Martin Storsjo · 7 years ago
  95. 4571da6 [FileCheck] Provide an option for FileCheck to dump original input to stderr on failure by George Karpenkov · 7 years ago
  96. 1f565f5 Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for" by Reid Kleckner · 7 years ago
  97. 6bb56ed Reapply "[LSV] Refactoring + supporting bitcasts to a type of different size" by Roman Tereshin · 7 years ago
  98. a46c1d6 [FileCheck] Fix search ranges for DAG-NOT-DAG by Joel E. Denny · 7 years ago
  99. ff83113 [llvm-objcopy] Add basic support for --rename-section by Jordan Rupprecht · 7 years ago
  100. 502e1bf And add a lit substitution for llvm-undname, as the comment says to by Reid Kleckner · 7 years ago