[SROA] Rip out all support for SSAUpdater in SROA.
[oota-llvm.git] / test / Transforms / InstCombine /
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-14 Mehdi AminiUpdate InstCombine to transform aggregate stores into...
2015-03-13 Duncan P. N. Exon... instcombine: alloca: Canonicalize scalar allocation...
2015-03-13 Duncan P. N. Exon... AsmWriter: Write alloca array size explicitly (and...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-11 David MajnemerInstCombine: Don't fold call bitcast into args if calle...
2015-03-11 Sanjay PatelInliner should not add callgraph edges for intrinsic...
2015-03-10 Philip ReamesIf a conditional branch jumps to the same target, remov...
2015-03-10 Philip ReamesInfer known bits from dominating conditions
2015-03-10 Owen AndersonFix a crash in InstCombine where we could try to trunca...
2015-03-10 Owen AndersonFix an infinite loop in InstCombine when an instruction...
2015-03-09 Mehdi AminiInstCombine: fix fold "fcmp x, undef" to account for NaN
2015-03-08 Owen AndersonTeach DataLayout to infer a plausible alignment for...
2015-03-06 Nadav RotemTeach ComputeNumSignBits about signed reminder.
2015-03-05 Michael Kuperstein[InstCombine] Fix an assertion when fmul has a Constant...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 David MajnemerInstCombine: Ensure select condition types are identica...
2015-03-03 Nadav RotemTeach ComputeNumSignBits about signed divisions.
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-26 Hal Finkel[InstCombine/PowerPC] Convert aligned QPX load/store...
2015-02-26 Hal Finkel[InstCombine] Add a test for altivec load/store intrins...
2015-02-25 JF BastienInstCombine: extract instead of shuffle when performing...
2015-02-25 Charles Davis[IC] Turn non-null MD on pointer loads to range MD...
2015-02-24 Sanjoy DasNew instcombine rule: max(~a,~b) -> ~min(a, b)
2015-02-20 Hal Finkel[InstCombine] Remove unnecessary variable indexing...
2015-02-18 Akira Hatanaka[InstCombine] Do not insert a GEP instruction before...
2015-02-16 Mehdi AminiInstCombine: fold more cases of (fp_to_u/sint (u/sint_t...
2015-02-16 Mehdi AminiTests: reformat sitofp.ll and use FileCheck
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2015-02-14 Philip Reames[InstCombine] When canonicalizing gep indices, prefer...
2015-02-13 Andrea Di Biagio[InstCombine] Fix regression introduced at r227197.
2015-02-13 Michael Liao[InstCombine] Fix a bug when combining `icmp` from...
2015-02-13 Chandler Carruth[IC] Fix a bug with the instcombine canonicalizing...
2015-02-12 Benjamin KramerInstCombine: Allow folding of xor into icmp by changing...
2015-02-10 Chandler CarruthRevert r228556: InstCombine: propagate nonNull through...
2015-02-09 Ramkumar RamachandraInstCombine: propagate nonNull through assume
2015-02-06 Matthias BraunInstCombine: Combine select sequences into a single...
2015-01-28 Reid KlecknerMove EH personality type classification to Analysis...
2015-01-27 Ahmed Bougacha[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
2015-01-27 Andrea Di Biagio[InstCombine] Teach how to fold a select into a cttz...
2015-01-24 Chandler Carruth[PM] Port instcombine to the new pass manager!
2015-01-22 Chandler Carruth[canonicalize] Teach InstCombine to canonicalize loads...
2015-01-21 David MajnemerInstCombine: Don't strip bitcasts off of callsites...
2015-01-15 Richard SmithFor PR21145: recognise a builtin call to a known deallo...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 David MajnemerInstCombine: Don't take A-B<0 into A<B if A-B has other...
2015-01-14 Ahmed Bougacha[SimplifyLibCalls] Don't try to simplify indirect calls.
2015-01-08 Matt ArsenaultFix fcmp + fabs instcombines when using the intrinsic
2015-01-06 Matt ArsenaultFix using wrong intrinsic in test
2015-01-06 Matt ArsenaultConvert fcmp with 0.0 from casted integers to icmp
2015-01-06 David MajnemerInstCombine: Bitcast call arguments from/to pointer...
2015-01-04 David MajnemerInstCombine: match can find ConstantExprs, don't assume...
2015-01-02 David MajnemerInstCombine: Detect when llvm.umul.with.overflow always...
2014-12-31 Sanjay PatelInstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
2014-12-31 David MajnemerInstCombine: try to transform A-B < 0 into A < B
2014-12-29 Philip ReamesCarry facts about nullness and undef across GC relocation
2014-12-29 Philip ReamesLoading from null is valid outside of addrspace 0
2014-12-26 David MajnemerInstCombine: Infer nuw for multiplies
2014-12-26 David MajnemerInstCombe: Infer nsw for multiplies
2014-12-23 Michael Kuperstein[ValueTracking] Move GlobalAlias handling to be after...
2014-12-20 David MajnemerThis should have been part of r224676.
2014-12-20 David MajnemerInstCombine: Squash an icmp+select into bitwise arithmetic
2014-12-19 Bruno Cardoso LopesReapply: [InstCombine] Fix visitSwitchInst to use right...
2014-12-19 Sanjay Pateluse -0.0 when creating an fneg instruction
2014-12-19 Bruno Cardoso LopesRevert "[InstCombine] Fix visitSwitchInst to use right...
2014-12-19 Bruno Cardoso Lopes[InstCombine] Fix visitSwitchInst to use right operand...
2014-12-17 Erik EcksteinStrength reduce intrinsics with overflow into regular...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-12 David MajnemerValueTracking: Don't recurse too deeply in computeKnown...
2014-12-12 Steven WuFix another infinite loop in InstCombine
2014-12-11 Andrea Di Biagio[InstCombine][X86] Improved folding of calls to Intrins...
2014-12-10 David MajnemerConstantFold, InstSimplify: undef >>a x can be either...
2014-12-09 Chandler CarruthRevert r223764 which taught instcombine about integer...
2014-12-09 Sonam KumariRemoval Of Duplicate Test Cases and Addition Of Missing...
2014-12-09 Ankur Garg[test/Transforms/InstCombine/shift.ll] Removed duplicat...
2014-12-09 Chandler CarruthTeach instcombine to canonicalize "element extraction...
2014-12-08 Sonam KumariRemoval Of Duplicate Test Case from shift.ll file
2014-12-04 Philip ReamesAdd a test case for argument type coercion in an invoke...
2014-12-04 Simon Pilgrim[InstCombine] Minor optimization for bswap with binary ops
2014-12-03 Matthias Braun[SimplifyLibCalls] Improve double->float shrinking...
2014-12-03 Matthias Braun[SimplifyLibCalls] Enable double to float shrinking...
2014-12-03 Erik EcksteinInstCombine: simplify signed range checks
2014-12-02 Sonam Kumari[signext.ll] Removal Of Duplicate Test Cases
2014-12-01 Sonam KumariRemoved extra whitespace. (Testing commit access)....
2014-11-28 David MajnemerInstCombine: FoldOrOfICmps harder
2014-11-27 Suyog SardaUse FileCheck instead of grep. Change by Ankur Garg.
2014-11-27 Suyog SardaUse FileCheck instead of grep. Change by Sonam.
2014-11-27 David MajnemerInstCombine: Restore optimizations lost in r210006
2014-11-27 David MajnemerInstSimplify: Restore optimizations lost in r210006
2014-11-26 David MajnemerRevert "Added inst combine transforms for single bit...
2014-11-25 Chandler Carruth[InstCombine] Change LLVM To canonicalize toward the...
2014-11-25 Suyog SardaChange the test case file to use FileCheck instead...
2014-11-25 Chandler CarruthRevert r220349 to re-instate r220277 with a fix for...
2014-11-24 Matt ArsenaultBug 21610: Canonicalize min/max fcmp selects to use...
2014-11-24 Matt ArsenaultConvert test to FileCheck and use CHECK-LABEL
2014-11-24 David MajnemerInstCombine: Don't create an unused instruction
2014-11-24 David MajnemerInstCombine: Don't assume DataLayout is always available
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv X, Pow2) ->...
next