summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
Commit message (Expand)AuthorAge
* Clarify the doxygen comment for AsmPrinter::EmitDwarfRegOpPiece and addAdrian Prantl2014-04-27
* Debug info: Refactor EmitDwarfRegOpPiece to be a member function ofAdrian Prantl2014-04-27
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* ARM: Add support for segmented stacksOliver Stannard2014-04-02
* Two part patch:Eric Christopher2014-03-07
* Fix up formatting.Eric Christopher2014-03-07
* Move some dwarf emission routines to AsmPrinterDwarf.cpp.Eric Christopher2014-03-07
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Simplify check.Eric Christopher2013-12-04
* Reformat slightly.Eric Christopher2013-12-04
* [Sparc] Implements exception handling in SPARC with DwarfCFI.Venkatraman Govindaraju2013-09-26
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-23
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Formatting.Eric Christopher2012-11-20
* Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov2012-11-19
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-05
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* No reason not to allow defining the CFA as a reg w/ offset zero.Jim Grosbach2011-05-20
* Add support for frame info use of the .cfi_def_cfa directive.Jim Grosbach2011-05-20
* Yet more dead code.Rafael Espindola2011-05-06
* Update comments.Rafael Espindola2011-05-06
* More dead code elimination.Rafael Espindola2011-05-06
* Print all the moves at a given label instead of just the first one.Rafael Espindola2011-04-26
* Remove unused arguments.Rafael Espindola2011-04-20
* Some refactoring suggested by Anton Korobeynikov.Rafael Espindola2011-04-15
* Remove dead code. rdar://9221736.Evan Cheng2011-04-07
* Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands2011-03-12
* Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin2011-03-11
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Remove dead variable.Nick Lewycky2011-02-24
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-14