aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Yet more dead code.Rafael Espindola2011-05-061-13/+0
* Update comments.Rafael Espindola2011-05-061-2/+2
* More dead code elimination.Rafael Espindola2011-05-061-71/+0
* Print all the moves at a given label instead of just the first one.Rafael Espindola2011-04-261-1/+1
* Remove unused arguments.Rafael Espindola2011-04-201-1/+1
* Some refactoring suggested by Anton Korobeynikov.Rafael Espindola2011-04-151-23/+28
* Remove dead code. rdar://9221736.Evan Cheng2011-04-071-5/+0
* Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands2011-03-121-0/+7
* Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin2011-03-111-7/+0
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-2/+3
* Remove dead variable.Nick Lewycky2011-02-241-1/+1
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-2/+1
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-141-0/+40
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-3/+3
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-1/+1
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-061-1/+1
* Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola2010-12-061-1/+1
* Add 118023 back, but with proper spelling for .uleb128/.sleb128.Rafael Espindola2010-11-041-7/+6
* Revert previous patch. Some targets don't support uleb and sayRafael Espindola2010-11-041-6/+7
* MCize.Rafael Espindola2010-11-041-7/+6
* Until uleb/sleb are MC-ized, add a hack to make them work with ELF objectEli Friedman2010-08-161-2/+2
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-041-1/+81
* now that the magic is dispelled, move EmitSectionOffset to AsmPrinter.Chris Lattner2010-04-041-0/+39
* move some more stuff to asmprinter.Chris Lattner2010-04-041-0/+32
* move EmitEncodingByte to AsmPrinter.Chris Lattner2010-04-041-0/+44
* move EmitCFAByte to AsmPrinter.Chris Lattner2010-04-041-0/+13
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-041-0/+71