summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-1/+1
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-5/+5
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+5
* Formatting.Eric Christopher2012-11-201-10/+11
* Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov2012-11-191-4/+7
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-10/+2
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+1
* Revert 165732 for further review.Micah Villmow2012-10-111-1/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-1/+2
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-3/+2
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-051-35/+2
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+1
* No reason not to allow defining the CFA as a reg w/ offset zero.Jim Grosbach2011-05-201-2/+0
* Add support for frame info use of the .cfi_def_cfa directive.Jim Grosbach2011-05-201-1/+2
OpenPOWER on IntegriCloud