summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/private.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
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola
2014-02-19Revert r201622 and r201608.Daniel Jasper
2014-02-18Fix PR18743.Rafael Espindola
2014-02-06Convert test to FileCheck.Rafael Espindola
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-23Rerevert (r75663 and r76805), seems there is more non-determinism.Daniel Dunbar
2009-08-23Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the realDaniel Dunbar
2009-07-23Revert r75663 (and r76805), as it is causing regressions on powerpc.Dan Gohman
2009-07-22Add -march=ppc32 lines so that this test doesn't ever default to ppc64.Dan Gohman
2009-07-14convert this test to filecheck styleChris Lattner
2009-07-14Reapply my previous asmprinter changes now with more testing and two Chris Lattner
2009-07-14Change the internal interface to makeNameProper to take a bool thatChris Lattner
2009-01-25Private linkage support for PPC / Darwin.Evan Cheng
2009-01-15Add the private linkage.Rafael Espindola