[DAGCombiner] Added BSWAP vector constant folding support.
[oota-llvm.git] / test / CodeGen / X86 / fma_patterns.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-11-05 Craig TopperImprove logic that decides if its profitable to commute...
2013-07-18 Stephen LinDisambiguate function names in some CodeGen tests....
2012-08-31 Craig TopperMark FMA4 instructions as commutable and add them to...
2012-08-31 Craig TopperMark FMA3 instructions as commutable so that the operan...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple...
2012-08-27 Anitha BoyapatiFMA3 tests on bdver2 target for changes made in rev...
2012-08-01 Matt Beaumont-GayLine endings.
2012-08-01 Elena DemikhovskyAdded FMA functionality to X86 target.