Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Transforms / InstCombine /
2016-02-19 Hans WennborgMerging r261258:
2016-02-12 Hans WennborgMerging r260587:
2016-02-01 Hans WennborgMerging r259375:
2016-01-29 Hans WennborgMerging r259236:
2016-01-22 Hans WennborgMerging r258416 and r258428:
2016-01-20 Hans WennborgMerging r258325:
2016-01-19 Hans WennborgMerging r257875:
2016-01-12 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-12 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-12 Sanjay Patelconsolidate exp/exp2 tests
2016-01-12 Sanjay PatelAdd/edit tests to include instruction-level FMF on...
2016-01-11 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-11 Sanjay Patel[LibCallSimplifier] don't allow sqrt transform unless...
2016-01-11 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-11 Silviu BarangaRevert r257164 - it has caused spec2k6 failures in...
2016-01-08 Silviu BarangaRe-commit r257064, this time with a fixed assert
2016-01-08 Sanjay Patel[InstCombine] insert a new shuffle in a safe place...
2016-01-07 David MajnemerAdd test for r256912
2016-01-07 Silviu BarangaRevert r257064. It caused failures in some sanitizer...
2016-01-07 Silviu Baranga[InstCombine] Look through PHIs, GEPs, IntToPtrs and...
2016-01-06 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-05 Sanjay Patel[LibCallSimplfier] use instruction-level fast-math...
2016-01-05 Sanjay Patel[InstCombine] insert a new shuffle before its uses...
2016-01-04 Chen Li[InstructionCombining] prepareICWorklistFromFunction...
2015-12-31 Sanjay Patel[LibCallSimplifier] propagate FMF when shrinking binary...
2015-12-31 Sanjay Patel[LibCallSimplifier] propagate FMF when shrinking unary...
2015-12-31 Sanjay Patelchange function names to avoid accidentally matching...
2015-12-31 Sanjay Pateladd 'fast' attribute to calls to show that the flag...
2015-12-27 Chandler Carruth[attrs] Extract the pure inference of function attribut...
2015-12-26 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-12-24 Sanjay Patel[InstCombine] transform more extract/insert pairs into...
2015-12-23 David Majnemer[OperandBundles] Have InstCombine play nice with operan...
2015-12-17 Philip Reames[InstCombine] Extend peephole DSE to handle unordered...
2015-12-15 Nicolai HahnleAMDGPU: mark ldexp LibCalls as unavailable
2015-12-15 Mehdi AminiInstcombine: destructor loads of structs that do not...
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 Sanjay Patel[InstCombine] fold trunc ([lshr] (bitcast vector) ...
2015-12-12 Sanjay Patel[InstCombine] canonicalize (bitcast (extractelement...
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-12 Sanjay Patel[InstCombine] allow any pair of bitcasts to be combined
2015-12-12 Sanjay Pateluse FileCheck for better checking
2015-12-11 Sanjay PatelAdd tests for bitcast-bitcast sequences for all scalar...
2015-12-11 James Molloy[InstCombine] Make MatchBSwap also match bit reversals
2015-12-10 Sanjay Patel[InstCombine] fold bitcasts around an extractelement...
2015-12-10 Akira HatanakaRevert r255137.
2015-12-09 Sanjay Patel[InstCombine] fold bitcasts around an extractelement...
2015-12-09 Mehdi AminiRevert "[InstCombine] fold bitcasts around an extractel...
2015-12-09 Sanjay Patel[InstCombine] fold bitcasts around an extractelement
2015-12-05 Sanjoy Das[InstCombine] Call getCmpPredicateForMinMax only with...
2015-12-04 Weiming Zhao[SimplifyLibCalls] Optimization for pow(x, n) where...
2015-12-03 David Majnemer[Analysis] Become aware of MSVC's new/delete functions
2015-12-02 David MajnemerDo (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rathe...
2015-11-30 Sanjay Patel[InstCombine] add tests to show potential vector IR...
2015-11-30 Davide Italiano[SimplifyLibCalls] Remove useless bits of this tests.
2015-11-30 Davide Italiano[SimplifyLibCalls] Transform log(exp2(y)) to y*log...
2015-11-29 Davide Italiano[SimplifyLibCalls] Don't crash if the function doesn...
2015-11-29 Davide Italiano[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
2015-11-26 Benjamin Kramer[SimplifyLibCalls] Don't depend on a called function...
2015-11-25 Sanjoy Das[InstCombine] Don't drop operand bundles
2015-11-24 Sanjay Patel[InstCombine] fix propagation of fast-math-flags
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-11-21 Sanjay Patelmove a single test case to where most other instcombine...
2015-11-19 Sanjay Patel[InstCombine] add tests to show missing trunc optimizations
2015-11-19 Sanjay Patel[InstCombine] add tests to show missing bitcast optimiz...
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Davide Italiano[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-17 Andrew Kaylor[EH] Keep filter clauses for types that have been caught.
2015-11-15 Elena DemikhovskyFixed GEP visitor in the InstCombine pass.
2015-11-12 James Molloy[InstCombine] Add trivial folding (bitreverse (bitrever...
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 ...
next