aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-18/+16
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-23/+51
* Update to LLVM 3.5a.Stephen Hines2014-04-241-28/+195
* [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
* 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