Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister() | Adrian Prantl | 2015-01-13 | 1 | -1/+1 |
* | Debug Info: Move support for constants into DwarfExpression. | Adrian Prantl | 2015-01-13 | 1 | -4/+31 |
* | Make DwarfExpression store the AsmPrinter instead of the TargetMachine. | Adrian Prantl | 2015-01-12 | 1 | -3/+9 |
* | Debug Info: Implement DwarfUnit::addRegisterOpPiece() using DwarfExpression. | Adrian Prantl | 2015-01-12 | 1 | -1/+2 |
* | Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression. | Adrian Prantl | 2015-01-12 | 1 | -0/+16 |
* | Debug info: Factor out the creation of DWARF expressions from AsmPrinter | Adrian Prantl | 2015-01-12 | 1 | -0/+143 |