summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-2/+1
* CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.Peter Collingbourne2016-05-201-3/+3
* Generalize ownership/passing semantics to allow dsymutil to own abbreviations...David Blaikie2015-11-181-12/+5
* [X86] Generate .cfi_adjust_cfa_offset correctly when pushing argumentsMichael Kuperstein2015-11-031-0/+3
* [AsmPrinter] Prune dead code. NFC.Benjamin Kramer2015-10-151-12/+0
* [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before callsMichael Kuperstein2015-10-071-0/+6
* Test commit. Fix comment. NFC.Maksim Panchenko2015-09-191-1/+1
* Fix typos.Bruce Mitchener2015-09-121-2/+2
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-1/+1
* AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith2015-06-251-1/+1
* AsmPrinter: Cleanup DIEValue::EmitValue() API, NFCDuncan P. N. Exon Smith2015-06-241-3/+2
* Rename and improve emitSectionOffset.Rafael Espindola2015-06-161-18/+14
* AsmPrinter: Stop exposing underlying DIE children list, NFCDuncan P. N. Exon Smith2015-05-281-1/+1
* AsmPrinter: Stop exposing underlying DIEValue list, NFCDuncan P. N. Exon Smith2015-05-271-7/+5
* AsmPrinter: Store abbreviation data directly in DIE and DIEValueDuncan P. N. Exon Smith2015-05-271-12/+8
* Reapply "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-4/+4
* Revert "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-4/+4
* AsmPrinter: Change DIEValue to be stored by valueDuncan P. N. Exon Smith2015-05-271-4/+4
* AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTableDuncan P. N. Exon Smith2015-05-241-0/+10
* Revert "Add bool to DebugLocDwarfExpression to control emitting comments."Pete Cooper2015-05-201-2/+1
* Add bool to DebugLocDwarfExpression to control emitting comments.Pete Cooper2015-05-201-1/+2
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-31/+32
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-9/+2
* Move variable into assert to fix -Asserts builds.Rafael Espindola2015-03-101-4/+2
* Remove incredibly confusing isBaseAddressKnownZero.Rafael Espindola2015-03-101-3/+2
* Move emitDIE and emitAbbrevs to AsmPrinter. NFC.Frederic Riss2015-03-041-0/+58
* Revert "Revert "For the dwarf expression code get the subtarget off of the cu...Adrian Prantl2015-03-021-1/+2
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-40/+4
* Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"Adrian Prantl2015-03-021-4/+40
* Revert "For the dwarf expression code get the subtarget off of the current"Adrian Prantl2015-03-021-2/+1
* For the dwarf expression code get the subtarget off of the currentEric Christopher2015-03-021-1/+2
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-40/+4
* Revert r230930, it caused PR22747.Nico Weber2015-03-021-4/+40
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-40/+4
* Migrate away a use of the subtarget (and TargetMachine) fromEric Christopher2015-02-191-5/+4
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+1
* Remove support for DIVariable's FlagIndirectVariable and expectAdrian Prantl2015-01-191-6/+3
* [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-1/+4
* Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister()Adrian Prantl2015-01-131-2/+3
* Debug Info: Move support for constants into DwarfExpression.Adrian Prantl2015-01-131-14/+6
* Make DwarfExpression store the AsmPrinter instead of the TargetMachine.Adrian Prantl2015-01-121-5/+5
* Run clang-format on the parts of AsmPrinterDwarf where it improves theAdrian Prantl2015-01-121-12/+10
* Untwine this expression. Thanks to David for noticing!Adrian Prantl2015-01-121-1/+1
* Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression.Adrian Prantl2015-01-121-0/+3
* Debug info: Factor out the creation of DWARF expressions from AsmPrinterAdrian Prantl2015-01-121-136/+42
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-3/+4
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-011-15/+12
* Clarify the doxygen comment for AsmPrinter::EmitDwarfRegOpPiece and addAdrian Prantl2014-04-271-6/+6
* Debug info: Refactor EmitDwarfRegOpPiece to be a member function ofAdrian Prantl2014-04-271-18/+45
OpenPOWER on IntegriCloud