aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused argument.Rafael Espindola2011-04-211-2/+2
* Don't pass address spaces to EmitULEB128IntValue.Rafael Espindola2011-04-211-3/+3
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-121-2/+6
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-121-71/+103
* Implement .cfi_same_value.Rafael Espindola2011-04-121-0/+6
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+1
* Make a bunch of symbols internal.Benjamin Kramer2010-12-301-18/+17
* Correctly encode pcrel|indirect.Rafael Espindola2010-12-291-2/+1
* Fix bug when trying to output uint16_t or uint32_t.Rafael Espindola2010-12-291-2/+9
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-291-14/+25
* Don't produce a "DW_CFA_advance_loc 0".Rafael Espindola2010-12-281-1/+2
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-281-42/+68
* Fix warning about size potentially being used uninitializedDuncan Sands2010-12-281-1/+0
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-281-6/+28
* Start adding basic support for emitting the call frame instructions.Rafael Espindola2010-12-281-1/+5
* Add support for .cfi_lsda.Rafael Espindola2010-12-271-45/+114
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-271-6/+45
* Fix .cfi_personality on 32 bit systems.Rafael Espindola2010-12-261-1/+1
* Add basic support for .cfi_personality.Rafael Espindola2010-12-261-7/+24
* "Fix" FDE alignment to match what gas does.Rafael Espindola2010-12-171-9/+17
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-12/+198
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-198/+12
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-12/+198
* Use const references.Rafael Espindola2010-12-091-10/+11
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-10/+3
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-061-2/+9
* Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola2010-12-061-9/+2
* Remember the contents of leb and dwarfline fragments when relaxing. This avoidsRafael Espindola2010-12-041-8/+0
* There are two reasons why we might want to useRafael Espindola2010-12-041-3/+10
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-041-3/+4
* First step in fixing MC. Make it clear that we are avoiding a bug in theRafael Espindola2010-12-031-11/+8
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-52/+5
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-031-1/+19
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-2/+2
* Remove some #includes.Rafael Espindola2010-11-221-0/+1
* Add a MCLineSectionOrder vector so that we produce the line tables in aRafael Espindola2010-11-191-10/+15
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-191-24/+35
* Fix the encoding of negative line deltas.Rafael Espindola2010-11-131-1/+1
* Remove what looks like dead code in the production of debug lines.Rafael Espindola2010-11-121-45/+2
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-5/+6
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-041-1/+1
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-301-0/+469
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-281-0/+21