Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MIR Serialization: Use the global value syntax for global value memory operands. | Alex Lorenz | 2015-08-20 | 1 | -2/+2 |
| | | | | | | | | | | | This commit modifies the serialization syntax so that the global IR values in machine memory operands use the global value '@<name>' syntax instead of the current '%ir.<name>' syntax. The unnamed global IR values are handled by this commit as well, as the existing global value parsing method can parse the unnamed globals already. llvm-svn: 245527 | ||||
* | MIR Serialization: Serialize the local offsets for the stack objects. | Alex Lorenz | 2015-08-17 | 1 | -0/+41 |
llvm-svn: 245249 |