summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/2012-09-16-TOC-entry-check.ll
Commit message (Collapse)AuthorAgeFilesLines
* Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri2016-08-031-1/+1
| | | | | | | | | | | Currently we have a number of tests that fail with -verify-machineinstrs. To detect this cases earlier we add the option to the testcases with the exception of tests that will currently fail with this option. PR 27456 keeps track of this failures. No code review, as discussed with Hal Finkel. llvm-svn: 277624
* Use createTempSymbol to avoid collisions instead of an ad hoc method.Rafael Espindola2015-03-171-4/+4
| | | | llvm-svn: 232483
* This patch is in preparation for adding medium code model support to theBill Schmidt2012-11-141-1/+1
| | | | | | | | | | | | | | PPC64 target. The five tests modified herein test code generation that is sensitive to the code model selected. So I've added -code-model=small to the RUN commands for each. Since small code model is the default, this has no effect for now; but this prepares us for eventually changing the default to medium code model for PPC64. Test changes verified with small and medium code model as default on powerpc64-unknown-linux-gnu. All tests continue to pass. llvm-svn: 167999
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-181-0/+27
Patch by Adhemerval Zanella. llvm-svn: 164141
OpenPOWER on IntegriCloud