Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding -verify-machineinstrs option to PowerPC tests | Ehsan Amiri | 2016-08-03 | 1 | -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 | ||||
* | Regenerated test case from pr 230801 for change in LLVM IR syntax | Bill Schmidt | 2015-02-27 | 1 | -0/+78 |
| | | | | llvm-svn: 230811 | ||||
* | Revert test case until it can be fixed | Bill Schmidt | 2015-02-27 | 1 | -65/+0 |
| | | | | llvm-svn: 230803 | ||||
* | [PowerPC] Fix PR22711 - Misaligned .toc section | Bill Schmidt | 2015-02-27 | 1 | -0/+65 |
Straightforward patch to emit an alignment directive when emitting a TOC entry. The test case was generated from the test in PR22711 that demonstrated a misaligned .toc section. The object code is run through llvm-readobj to verify that the correct alignment has been applied to the .toc section. Thanks to Ulrich Weigand for running down where the fix was needed. llvm-svn: 230801 |