[LoopStrengthReduce] Don't bother fixing up PHIs from EH Pad preds
[oota-llvm.git] / test / Transforms / InstCombine /
2015-11-07 David Majnemer[InstCombine] Teach FoldPHIArgZextsIntoPHI about EHPads
2015-11-06 David Majnemer[InstCombine] Don't insert an instruction after a termi...
2015-11-06 David Majnemer[InstCombine] Don't RAUW tokens with undef
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-04 Davide Italiano[SimplifyLibCalls] New transformation: tan(atan(x)...
2015-11-03 Davide Italiano[SimplifyLibCalls] Add a new transformation: pow(exp...
2015-11-02 Tim NorthoverTvOS: add missing support for some libcalls.
2015-11-02 Artur PilipenkoPreserve load alignment and dereferenceable metadata...
2015-10-31 Davide Italiano[SimplifyLibCalls] Add test to ensure transform is...
2015-10-26 Silviu Baranga[InstCombine] Teach instcombine not to create extra...
2015-10-23 Hal FinkelHandle non-constant shifts in computeKnownBits, and...
2015-10-21 Michael Liao[InstCombine] Revise the test case to match full sequene
2015-10-19 Michael Liao[InstCombine] Optimize icmp of inc/dec at RHS
2015-10-17 Simon Pilgrim[InstCombine] SSE4A constant folding and conversion...
2015-10-14 Philip ReamesTighten known bits for ctpop based on zero input bits
2015-10-13 Simon Pilgrim[InstCombine][SSE4A] Remove broken INSERTQI range combi...
2015-10-12 Simon Pilgrim[InstCombine] Tidied up SSE4A tests.
2015-10-11 Simon Pilgrim[InstCombine][X86][XOP] Combine XOP integer vector...
2015-10-08 Sanjay Patel[InstCombine] transform masking off of an FP sign bit...
2015-10-08 Sanjay Patel[ValueTracking] teach computeKnownBits that a fabs...
2015-10-07 Artur PilipenkoTeach computeKnownBits to use new align attribute/metadata
2015-10-07 Hans WennborgInstCombine: Fold comparisons between unguessable alloc...
2015-10-06 Philip ReamesExtend known bits to understand @llvm.bswap
2015-10-06 Andrea Di Biagio[InstCombine] Teach SimplifyDemandedVectorElts how...
2015-10-01 Bruno Cardoso Lopes[SimplifyLibCalls] Fix instruction misplacement in...
2015-10-01 Arnaud A. de Grand... [InstCombine] Remove trivially empty lifetime start...
2015-09-30 Andrea Di Biagio[InstCombine] Teach how to convert SSSE3/AVX2 byte...
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-09-29 Simon Pilgrim[InstCombine] Improve Vector Demanded Bits Through...
2015-09-27 Sanjay Patel[InstCombine] fold zexts and constants into a phi ...
2015-09-26 Simon Pilgrim[InstCombine] Removed unnecessary meta attributes.
2015-09-26 Chen Li[Bug 24848] Use range metadata to constant fold compari...
2015-09-25 Sanjay Patel[InstCombine] match De Morgan's Law hidden by zext...
2015-09-24 Charlie Turner[InstCombine] Recognize another bswap idiom.
2015-09-23 Akira Hatanaka[InstCombine] Preserve metadata when merging loads...
2015-09-23 Chen Li[Bug 24848] Use range metadata to constant fold compari...
2015-09-19 David Majnemer[InstCombine] FoldICmpCstShrCst failed for ashr when...
2015-09-17 Simon Pilgrim[InstCombine] Added vector demanded bits support for...
2015-09-16 Sanjoy Das[InstCombine] Optimize icmp slt signum(x), 1 --> icmp...
2015-09-15 Arch D. RobisonBroaden optimization of fcmp ([us]itofp x, constant...
2015-09-14 Chen Li[InstCombineCalls] Use isKnownNonNullAt() to check...
2015-09-12 Simon Pilgrim[InstCombine] CVTPH2PS Vector Demanded Elements + Const...
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-11 Mehdi AminiRevert "[InstCombineCalls] Use isKnownNonNullAt() to...
2015-09-10 Chen Li[InstCombineCalls] Use isKnownNonNullAt() to check...
2015-09-10 Chen Li[InstCombineCalls] Use isKnownNonNullAt() to check...
2015-09-10 Jakub KuderskiThere is a trunc(lshr (zext A), Cst) optimization in...
2015-09-09 David MajnemerRevert trunc(lshr (sext A), Cst) to ashr A, Cst
2015-09-08 Benjamin KramerMerge or combine tests and convert to FileCheck.
2015-09-08 Sanjay Pateladd tests for De Morgan instcombines based on PR22723
2015-09-08 Sanjay Patelfix typos, remove noise; NFCI
2015-09-08 Jakub KuderskiThere is a trunc(lshr (zext A), Cst) optimization in...
2015-09-07 Sanjay Pateladd missing regression tests for De Morgan's Law transf...
2015-09-06 David Majnemer[InstCombine] Don't divide by zero when evaluating...
2015-09-05 David Majnemer[InstCombine] Don't assume m_Mul gives back an Instruction
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-28 Sanjoy Das[InstCombine] Fix PR24605.
2015-08-28 Chad RosierOptimize memcmp(x,y,n)==0 for small n and suitably...
2015-08-27 Pete CooperisKnownNonNull needs to consider globals in non-zero...
2015-08-21 Sanjoy DasRe-apply r245635, "[InstCombine] Transform A & (L ...
2015-08-21 Simon PilgrimLine endings fix.
2015-08-21 NAKAMURA TakumiRevert r245635, "[InstCombine] Transform A & (L - 1...
2015-08-20 Sanjoy Das[InstCombine] Transform A & (L - 1) u< L --> L != 0
2015-08-20 Balaram MakamOptimize bitwise even/odd test (-x&1 -> x&1) to not...
2015-08-17 David MajnemerRevert "[InstCombinePHI] Partial simplification of...
2015-08-16 Sanjay Pateltransform fmin/fmax calls when possible (PR24314)
2015-08-16 David Majnemer[InstCombine] Replace an and+icmp with a trunc+icmp
2015-08-14 Nick LewyckyFix a crash where a utility function wasn't aware of...
2015-08-13 Davide Italiano[SimplifyLibCalls] Correctly set the is_zero_undef...
2015-08-13 Charlie Turner[InstCombinePHI] Partial simplification of identity...
2015-08-13 Simon Pilgrim[InstCombine] SSE/AVX vector shifts demanded shift...
2015-08-12 Simon Pilgrim[InstCombine] Move SSE/AVX vector blend folding to...
2015-08-11 Sanjoy DasFix PR24354.
2015-08-11 Mehdi AminiFix InstCombine test: invalid CHECK line slipped in...
2015-08-11 James MolloyAdd support for floating-point minnum and maxnum
2015-08-10 Simon Pilgrim[InstCombine] Move SSE2/AVX2 arithmetic vector shift...
2015-08-10 Jonathan RoelofsFix a few more cases of 'CHECK[^:]*$'. NFCI
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-08-07 Simon Pilgrim[InstCombine] Fix SSE2/AVX2 vector logical shift by...
2015-08-05 Simon Pilgrim[InstCombine] Added more specific SSE2/AVX2 vector...
2015-08-04 Simon Pilgrim[InstCombine] Split off SSE2/AVX2 vector shift tests.
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-27 Simon Pilgrim[InstCombine][X86][SSE] Replace sign/zero extension...
2015-07-25 Simon Pilgrim[InstCombine] Split off SSE4a tests.
2015-07-21 Karthik BhatConstfold trunc,rint,nearbyint,ceil and floor using...
2015-07-14 David Majnemer[InstCombine] Generalize sub of selects optimization...
2015-07-14 Reid KlecknerUpdate enforceKnownAlignment after the isWeakForLinker...
2015-07-10 Bjorn Steinbrink[InstCombine] Actually combine AA metadata when replaci...
2015-07-10 Bjorn Steinbrink[InstCombine] Employ AliasAnalysis in FindAvailableLoad...
2015-07-10 Bjorn Steinbrink[InstCombine] Properly combine metadata when replacing...
2015-07-08 Karthik BhatAllow constfolding of llvm.sin.* and llvm.cos.* intrinsics
2015-06-25 Jingyue Wu[InstCombine] call SimplifyICmpInst with correct context
2015-06-25 Artur PilipenkoTake alignment into account in isSafeToLoadUnconditionally
2015-06-23 David Majnemer[InstCombine] Optimize subtract of selects into a selec...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-16 Philip ReamesReapply 239795 - [InstCombine] Propagate non-null facts...
2015-06-16 Philip ReamesRevert 239795
2015-06-16 Philip Reames[InstCombine] Propagate non-null facts to call parameters
2015-06-06 David Majnemer[InstCombine] Don't miscompile select to poison
next