summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
Commit message (Expand)AuthorAgeFilesLines
* Rename DIExpressionIterator to DIExpression::iterator.Adrian Prantl2015-01-221-1/+1
* Make DwarfExpression use the new DIExpressionIterator. NFC.Adrian Prantl2015-01-221-3/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Debug Info: Emitting a register in DwarfExpression may fail. Report theAdrian Prantl2015-01-141-3/+6
* Debug Info: Move DIEDwarfExpression into DwarfExpression.h because itAdrian Prantl2015-01-141-0/+17
* Debug Info: Move the complex expression handling (=the remainder) ofAdrian Prantl2015-01-131-1/+12
* Document, cleanup, and clang-format DwarfExpression.hAdrian Prantl2015-01-131-12/+14
* Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister()Adrian Prantl2015-01-131-2/+2
* Debug Info: Move support for constants into DwarfExpression.Adrian Prantl2015-01-131-0/+22
* Make DwarfExpression store the AsmPrinter instead of the TargetMachine.Adrian Prantl2015-01-121-3/+7
* remove extra semicolonAdrian Prantl2015-01-121-1/+1
* Debug Info: Add a virtual destructor to DwarfExpression.Adrian Prantl2015-01-121-0/+1
* Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression.Adrian Prantl2015-01-121-0/+8
* Debug info: Factor out the creation of DWARF expressions from AsmPrinterAdrian Prantl2015-01-121-0/+65
OpenPOWER on IntegriCloud