[LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
[oota-llvm.git] / lib / Analysis / VectorUtils.cpp
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...