aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
AgeCommit message (Expand)Author
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola
2011-11-05Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-05-20No reason not to allow defining the CFA as a reg w/ offset zero.Jim Grosbach
2011-05-20Add support for frame info use of the .cfi_def_cfa directive.Jim Grosbach
2011-05-06Yet more dead code.Rafael Espindola
2011-05-06Update comments.Rafael Espindola
2011-05-06More dead code elimination.Rafael Espindola
2011-04-26Print all the moves at a given label instead of just the first one.Rafael Espindola
2011-04-20Remove unused arguments.Rafael Espindola
2011-04-15Some refactoring suggested by Anton Korobeynikov.Rafael Espindola
2011-04-07Remove dead code. rdar://9221736.Evan Cheng
2011-03-12Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands
2011-03-11Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich
2011-02-24Remove dead variable.Nick Lewycky
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel
2011-01-14Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-12-06Second try at making direct object emission produce the same resultsRafael Espindola
2010-12-06Revert previous two patches while I try to find out how to make bothRafael Espindola
2010-12-06Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola
2010-11-04Add 118023 back, but with proper spelling for .uleb128/.sleb128.Rafael Espindola
2010-11-04Revert previous patch. Some targets don't support uleb and sayRafael Espindola
2010-11-04MCize.Rafael Espindola
2010-08-16Until uleb/sleb are MC-ized, add a hack to make them work with ELF objectEli Friedman
2010-04-04Move EmitFrameMoves into AsmPrinter.Chris Lattner
2010-04-04now that the magic is dispelled, move EmitSectionOffset to AsmPrinter.Chris Lattner
2010-04-04move some more stuff to asmprinter.Chris Lattner
2010-04-04move EmitEncodingByte to AsmPrinter.Chris Lattner
2010-04-04move EmitCFAByte to AsmPrinter.Chris Lattner
2010-04-04move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner