[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / fma_patterns.ll
2015-10-11 Simon Pilgrim[DAGCombiner] Improved FMA combine support for vectors
2015-09-21 Simon Pilgrim[DAGCombiner] Improve FMA support for interpolation...
2015-09-12 Simon Pilgrim[X86][FMA] Refreshed fma tests
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.