summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/fma.ll
AgeCommit message (Expand)Author
2017-08-01PowerPC: Do not use llc -march in tests.Matthias Braun
2016-08-03Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri
2016-03-03[PPCVSXFMAMutate] Temporarily disable this passTim Shen
2015-05-29Add support for VSX FMA single-precision instructions to the PPC back endNemanja Ivanovic
2014-10-19[PowerPC] Re-enable VSX test line for fma.ll with -mcpu=pwr7Bill Schmidt
2014-10-17[PowerPC] Disable +vsx RUN line for fma.ll due to inconsistency on other buil...Bill Schmidt
2014-10-17[PowerPC] Change liveness testing in VSX FMA mutation passBill Schmidt
2014-09-19Optionally enable more-aggressive FMA formation in DAGCombineHal Finkel
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2013-04-11FileCheckize a bunch of tests.Benjamin Kramer
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-06-22Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames
2012-06-22Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames
2012-06-19Add DAG-combines for aggressive FMA formation.Lang Hames
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2005-12-14Add a case for float just to make sure the patterns for both precisionsNate Begeman
2005-05-12Fix this test on Solaris.John Criswell
2005-04-16Update dejagnu tests to use the new pattern isel flagNate Begeman
2005-04-09Add cases to cover the rest of the patterns we should be matchingNate Begeman
2005-04-09add a partial test for the fma operations that ppc supports. I'm sure I'mChris Lattner