summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* ARM: Add support for segmented stacksOliver Stannard2014-04-021-0/+3
* Two part patch:Eric Christopher2014-03-071-44/+34
* Fix up formatting.Eric Christopher2014-03-071-9/+8
* Move some dwarf emission routines to AsmPrinterDwarf.cpp.Eric Christopher2014-03-071-0/+157
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-1/+1
* Revert r201622 and r201608.Daniel Jasper2014-02-191-1/+1
* Fix PR18743.Rafael Espindola2014-02-181-1/+1
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-091-1/+1
* Pass the Mangler by reference.Rafael Espindola2014-02-081-1/+1
* Simplify check.Eric Christopher2013-12-041-1/+1
* Reformat slightly.Eric Christopher2013-12-041-27/+45
* [Sparc] Implements exception handling in SPARC with DwarfCFI.Venkatraman Govindaraju2013-09-261-0/+3
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-261-0/+3
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-231-2/+2
* Remove the MachineMove class.Rafael Espindola2013-05-131-23/+16
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-1/+1
OpenPOWER on IntegriCloud