summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz2015-05-193-39/+0
| | | | | | | | The incremental buildbots entered a pass-fail cycle where during the fail cycle one of the tests from this commit fails for an unknown reason. I have reverted this commit and will investigate the cause of this problem. llvm-svn: 237730
* Fix MIR testcase committed in r237708 - remove target triple.Alex Lorenz2015-05-191-3/+0
| | | | | | | Remove the target specific triple and datalayout from the llvm IR in the MIR testcase file. llvm-svn: 237723
* Fix llc path in MIR testcases committed in r237708.Alex Lorenz2015-05-192-2/+2
| | | | | | I've committed testcases with local llc path by mistake. llvm-svn: 237712
* MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz2015-05-193-0/+42
This commit is the initial commit for the MIR serialization project. It creates a new library under CodeGen called 'MIR'. This new library adds a new machine function pass that prints out the LLVM IR using the MIR format. This pass is then added as a last pass when a 'stop-after' option is used in llc. The new library adds the initial functionality for parsing of MIR files as well. This commit also extends the llc tool so that it can recognize and parse MIR input files. Reviewers: Duncan P. N. Exon Smith, Matthias Braun, Philip Reames Differential Revision: http://reviews.llvm.org/D9616 llvm-svn: 237708
OpenPOWER on IntegriCloud