1. a98fd55 [JumpThreading] Teach jump threading how to analyze (and (cmp A, C1), (cmp A, C2)) after InstCombine has turned it into (cmp (add A, C3), C4) by Craig Topper · 8 years ago
  2. d26da70 [JumpThreading] Use some temporary variables to reduce the number of times we call the same methods. NFC by Craig Topper · 8 years ago
  3. ef42908 COFF: Produce an error on invalid pcrel relocs. by Rafael Espindola · 8 years ago
  4. 9dc2b94 [LoopSimplify] Factor the logic to form dedicated exits into a utility. by Chandler Carruth · 8 years ago
  5. 455f8b7 Make the test a bit more strict. NFC. by Rafael Espindola · 8 years ago
  6. d4771b8 COFF: handle "undef - ." expressions. by Rafael Espindola · 8 years ago
  7. 9c13e87 [LVI] Teach LVI to reason about ORs of icmps similar to how it reasons about ANDs of icmps by Craig Topper · 8 years ago
  8. c9d5a52 Fixed a (product) build error that was due to an unused variable by Farhana Aleen · 8 years ago
  9. ac12e16 [x86] add/sub (X==0) --> sbb(cmp X, 1) by Sanjay Patel · 8 years ago
  10. c539eea Restrict the definition of loop preheader to avoid EH blocks by Andrew Kaylor · 8 years ago
  11. e4b1890 Define behavior of "stack-probe-size" attribute when inlining. by whitequark · 8 years ago
  12. e83d2ec Supported lowerInterleavedStore() in X86InterleavedAccess. by Farhana Aleen · 8 years ago
  13. e1ae008 Remove the LoadCombine pass. It was never enabled and is unsupported. by Eric Christopher · 8 years ago
  14. d6dbca4 [x86] add more tests for select --> sbb transform; NFC by Sanjay Patel · 8 years ago
  15. f2891be Change creation of relative relocations on COFF. by Rafael Espindola · 8 years ago
  16. a5245c1 [ORC] Expose a typedef in RTDyldObjectLinkingLayer. by Lang Hames · 8 years ago
  17. 14b319c Fix modular build by Kamil Rytarowski · 8 years ago
  18. 3f3e2c4 [WebAssembly] WebAssemblyFastISel getelementptr variable index support by Jacob Gravelle · 8 years ago
  19. b03a7e1 [Hexagon] Properly update kill flags in HexagonNewValueJump by Krzysztof Parzyszek · 8 years ago
  20. 08ef6db [ORC] Switch the object layer API from addObjectSet to addObject (singular), and by Lang Hames · 8 years ago
  21. 130b76b [MC] Allow assembling .secidx and .secrel32 for undefined symbols by Reid Kleckner · 8 years ago
  22. 08bb54f [llvm-pdbutil] Create a "bytes" subcommand. by Zachary Turner · 8 years ago
  23. 0895032 [llvm-pdbutil] Rename "raw" to "dump". by Zachary Turner · 8 years ago
  24. cc35033 [Hexagon] Use LivePhysRegs to fix up kills in HexagonGenMux by Krzysztof Parzyszek · 8 years ago
  25. 7eb15c6 Simplify WinCOFFObjectWriter::recordRelocation. by Rafael Espindola · 8 years ago
  26. 980c010 [LoopDeletion] Update exits correctly when multiple duplicate edges from an exiting block by Anna Thomas · 8 years ago
  27. d40aee4 [AVX-512] Remove and autoupgrade the masked integer compare intrinsics by Craig Topper · 8 years ago
  28. bf84e2c Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file types so by Kevin Enderby · 8 years ago
  29. e6b75a9 [MC] Fix const qualifier warning by Ekaterina Vaartis · 8 years ago
  30. 6de0dc0 [BasicAA] Add type check and Value equality check around code added in r305481. by Craig Topper · 8 years ago
  31. e23fe9c Fix build break by using llvm::make_unique instead of std::make_unique. by Adrian McCarthy · 8 years ago
  32. dba6915 Add IDs and clone methods to NativeRawSymbol by Adrian McCarthy · 8 years ago
  33. b841963 Make IPDBSession::getGlobalScope a non-const method by Adrian McCarthy · 8 years ago
  34. dc0e67d [x86] add/sub (X==0) --> sbb(neg X) by Sanjay Patel · 8 years ago
  35. ff51fde MC: Fix dumping of MCFragment values by Sam Clegg · 8 years ago
  36. d980234 Silence warnings about hidden virtual methods. by Zachary Turner · 8 years ago
  37. 96e8b4c Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLE by Kevin Enderby · 8 years ago
  38. 6f1c76b Add a common error checking for some invalid expressions. by Rafael Espindola · 8 years ago
  39. 9066575 [AMDGPU] Add intrinsics for tbuffer load and store - build error fix by David Stuttard · 8 years ago
  40. ea114fd [x86] add tests for select --> sbb transform; NFC by Sanjay Patel · 8 years ago
  41. dad6e61 [AMDGPU] Add intrinsics for tbuffer load and store by David Stuttard · 8 years ago
  42. 5715184 [Hexagon] Fix typo in a testcase by Krzysztof Parzyszek · 8 years ago
  43. bba5503 [InstCombine] Teach foldSelectICmpAndOr to recognize (select (icmp slt (trunc (X)), 0), Y, (or Y, C2)) by Craig Topper · 8 years ago
  44. 8c8509b [ThinLTO] Remove unnecessary include of Linker.h (NFC) by Teresa Johnson · 8 years ago
  45. b776efa [InstCombine] Add one use checks to or/and->xnor folding by Craig Topper · 8 years ago
  46. 52e7347 [Hexagon] Handle a global operand to A2_addi when creating duplexes by Krzysztof Parzyszek · 8 years ago
  47. 4c45e36 [InstCombine] reverse bitcast + bitwise-logic canonicalization (PR33138) by Sanjay Patel · 8 years ago
  48. 3a93e4a [X86] Add support for "probe-stack" attribute by whitequark · 8 years ago
  49. bd91b7f [ARM] Create relocations for beq.w branches to ARM function syms. by Florian Hahn · 8 years ago
  50. e8033d7 [InstCombine] add peekThroughBitcast() helper; NFC by Sanjay Patel · 8 years ago
  51. 27bff24 [mips] Allow $AT to be used as a register name by Petar Jovanovic · 8 years ago
  52. 9bd0f56 [DAG] Add Target Store Merge pass ordering function by Nirav Dave · 8 years ago
  53. 2dfb7e4 Revert "[Support] Add RetryAfterSignal helper function" and subsequent fix by Pavel Labath · 8 years ago
  54. 7e5eff0 [Hexagon] Recognize potential offset overflow for store-imm to stack by Krzysztof Parzyszek · 8 years ago
  55. fc01a4a [Support] Fix return type deduction in RetryAfterSignal by Pavel Labath · 8 years ago
  56. fb1808c [Solaris] replace Solaris.h hack with a set of better hacks by Kamil Rytarowski · 8 years ago
  57. 841b888 [Testing/Support] Remove the const_cast in TakeExpected by Pavel Labath · 8 years ago
  58. 7cbb839 Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld by Sagar Thakur · 8 years ago
  59. 1f2bcd7 [AMDGPU] SDWA: remove support for VOP2 instructions that have only 64-bit encoding by Sam Kolton · 8 years ago
  60. bfafbd5 Don't conditionalize Neon instructions, even in IT blocks. by Kristof Beyls · 8 years ago
  61. 9410186 [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld by Sagar Thakur · 8 years ago
  62. 0061994 [mips] Implement the ".rdata" MIPS assembly directive. by Simon Dardis · 8 years ago
  63. 5ffaf3e Test commit by Ekaterina Vaartis · 8 years ago
  64. e001a15 [ARM] Add .w aliases of MOV with shifted operand by John Brawn · 8 years ago
  65. 943dd9a [ARM] Clean up choice of narrow instructions in ARMAsmParser, NFC by John Brawn · 8 years ago
  66. e36adbda Revert "Enable vectorizer-maximize-bandwidth by default." by Diana Picus · 8 years ago
  67. 54b8b99 [GlobalISel][X86] Support vector type G_INSERT legalization/selection. by Igor Breger · 8 years ago
  68. 7ebe2a2 [ARM] Add macro fusion for AES instructions. by Florian Hahn · 8 years ago
  69. 347e991 AVX-512: Lowering Masked Gather intrinsic - fixed a bug by Elena Demikhovsky · 8 years ago
  70. e88fc40 [AMDGPU] SDWA: add support for GFX9 in peephole pass by Sam Kolton · 8 years ago
  71. e696366 [InstCombine] Add test cases to demonstrate that and->xnor and or->xnor folding can create more instructions than it removed when there are multiple uses. NFC by Craig Topper · 8 years ago
  72. 9afae17 [PowerPC] fix potential verification errors by Hiroshi Inoue · 8 years ago
  73. 367f21d [llvm-readobj] Dump the COFF image load config by Reid Kleckner · 8 years ago
  74. 42bbb7f [wasm] Fix WebAssembly asm backend after r305968 by Reid Kleckner · 8 years ago
  75. 2eeaae3 Also test thumb. by Rafael Espindola · 8 years ago
  76. 05a4b44 Revert "[Target] Implement the ".rdata" MIPS assembly directive." by Davide Italiano · 8 years ago
  77. 4f724ef [WebAssembly] Cleanup WasmObjectWriter.cpp. NFC by Sam Clegg · 8 years ago
  78. 91cd127 [AMDGPU] Add FP_CLASS to the add/setcc combine by Stanislav Mekhanoshin · 8 years ago
  79. dfaebc4 [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  80. bb561ec Use a MutableArrayRef. NFC. by Rafael Espindola · 8 years ago
  81. 91f6675 Fix build. by Rafael Espindola · 8 years ago
  82. d0b66db [codeview] respect signedness of APSInts when printing to YAML by Bob Haarman · 8 years ago
  83. 6189e64 [AMDGPU] Combine add and adde, sub and sube by Stanislav Mekhanoshin · 8 years ago
  84. b209206 Mark dump() methods as const. NFC by Sam Clegg · 8 years ago
  85. 1a1f544 [AMDGPU] simplify add x, *ext (setcc) => addc|subb x, 0, setcc by Stanislav Mekhanoshin · 8 years ago
  86. 52c6452 TableGen.cmake: Use DEPFILE for Ninja Generator with CMake>=3.7. by NAKAMURA Takumi · 8 years ago
  87. 998914d Enable vectorizer-maximize-bandwidth by default. by Dehao Chen · 8 years ago
  88. 225f28a [Hexagon] Use MachineInstrBuilder instead of changing instruction in place by Krzysztof Parzyszek · 8 years ago
  89. 5a11c67 Rename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cpp by Sam Clegg · 8 years ago
  90. a625ee4 Add Aarch64 ldst-opt test. by Nirav Dave · 8 years ago
  91. 9500616 [Target/Mips] Add test associated with r305949. by Davide Italiano · 8 years ago
  92. 267d13e [Target] Implement the ".rdata" MIPS assembly directive. by Davide Italiano · 8 years ago
  93. 7c6b474 [Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86) by Davide Italiano · 8 years ago
  94. eef2a1e [Reassociate] Use early returns in a couple places to reduce indentation and improve readability. NFC by Craig Topper · 8 years ago
  95. 19b0aab [Reassociate] Const correct a helper function. NFC by Craig Topper · 8 years ago
  96. b9c4ad2 [DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4} by Wolfgang Pieb · 8 years ago
  97. 0773a82 [Hexagon] Handle more types of immediate operands in expand-condsets by Krzysztof Parzyszek · 8 years ago
  98. 0adc85d [InstCombine] Cleanup using commutable matchers. Make a couple helper methods standalone static functions. Put 'if' around variable declaration instead of after. NFC by Craig Topper · 8 years ago
  99. 4c34d0af Add a "probe-stack" attribute by whitequark · 8 years ago
  100. 52ebe03 [BasicAA] Use MayAlias instead of PartialAlias for fallback. by Michael Kruse · 8 years ago