summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the type signature of DwarfExpression::Add.*Constant to support values >3...Adrian Prantl2016-06-241-2/+2
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-1/+1
* CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.Peter Collingbourne2016-05-201-13/+14
* DwarfDebug: Support floating point constants in location lists.Adrian Prantl2016-04-081-0/+15
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Revert "[DWARF] Fix a few corner cases in expression emission"David Blaikie2015-06-091-3/+0
* [DWARF] Fix a few corner cases in expression emissionKeno Fischer2015-06-091-0/+3
* Revert "Add bool to DebugLocDwarfExpression to control emitting comments."Pete Cooper2015-05-201-10/+4
* Add bool to DebugLocDwarfExpression to control emitting comments.Pete Cooper2015-05-201-4/+10
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-3/+3
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-2/+3
* DebugInfo: Remove special iterators from DIExpressionDuncan P. N. Exon Smith2015-04-071-1/+2
* Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_tAdrian Prantl2015-03-101-6/+6
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-9/+10
* Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"Adrian Prantl2015-03-021-10/+9
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-9/+10
* Revert r230930, it caused PR22747.Nico Weber2015-03-021-10/+9
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-9/+10
* AsmPrinter: Take range in DwarfExpression::AddExpression(), NFCDuncan P. N. Exon Smith2015-02-171-1/+2
* Fix indentation.Adrian Prantl2015-02-101-1/+1
* 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