Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .set instead of = when printing assignment in assembly output | Krzysztof Parzyszek | 2018-03-27 | 1 | -3/+3 |
| | | | | | | | | | On Hexagon "x = y" is a syntax used in most instructions, and is not treated as a directive. Differential Revision: https://reviews.llvm.org/D44256 llvm-svn: 328635 | ||||
* | 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 | ||||
* | Move asm-printer-topological-order.ll to PowerPC backend | Tim Shen | 2016-03-31 | 1 | -0/+15 |
llvm-svn: 265067 |