1. fb0b759 [llvm-mt] Use WithColor for printing errors. by Jonas Devlieghere · 7 years ago
  2. 9fa7862 [TableGen] Use WithColor for printing errors/warnings by Jonas Devlieghere · 7 years ago
  3. 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
  4. 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
  5. af8308f [X86][AsmParser] Improve base/index register checks. by Craig Topper · 7 years ago
  6. 17957ec Fix invariant fdiv hoisting in LICM by Stanislav Mekhanoshin · 7 years ago
  7. 00f00ba [AMDGPU] Update includes for intrinsic changes :( by Reid Kleckner · 7 years ago
  8. adc5f0a [ORC] Fix formatting and list pending queries in VSO::dump. by Lang Hames · 7 years ago
  9. af7c445 [IR] Split Intrinsics.inc into enums and implementations by Reid Kleckner · 7 years ago
  10. dc14c20 Avoid including intrin.h from MathExtras.h by Reid Kleckner · 7 years ago
  11. 98ae3708 [ELF] Change isSectionData to exclude SHF_EXECINSTR by Fangrui Song · 7 years ago
  12. ba5eea7 [X86][AsmParser] Rework that allows (%dx) to be used in place of %dx with in/out instructions. by Craig Topper · 7 years ago
  13. 10fa029 [RuntimeDyld] Implement the ELF PIC large code model relocations by Reid Kleckner · 7 years ago
  14. ea67fb7 [LoopReroll] Rewrite induction variable rewriting. by Eli Friedman · 7 years ago
  15. 78cd292 [MSSA] Remove incorrect comment + `auto`ify dyn_cast results; NFC by George Burgess IV · 7 years ago
  16. 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
  17. a64c3aa [llvm-size] Make global variables static by Fangrui Song · 7 years ago
  18. 3d59bc0 [x86] add more tests for bit hacking opportunities with setcc; NFC by Sanjay Patel · 7 years ago
  19. 31d9a15 [PowerPC] add more tests for bit hacking opportunities with setcc; NFC by Sanjay Patel · 7 years ago
  20. 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
  21. 5db13cc [llvm-mca] Remove unnecessary include and forward decl in RCU. NFC. by Matt Davis · 7 years ago
  22. 3a06bb2 [x86] add tests for bit hacking opportunities with setcc; NFC by Sanjay Patel · 7 years ago
  23. 5fd79cf [PowerPC] add tests for bit hacking opportunities with setcc; NFC by Sanjay Patel · 7 years ago
  24. 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
  25. d327d4b [GISel]: Add G_ADDRSPACE_CAST Opcode by Aditya Nandakumar · 7 years ago
  26. c22e38d [gdb] Use Latin-1 to decode StringRef by Fangrui Song · 7 years ago
  27. aa1b399 Re-land "[LTO] Enable module summary emission by default for regular LTO" by Tobias Edler von Koch · 7 years ago
  28. 528e078 [X86] Don't accept (%si,%bp) 16-bit address expressions. by Craig Topper · 7 years ago
  29. 122aad9 [X86][AsmParser] Allow (%bp,%si) and (%bp,%di) to be encoded without using a zero displacement. by Craig Topper · 7 years ago
  30. d6794f0 AMDHSA: Put old assembler docs back by Konstantin Zhuravlyov · 7 years ago
  31. be92ae3 [X86][SSE] Add sdiv by (nonuniform) minus one tests (PR37119) by Simon Pilgrim · 7 years ago
  32. b6b723f [X86][AsmParser] Check for invalid 16-bit base register in Intel syntax. by Craig Topper · 7 years ago
  33. 8a152c5 [X86] Don't allow ESP/RSP to be used as an index register in assembly. by Craig Topper · 7 years ago
  34. 53f3ded [LoopUnswitch]Fix comparison for DomTree updates. by Alina Sbirlea · 7 years ago
  35. 18c02e9 [llvm-mca] Remove redundant call. NFC by Andrea Di Biagio · 7 years ago
  36. 2191fc0 [X86] Add a test to show missed opportunity to generate vfnmadd by Easwaran Raman · 7 years ago
  37. d407e55 Initialize LiveRegs once in BranchFolder::mergeCommonTails by Krzysztof Parzyszek · 7 years ago
  38. 5a40cf8 [SLPVectorizer] Support alternate opcodes in tryToVectorizeList by Simon Pilgrim · 7 years ago
  39. e0f992e [llvm-mca] Set the operand ID for implicit register reads/writes. NFC by Andrea Di Biagio · 7 years ago
  40. 6299c23 [llvm-mca] Introduce a sequential container of Stages by Matt Davis · 7 years ago
  41. 6c358ea [SLPVectorizer] reorderAltShuffleOperands should just take InstructionsState. NFCI. by Simon Pilgrim · 7 years ago
  42. 2b35350 Fix test again, try to keep all targets happy by Paul Robinson · 7 years ago
  43. ee3b840 Fix test, nop is not always 1 byte by Paul Robinson · 7 years ago
  44. fe16001 [DWARFv5] Allow ".loc 0" to refer to the root file. by Paul Robinson · 7 years ago
  45. ae9a1a8 [SLPVectorizer] Relax alternate opcodes to accept any BinaryOperator pair by Simon Pilgrim · 7 years ago
  46. 1c5cdb1 [SLPVectorizer][X86] Add alternate opcode tests for simple build vector cases by Simon Pilgrim · 7 years ago
  47. bcfb546 [InstCombine] add shuffle+binops test from PR37806; NFC by Sanjay Patel · 7 years ago
  48. a054f92 [InstCombine] add tests for shuffle-with-different-binops; NFC by Sanjay Patel · 7 years ago
  49. bbfb91d [InstCombine] rearrange shuffle-of-binops logic; NFC by Sanjay Patel · 7 years ago
  50. dce4487 [X86] Regenerate tests to include fma comments by Simon Pilgrim · 7 years ago
  51. 4578386 [X86] Add notes to a few intrinsics by Gabor Buella · 7 years ago
  52. af36295 Recommit r335333 "[MC] - Add .stack_size sections into groups and link them with .text" by George Rimar · 7 years ago
  53. 0b0278f [IR] Use Instruction::isBinaryOp helper instead of raw enum range tests. NFCI. by Simon Pilgrim · 7 years ago
  54. 51ddc37 Revert r335332 "[MC] - Add .stack_size sections into groups and link them with .text" by George Rimar · 7 years ago
  55. 08d6b0d [MC] - Add .stack_size sections into groups and link them with .text by George Rimar · 7 years ago
  56. 9104c92 Recommit of r335326, with the test fixed that I missed. by Sjoerd Meijer · 7 years ago
  57. 444b602 [CostModel][AArch64] Add some initial costs for SK_Select and SK_PermuteSingleSrc by Simon Pilgrim · 7 years ago
  58. 5f1676b Reverting r335326 while I look at the test failure by Sjoerd Meijer · 7 years ago
  59. 5af2b9c Revert r335324 due to a builtbot failure by Eugene Leviant · 7 years ago
  60. 2ee5127 [ARM] ARMv6m and v8m.baseline strict align by Sjoerd Meijer · 7 years ago
  61. ae175df AMDGPU: Add patterns for i32/i64 local atomic load/store by Matt Arsenault · 7 years ago
  62. 71f8b0d [Evaluator] Improve evaluation of call instruction by Eugene Leviant · 7 years ago
  63. 516c1f1 [X86] Changing the check for valid inputs in combineScalarToVector by Mikhail Dvoretckii · 7 years ago
  64. 8e0778c Revert r335306 (and r335314) - the Call Graph Profile pass. by Chandler Carruth · 7 years ago
  65. fc57cea AMDGPU/GlobalISel: Default to using TableGen'd instruction selector by Tom Stellard · 7 years ago
  66. 3e9055c AMDGPU/GlobalISel: legalize and select 32-bit G_ASHR by Tom Stellard · 7 years ago
  67. 762b38d [LegacyPM] Fix PR37888 by teaching the legacy loop pass manager how to by Chandler Carruth · 7 years ago
  68. 20f413f AMDGPU/GlobalISel: legalize and select 32-bit G_SITOFP by Tom Stellard · 7 years ago
  69. b93460f AMDGPU/GlobalISel: Implement select() for COPY by Tom Stellard · 7 years ago
  70. 56a5b2a Fix test failures after r335306 due to the pipeline changing. by Chandler Carruth · 7 years ago
  71. 7fe9364 [InstCombine] fix shuffle-of-binops bug by Sanjay Patel · 7 years ago
  72. d8c64fc [InstCombine] add test for shuffle-of-binops; NFC by Sanjay Patel · 7 years ago
  73. 0225aa9 AMDGPU/GlobalISel: Implement select() for G_IMPLICIT_DEF by Tom Stellard · 7 years ago
  74. 3499852 [Instrumentation] Add Call Graph Profile pass by Michael J. Spencer · 7 years ago
  75. b9c0a17 [X86] Fix 32-bit mingw comdat names, only add one underscore by Reid Kleckner · 7 years ago
  76. ebb24b1 [gdb] Update llvm::Optional by Fangrui Song · 7 years ago
  77. 7bbbb63 [AMDGPU] Fix lit failures introduced in r335281 by Scott Linder · 7 years ago
  78. e204dd6 [IR] fix typo in comment; NFC by Sanjay Patel · 7 years ago
  79. b388187 Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models" by Reid Kleckner · 7 years ago
  80. 4f88705 [X86] Commit some comments that weren't in the medium code model patch by Reid Kleckner · 7 years ago
  81. 85adb3c [X86] Implement more of x86-64 large and medium PIC code models by Reid Kleckner · 7 years ago
  82. f257d99 [GVN] Avoid casting a vector of size less than 8 bits to i8 by Matthew Voss · 7 years ago
  83. 01b1faf [dsymutil] Force mmap'ing of binaries by Jonas Devlieghere · 7 years ago
  84. 2c2fae3 [SCEV] Re-apply r335197 (with Polly fixes). by Tim Shen · 7 years ago
  85. 13b063f AMDGPU: Remove ability to reserve VGPRs for debugger by Konstantin Zhuravlyov · 7 years ago
  86. 845b439 [mingw] Fix GCC ABI compatibility for comdat things by Reid Kleckner · 7 years ago
  87. d7f1ecf [InstCombine] fold vector select of binops with constant ops to 1 binop (PR37806) by Sanjay Patel · 7 years ago
  88. 43cbf8d [AMDGPU] Update assembler for HSA Code Object v3 by Scott Linder · 7 years ago
  89. 5119d14 Revert r335206 "Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp instructions." by Francis Visoiu Mistrih · 7 years ago
  90. 8070954 [mips] Modify comment to test new email address (NFC). by Simon Dardis · 7 years ago
  91. cbeaa8b [AMDGPU] Fix bug with tracking processed blocks in SIInsertWaitcnts by Scott Linder · 7 years ago
  92. 3316883 AMDGPU/AMDHSA: Remove GridWorkGroupCountX/Y/Z by Konstantin Zhuravlyov · 7 years ago
  93. e9f0bb4 [InstCombine] add tests for shuffled cmps; NFC by Sanjay Patel · 7 years ago
  94. 50feec5 [DebugInfo] Ignore DBG_VALUE instructions in PostRA Machine Sink by Matt Davis · 7 years ago
  95. 83601e5 [InstCombine] use constant pattern matchers with icmp+sext by Sanjay Patel · 7 years ago
  96. 7cf22ab [InstCombine] add vector icmp tests with undefs; NFC by Sanjay Patel · 7 years ago
  97. 1a4304a [InstCombine] simplify binops before trying other folds by Sanjay Patel · 7 years ago
  98. baa9cce [LoopVectorize] regenerate full checks; NFC by Sanjay Patel · 7 years ago
  99. 2c7b128 [X86] Update fast-isel tests for clang r335253. by Craig Topper · 7 years ago
  100. 22a1ef1 [DWARF] Warn on and ignore ".file 0" for DWARF v4 and earlier. by Paul Robinson · 7 years ago