summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/fabs.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-04-21use FileCheck; add test for disguised fabsSanjay Patel
2014-10-19[PowerPC] Clean up -mattr=+vsx tests to always specify -mcpuBill Schmidt
2014-10-17[PPC] Adjust some PowerPC tests to account for presence/absence of VSXBill Schmidt
2012-08-03Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-09-14Add explicit triples to avoid default behavior that varies by host.Dan Gohman
2007-09-10this is not infinite recursion.Chris Lattner