1. a26c784 StackSlotColoring: Decide colors per stack ID by Matt Arsenault · 7 years ago
  2. b34fc16 AMDGPU: Remove commented out code by Matt Arsenault · 7 years ago
  3. c4c340a AMDGPU/GlobalISel: Fix G_IMPLICIT_DEF for pointers by Matt Arsenault · 7 years ago
  4. ba79175 [SampleFDO] Add an option to turn on/off warning about samples unused. by Wei Mi · 7 years ago
  5. 084d7ce [DA] Delinearise AddRecs if we can prove they don't wrap by David Green · 7 years ago
  6. d3d2228 AMDGPU: Respect align argument parameter by Matt Arsenault · 7 years ago
  7. c39bf69 SafepointIRVerifier should ignore dead blocks and dead edges by Artur Pilipenko · 7 years ago
  8. ce1c8d9 Improve handling of COPY instructions with identical value numbers by Krzysztof Parzyszek · 7 years ago
  9. 14a520d [llvm-exegesis][NFC] Remove unnecessary member variables. by Clement Courbet · 7 years ago
  10. 0c43400 [IR] avoid -Wdocumentation spew about HTML tags by Sanjay Patel · 7 years ago
  11. 4025e96 [llvm-exegesis] Fix warning in r22752: Initialize IsSnippetSetupComplete. by Clement Courbet · 7 years ago
  12. 15fac97 [llvm-exegesis] Generate snippet setup code. by Clement Courbet · 7 years ago
  13. 647fa5f Revert change 335077 "[InlineSpiller] Fix a crash due to lack of forward progress from remat specifically for STATEPOINT" by Artur Pilipenko · 7 years ago
  14. a8f90c0 Revert change 335091. by Artur Pilipenko · 7 years ago
  15. a218199 Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits" MSVC warning (again). NFCI. by Simon Pilgrim · 7 years ago
  16. 512d410 [llvm-exegesis][NFC] Simplify BenchmarkRunner ctor. by Clement Courbet · 7 years ago
  17. 4e7cfd6 Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits" MSVC warning. NFCI. by Simon Pilgrim · 7 years ago
  18. 534c5d4 [llvm-exegesis][NFC] clang-format by Clement Courbet · 7 years ago
  19. c846c8b Fix -Wparentheses gcc warning. NFCI. by Simon Pilgrim · 7 years ago
  20. 47c8e1d [llvm-exegesis][NFC] Fix `Operand` class comments. by Clement Courbet · 7 years ago
  21. 9625701 [X86] Block commuting operand 1 of FMA*_Int instructions in findThreeSrcCommutedOpIndices. Remove uncommutable returns from getThreeSrcCommuteCase/getFMA3OpcodeToCommuteOperands. by Craig Topper · 7 years ago
  22. 5804675 [MSSA] Add domination number verifier; NFC by George Burgess IV · 7 years ago
  23. 761de65 One more build fix for non MSVC compilers. by Zachary Turner · 7 years ago
  24. 1d3a8f2 Try to fix build error on non MSVC compilers. by Zachary Turner · 7 years ago
  25. aec098b Fix CRLF line endings. by Zachary Turner · 7 years ago
  26. 19eaf65 Add a TaskQueue that can serialize work on a ThreadPool. by Zachary Turner · 7 years ago
  27. ad04e25e [WebAssembly] Add WebAssemblyException information analysis by Heejin Ahn · 7 years ago
  28. 6aa7ab2 [WebAssembly] Add WebAssemblyLateEHPrepare pass by Heejin Ahn · 7 years ago
  29. fb9ef32 [X86] Simplify some code by using isOneConstant. NFC by Craig Topper · 7 years ago
  30. 7b76b3e [X86] Remove the changes to combineScalarToVector made in r335037. by Craig Topper · 7 years ago
  31. 37b9e49 [X86] Reduce the number of patterns needed for masked scalar ceil/floor isel. by Craig Topper · 7 years ago
  32. ad8f413 [mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el. by Brad Smith · 7 years ago
  33. af1e6f1 [DAGCombiner] eliminate setcc bool math when input is low-bit of some value by Sanjay Patel · 7 years ago
  34. 8fe400a [X86] Regroup some isel patterns. NFC by Craig Topper · 7 years ago
  35. d153721 [X86] Rename VFPCLASSSS and VFPCLASSSD internal instruction names to include a Z to match other EVEX instructions. by Craig Topper · 7 years ago
  36. 009107f Also forward declare BitScanReverse. by Zachary Turner · 7 years ago
  37. e57f6fb Add OpenBSD support to the Threading code by Brad Smith · 7 years ago
  38. bd07506 [CMake] Do not use --gc-sections on OpenBSD by Brad Smith · 7 years ago
  39. 4a7b691 [CMake] Support building shared library for OpenBSD by Brad Smith · 7 years ago
  40. 7cde7d9 [llc] Fix sanitizer failure. by Jonas Devlieghere · 7 years ago
  41. d417685 ADT: Use EBO to shrink SmallVector size 1 by Duncan P. N. Exon Smith · 7 years ago
  42. 3042921 [llc] Use WithColor for printing errors/warnings by Jonas Devlieghere · 7 years ago
  43. fc6fcec [llvm-config] Use WithColor for printing errors. by Jonas Devlieghere · 7 years ago
  44. fb0b759 [llvm-mt] Use WithColor for printing errors. by Jonas Devlieghere · 7 years ago
  45. 9fa7862 [TableGen] Use WithColor for printing errors/warnings by Jonas Devlieghere · 7 years ago
  46. b457430 [X86] Make %eiz usage in 64-bit mode, force a 0x67 address size prefix. Fix some test CHECK lines. by Craig Topper · 7 years ago
  47. 4fc14da [X86] Teach disassembler to use %eip instead of %rip when 0x67 prefix is used on a rip-relative address. by Craig Topper · 7 years ago
  48. af8308f [X86][AsmParser] Improve base/index register checks. by Craig Topper · 7 years ago
  49. 17957ec Fix invariant fdiv hoisting in LICM by Stanislav Mekhanoshin · 7 years ago
  50. 00f00ba [AMDGPU] Update includes for intrinsic changes :( by Reid Kleckner · 7 years ago
  51. adc5f0a [ORC] Fix formatting and list pending queries in VSO::dump. by Lang Hames · 7 years ago
  52. af7c445 [IR] Split Intrinsics.inc into enums and implementations by Reid Kleckner · 7 years ago
  53. dc14c20 Avoid including intrin.h from MathExtras.h by Reid Kleckner · 7 years ago
  54. 98ae3708 [ELF] Change isSectionData to exclude SHF_EXECINSTR by Fangrui Song · 7 years ago
  55. ba5eea7 [X86][AsmParser] Rework that allows (%dx) to be used in place of %dx with in/out instructions. by Craig Topper · 7 years ago
  56. 10fa029 [RuntimeDyld] Implement the ELF PIC large code model relocations by Reid Kleckner · 7 years ago
  57. ea67fb7 [LoopReroll] Rewrite induction variable rewriting. by Eli Friedman · 7 years ago
  58. 78cd292 [MSSA] Remove incorrect comment + `auto`ify dyn_cast results; NFC by George Burgess IV · 7 years ago
  59. 61a1013 [X86][AsmParser] Keep track of whether an explicit scale was specified while parsing an address in Intel syntax. Use it for improved error checking. by Craig Topper · 7 years ago
  60. a64c3aa [llvm-size] Make global variables static by Fangrui Song · 7 years ago
  61. 3d59bc0 [x86] add more tests for bit hacking opportunities with setcc; NFC by Sanjay Patel · 7 years ago
  62. 31d9a15 [PowerPC] add more tests for bit hacking opportunities with setcc; NFC by Sanjay Patel · 7 years ago
  63. 7259aa5 [X86][AsmParser] In Intel syntax make sure we support ESP/RSP being the second register in memory expressions like [EAX+ESP]. by Craig Topper · 7 years ago
  64. 5db13cc [llvm-mca] Remove unnecessary include and forward decl in RCU. NFC. by Matt Davis · 7 years ago
  65. 3a06bb2 [x86] add tests for bit hacking opportunities with setcc; NFC by Sanjay Patel · 7 years ago
  66. 5fd79cf [PowerPC] add tests for bit hacking opportunities with setcc; NFC by Sanjay Patel · 7 years ago
  67. 3d48ff1 [X86] Add test cases showing missed select simplifcation for MCU when icmp is in a slightly different form. by Craig Topper · 7 years ago
  68. d327d4b [GISel]: Add G_ADDRSPACE_CAST Opcode by Aditya Nandakumar · 7 years ago
  69. c22e38d [gdb] Use Latin-1 to decode StringRef by Fangrui Song · 7 years ago
  70. aa1b399 Re-land "[LTO] Enable module summary emission by default for regular LTO" by Tobias Edler von Koch · 7 years ago
  71. 528e078 [X86] Don't accept (%si,%bp) 16-bit address expressions. by Craig Topper · 7 years ago
  72. 122aad9 [X86][AsmParser] Allow (%bp,%si) and (%bp,%di) to be encoded without using a zero displacement. by Craig Topper · 7 years ago
  73. d6794f0 AMDHSA: Put old assembler docs back by Konstantin Zhuravlyov · 7 years ago
  74. be92ae3 [X86][SSE] Add sdiv by (nonuniform) minus one tests (PR37119) by Simon Pilgrim · 7 years ago
  75. b6b723f [X86][AsmParser] Check for invalid 16-bit base register in Intel syntax. by Craig Topper · 7 years ago
  76. 8a152c5 [X86] Don't allow ESP/RSP to be used as an index register in assembly. by Craig Topper · 7 years ago
  77. 53f3ded [LoopUnswitch]Fix comparison for DomTree updates. by Alina Sbirlea · 7 years ago
  78. 18c02e9 [llvm-mca] Remove redundant call. NFC by Andrea Di Biagio · 7 years ago
  79. 2191fc0 [X86] Add a test to show missed opportunity to generate vfnmadd by Easwaran Raman · 7 years ago
  80. d407e55 Initialize LiveRegs once in BranchFolder::mergeCommonTails by Krzysztof Parzyszek · 7 years ago
  81. 5a40cf8 [SLPVectorizer] Support alternate opcodes in tryToVectorizeList by Simon Pilgrim · 7 years ago
  82. e0f992e [llvm-mca] Set the operand ID for implicit register reads/writes. NFC by Andrea Di Biagio · 7 years ago
  83. 6299c23 [llvm-mca] Introduce a sequential container of Stages by Matt Davis · 7 years ago
  84. 6c358ea [SLPVectorizer] reorderAltShuffleOperands should just take InstructionsState. NFCI. by Simon Pilgrim · 7 years ago
  85. 2b35350 Fix test again, try to keep all targets happy by Paul Robinson · 7 years ago
  86. ee3b840 Fix test, nop is not always 1 byte by Paul Robinson · 7 years ago
  87. fe16001 [DWARFv5] Allow ".loc 0" to refer to the root file. by Paul Robinson · 7 years ago
  88. ae9a1a8 [SLPVectorizer] Relax alternate opcodes to accept any BinaryOperator pair by Simon Pilgrim · 7 years ago
  89. 1c5cdb1 [SLPVectorizer][X86] Add alternate opcode tests for simple build vector cases by Simon Pilgrim · 7 years ago
  90. bcfb546 [InstCombine] add shuffle+binops test from PR37806; NFC by Sanjay Patel · 7 years ago
  91. a054f92 [InstCombine] add tests for shuffle-with-different-binops; NFC by Sanjay Patel · 7 years ago
  92. bbfb91d [InstCombine] rearrange shuffle-of-binops logic; NFC by Sanjay Patel · 7 years ago
  93. dce4487 [X86] Regenerate tests to include fma comments by Simon Pilgrim · 7 years ago
  94. 4578386 [X86] Add notes to a few intrinsics by Gabor Buella · 7 years ago
  95. af36295 Recommit r335333 "[MC] - Add .stack_size sections into groups and link them with .text" by George Rimar · 7 years ago
  96. 0b0278f [IR] Use Instruction::isBinaryOp helper instead of raw enum range tests. NFCI. by Simon Pilgrim · 7 years ago
  97. 51ddc37 Revert r335332 "[MC] - Add .stack_size sections into groups and link them with .text" by George Rimar · 7 years ago
  98. 08d6b0d [MC] - Add .stack_size sections into groups and link them with .text by George Rimar · 7 years ago
  99. 9104c92 Recommit of r335326, with the test fixed that I missed. by Sjoerd Meijer · 7 years ago
  100. 444b602 [CostModel][AArch64] Add some initial costs for SK_Select and SK_PermuteSingleSrc by Simon Pilgrim · 7 years ago