- d09d739 [X86] Remove dead code from retpoline thunk generation by Reid Kleckner · 8 years ago
- b851d97 [gold] Fix error report in thinlto_emit_linked_objects.ll test by Vitaly Buka · 8 years ago
- 14eb0f4 Fix off-by-one in set_thread_name which causes truncation to fail on Linux by Sam McCall · 8 years ago
- 747839c [globalisel][legalizerinfo] Follow up on post-commit review comments after r323681 by Daniel Sanders · 8 years ago
- 0dcc17c [InstCombine] put tests of mul with neg operand(s) together; NFC by Sanjay Patel · 8 years ago
- 3dd5724 [GVN] Salvage debug info from dead insts by Vedant Kumar · 8 years ago
- 96c9981 [InstCombine] (lshr X, 31) * Y --> (ashr X, 31) & Y by Sanjay Patel · 8 years ago
- 2a3f34a [InstCombine] add vector tests, fix comments; NFC by Sanjay Patel · 8 years ago
- 197917a [X86] Use EDI for retpoline when no scratch regs are left by Reid Kleckner · 8 years ago
- b0e4791 [InstCombine] (bool X) * Y --> X ? Y : 0 by Sanjay Patel · 8 years ago
- 57d82ee [LLD] Implement /guard:[no]longjmp by Reid Kleckner · 8 years ago
- 2477556 [GISel]: Add Pattern Matcher for G_FMUL. by Aditya Nandakumar · 8 years ago
- bdeb539 [GISel]: Make Pattern matcher for FADD commutative by Aditya Nandakumar · 8 years ago
- e4b5c6a [AMDGPU] Cleanup in memory legalizer tests. NFC. by Stanislav Mekhanoshin · 8 years ago
- 7c57f9e Document the shortcomings of DwarfExpression::addMachineReg(). by Adrian Prantl · 8 years ago
- 743dbe8 [InstCombine] fix test comment and add vector test; NFC by Sanjay Patel · 8 years ago
- 30138e8 [InstCombine, InstSimplify] (re)move tests, regenerate checks; NFC by Sanjay Patel · 8 years ago
- 877eaaa [Debugify] Avoid verifier failure on non-definition subprograms by Vedant Kumar · 8 years ago
- c9c6914 [DeadStoreElimination] Salvage debug info from dead insts by Vedant Kumar · 8 years ago
- e156d07 Revert r324903 "[AArch64] Refactor identification of SIMD immediates" by Hans Wennborg · 8 years ago
- 3fa22fa [CodeGen] Print bundled instructions using the MIR syntax in -debug output by Francis Visoiu Mistrih · 8 years ago
- 2930e5c [AMDGPU] Change constant addr space to 4 by Yaxun Liu · 8 years ago
- 7947e72 [DAGCombiner] Add one use check to fold (not (and x, y)) -> (or (not x), (not y)) by Craig Topper · 8 years ago
- a7204c7 [X86] Add combine to shrink 64-bit ands when one input is an any_extend and the other input guarantees upper 32 bits are 0. by Craig Topper · 8 years ago
- 0140a14 [Hexagon] Simplify some code, NFC by Krzysztof Parzyszek · 8 years ago
- 1ba90b3 [Hexagon] Remove unnecessary check by Krzysztof Parzyszek · 8 years ago
- 4b977b2 [ARM] Allow half types in ConstantPool by Sjoerd Meijer · 8 years ago
- 81540ce [DAG] fix type of undef returned by getNode() by Sanjay Patel · 8 years ago
- 1f703fd Revert r325001: [CallSiteSplitting] Support splitting of blocks with instrs before call. by Florian Hahn · 8 years ago
- 70f3668 [IR] Fix creating mutable versions of TBAA access tags by Ivan A. Kosarev · 8 years ago
- aadb70d [CallSiteSplitting] Clear ValueToValue maps. by Florian Hahn · 8 years ago
- ac28bc2 [CallSiteSplitting] Dereference pointer earlier. by Florian Hahn · 8 years ago
- 913da00 [InstCombine] Simplify getLogBase2 case for scalar/splats. NFCI. by Simon Pilgrim · 8 years ago
- de85a83 [CallSiteSplitting] Fix new-pm test, as TargetIRAnalysis is run earlier now by Florian Hahn · 8 years ago
- f4f1f07 [CallSiteSplitting] Support splitting of blocks with instrs before call. by Florian Hahn · 8 years ago
- 1a38f48 [ARM] Don't print "Requires NEON" error message for M-profile by Andre Vieira · 8 years ago
- c8ff25f [X86] Rename function main->foo in CodeGen/X86/pr35316.ll. NFC by Alexander Ivchenko · 8 years ago
- bac740f [Thumb] Handle addressing mode AddrMode5FP16 by Sjoerd Meijer · 8 years ago
- 4436334 [LoopInterchange] Check number of latch successors before accessing them. by Florian Hahn · 8 years ago
- c6a263b [X86] Add a test case showing blcic matching being broken by an and mask applied to the input. NFC by Craig Topper · 8 years ago
- e925ce0 [X86] Add a blsr test case with a shift from PR35792. NFC by Craig Topper · 8 years ago
- ebf3d94 [X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND when bits 7:4 of the immediate are 0 and the regular EVEX->VEX checks pass. by Craig Topper · 8 years ago
- 7bdbf6e [X86] Autogenerate complete checks. NFC by Craig Topper · 8 years ago
- d6e0db8 [Utils] Salvage debug info from all no-op casts by Vedant Kumar · 8 years ago
- 232b1a8 Revert "Rewrite the cached map used for locating the most precise DIE among inlined subroutines for a given address." by David Blaikie · 8 years ago
- 5dd5ab3 [X86] Use getTypeAction in most places that were checking ExperimentalVectorWideningLegalization. by Craig Topper · 8 years ago
- e533c79 [X86] Remove duplicate CHECK-LABEL line the update script didn't delete when I converted the test. by Craig Topper · 8 years ago
- 957c7c7 Revert "Document the shortcomings of DwarfExpression::addMachineReg()." by Adrian Prantl · 8 years ago
- 2bbd734 [Utils] Salvage debug info of DCE'ed mul/sdiv/srem instructions by Vedant Kumar · 8 years ago
- ca78c75 [Utils] Salvage debug info of DCE'ed shl/lhsr/ashr instructions by Vedant Kumar · 8 years ago
- 9c9e1cd [Utils] Salvage the debug info of DCE'ed 'sub' instructions by Vedant Kumar · 8 years ago
- 1ca2894 [Utils] Salvage the debug info of DCE'ed 'xor' instructions by Vedant Kumar · 8 years ago
- 099f3f8 Document the shortcomings of DwarfExpression::addMachineReg(). by Adrian Prantl · 8 years ago
- 9fec6c0 GlobalISel: IRTranslate llvm.fmuladd.* intrinsic by Volkan Keles · 8 years ago
- 860eb48 [InstSimplify] allow exp/log simplifications with only 'reassoc' FMF by Sanjay Patel · 8 years ago
- 8e4ce73 [WebAssembly] Update ADT/TripleTest.cpp now that default file format has changed by Sam Clegg · 8 years ago
- d3663e6 [X86] Auto generate complete checks. NFC by Craig Topper · 8 years ago
- 6fee311 [InstSimplify] change tests to 'fast' to reflect current folds by Sanjay Patel · 8 years ago
- 31b1598 [Dominators] Always recalculate postdominators when update yields different roots by Jakub Kuderski · 8 years ago
- a609eb0 [InstSimplify] consolidate tests for log-exp inverse folds by Sanjay Patel · 8 years ago
- f28222f [InstCombine] Simplify MemTransferInst's source and dest alignments separately by Daniel Neilson · 8 years ago
- 0d1fcac Revert "[LSR] Avoid UB overflow when examining reuse opportunities" by Adam Nemet · 8 years ago
- ddc563a [WebAssembly] MC: Remove redundant struct types by Sam Clegg · 8 years ago
- 5b0a1fc [SafeStack] Use updated CreateMemCpy API to set more accurate source and destination alignments. by Daniel Neilson · 8 years ago
- 05ca387 [X86] Reverse the operand order of the autoupgrade of the kunpack builtins. by Craig Topper · 8 years ago
- 7916c9e [WebAssembly] MC: Remove redundant `private` specifiers by Sam Clegg · 8 years ago
- e4043bc [x86] add select test to show there's no single right answer (PR28968); NFC by Sanjay Patel · 8 years ago
- 3bbbdc3 Simplify switch statement (NFC) by Adrian Prantl · 8 years ago
- 4321cf6 [LSR] Avoid UB overflow when examining reuse opportunities by Gerolf Hoflehner · 8 years ago
- 0d25ba1 [WebAssembly] Fix casting MCSymbol to MCSymbolWasm on ELF by Jacob Gravelle · 8 years ago
- 9d75b0c [DAG] make binops with undef operands consistent with IR by Sanjay Patel · 8 years ago
- e985e4a [X86] Simplify X86DAGToDAGISel::matchBEXTRFromAnd by creating an X86ISD::BEXTR node and calling Select. Add isel patterns to recognize this node. by Craig Topper · 8 years ago
- c0afb89 [X86] Remove unused multiclass argument. NFC by Craig Topper · 8 years ago
- 0d2725c [GlobalMerge] Allow merging of dllexported variables by Martin Storsjo · 8 years ago
- 792927c Fix the syntax highlighting of strings in dwarfdump. by Adrian Prantl · 8 years ago
- ff17b09 Factor out common condition into an easier to understand helper function (NFC). by Adrian Prantl · 8 years ago
- 6e9d6c2 Move the debuginfo-dce-or test into debuginfo-variables.ll, NFC by Vedant Kumar · 8 years ago
- fc5c4dc Revert "[ThinLTO] Add GraphTraits for FunctionSummaries" by Volodymyr Sapsai · 8 years ago
- c91f4ccc Revert "Follow on to rL324854 (Added tests)" as part of r324854 revert. by Volodymyr Sapsai · 8 years ago
- 4863252 [DebugInfo] Unify ChecksumKind and Checksum value in DIFile by Scott Linder · 8 years ago
- 4ac9cb0 [InstCombine] X / (X * Y) --> 1.0 / Y by Sanjay Patel · 8 years ago
- a2e33f3 [InstCombine] add tests for missing fdiv fold; NFC by Sanjay Patel · 8 years ago
- cfeb4c6 [InstCombine] regenerate checks; NFC by Sanjay Patel · 8 years ago
- dd467c1 [InstCombine] various clean-ups for div transforms; NFC by Sanjay Patel · 8 years ago
- c94f974 [LICM] update BlockColors after splitting predecessors by Jun Bum Lim · 8 years ago
- 539d529 [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - llvm portion by Abderrazek Zaafrani · 8 years ago
- 2e8d5c6 [X86] Add missing scheduling class tag for i64 absolute address moves by Simon Pilgrim · 8 years ago
- 4c334a7 [AArch64] Improve v8.1-A code-gen for atomic load-and by Oliver Stannard · 8 years ago
- ca78a8c [X86][AVX512] Add missing scheduling class tag for KMOVB/KMOVW/KMOVD/KMOVQ moves/loads/stores. by Simon Pilgrim · 8 years ago
- 0137ee6 [AArch64] Refactor identification of SIMD immediates by Evandro Menezes · 8 years ago
- 07c6e35 [X86][AVX512] Add missing scheduling class tag for VMOVQ/VMOVHLPS/VMOVLHPS/VMOVHPD/VMOVHPS/VMOVLPD/VMOVLPS by Simon Pilgrim · 8 years ago
- 0c69bf4 Re-commit r324489: [DebugInfo] Improvements to representation of enumeration types (PR36168) by Momchil Velikov · 8 years ago
- 3c2ea0e [X86] Tag CET-IBT instruction scheduler classes by Simon Pilgrim · 8 years ago
- f967021 [X86][MMX] Add missing scheduling class tag for EMMS/FEMMS by Simon Pilgrim · 8 years ago
- 263d0a1 [NFC] Fix comment of class InstrStage by Krzysztof Parzyszek · 8 years ago
- c7432f5 [SLP] Take user instructions cost into consideration in insertelement vectorization. by Alexey Bataev · 8 years ago
- c01a554 [AArch64] Improve v8.1-A code-gen for atomic load-subtract by Oliver Stannard · 8 years ago
- 0a090c8 [InstCombine] various clean-ups for commonIDivTransforms; NFC by Sanjay Patel · 8 years ago
- 1449837 Test commit: reformat comment by Nicholas Wilson · 8 years ago
- ed3f085 Revert r324835 "[X86] Reduce Store Forward Block issues in HW" by Hans Wennborg · 8 years ago