OSDN Git Service

[InstSimplify] (X * Y) / Y --> X for relaxed floating-point ops
[android-x86/external-llvm.git] / lib / Analysis / VectorUtils.cpp
2017-11-08 Dan GohmanAdd an @llvm.sideeffect intrinsic
2017-07-06 Craig Topper[Constants] If we already have a ConstantInt*, prefer...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-09 Amara EmersonIntroduce experimental generic intrinsics for horizonta...
2017-02-01 Matthew Simpson[LV] Move interleaved access helper functions to Vector...
2016-12-02 Peter CollingbourneIR: Change the gep_type_iterator API to avoid always...
2016-09-11 Justin LebarAdd handling of !invariant.load to PropagateMetadata.
2016-06-30 Matt ArsenaultSLPVectorizer: Move propagateMetadata to VectorUtils
2016-06-04 Simon Pilgrim[Analysis] Enabled BITREVERSE as a vectorizable intrinsic
2016-05-10 James MolloyRevert "[VectorUtils] Query number of sign bits to...
2016-05-09 James Molloy[VectorUtils] Query number of sign bits to allow more...
2016-04-19 David Majnemer[ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
2016-04-13 David Majnemer[InstCombine] We folded an fcmp to an i1 instead of...
2016-04-06 David Majnemer[SLPVectorizer] Vectorizing the libm sqrt to llvm's...
2016-04-06 David Majnemer[SLPVectorizer] Vectorize libcalls of sqrt
2016-03-30 James Molloy[VectorUtils] Don't try and truncate PHIs to a smaller...
2016-01-19 Eduard Burtescu[opaque pointer types] [NFC] GEP: replace get(Pointer...
2016-01-17 Manuel Jacob[NFC] Remove one dead PointerType::getElementType(...
2015-12-17 Sanjoy Das[SCEV] Add and use SCEVConstant::getAPInt; NFCI
2015-12-01 Elena DemikhovskyFixed a failure in getSpaltValue()
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-09 James Molloy[LoopVectorize] Address post-commit feedback on r250032
2015-10-12 James Molloy[LoopVectorize] Shrink integer operations into the...
2015-08-30 Elena DemikhovskyNFC: Code style in VectorUtils.cpp
2015-08-30 Renato GolinRevert "Revert "New interface function is added to...
2015-08-30 Renato GolinRevert "New interface function is added to VectorUtils...
2015-08-30 Elena DemikhovskyNew interface function is added to VectorUtils
2015-08-18 David Majnemer[InstSimplify] Don't assume getAggregateElement will...
2015-08-18 David Majnemer[VectorUtils] Replace 'llvm::' qualification with ...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-11 Hal FinkelMove getStrideFromPointer and friends from LoopVectoriz...
2015-06-26 David BlaikieMove VectorUtils from Transforms to Analysis to correct...