summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/or-addressing-mode.ll
AgeCommit message (Expand)Author
2016-08-03Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2007-07-12fix the remaining 3 testcases that missed a target tripleGabor Greif
2007-04-16For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-03-01load (x|y) -> load (x+y) iff x and y have no common bits.Chris Lattner