summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
Commit message (Expand)AuthorAge
* 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
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-06
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-06
* Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola2010-12-06
* Add 118023 back, but with proper spelling for .uleb128/.sleb128.Rafael Espindola2010-11-04
* Revert previous patch. Some targets don't support uleb and sayRafael Espindola2010-11-04
* MCize.Rafael Espindola2010-11-04
* Until uleb/sleb are MC-ized, add a hack to make them work with ELF objectEli Friedman2010-08-16
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-04
* now that the magic is dispelled, move EmitSectionOffset to AsmPrinter.Chris Lattner2010-04-04
* move some more stuff to asmprinter.Chris Lattner2010-04-04
* move EmitEncodingByte to AsmPrinter.Chris Lattner2010-04-04
* move EmitCFAByte to AsmPrinter.Chris Lattner2010-04-04
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-04