Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MIR Serialization: Print and parse simple machine function attributes. | Alex Lorenz | 2015-06-16 | 1 | -0/+3 |
| | | | | | | | | | | | This commit serializes the simple, scalar attributes from the 'MachineFunction' class. Reviewers: Duncan P. N. Exon Smith Differential Revision: http://reviews.llvm.org/D10449 llvm-svn: 239790 | ||||
* | MIR Serialization: move the MIR printer out of the MIR printing pass. | Alex Lorenz | 2015-06-15 | 1 | -0/+73 |
This commit decouples the MIR printer and the MIR printing pass so that it will be possible to move the MIR printer into a separate machine IR library later on. Reviewers: Duncan P. N. Exon Smith llvm-svn: 239788 |