aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCDwarf.cpp
AgeCommit message (Expand)Author
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-12-30Make a bunch of symbols internal.Benjamin Kramer
2010-12-29Correctly encode pcrel|indirect.Rafael Espindola
2010-12-29Fix bug when trying to output uint16_t or uint32_t.Rafael Espindola
2010-12-29Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola
2010-12-28Don't produce a "DW_CFA_advance_loc 0".Rafael Espindola
2010-12-28Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola
2010-12-28Fix warning about size potentially being used uninitializedDuncan Sands
2010-12-28Relax address updates in the eh_frame section.Rafael Espindola
2010-12-28Start adding basic support for emitting the call frame instructions.Rafael Espindola
2010-12-27Add support for .cfi_lsda.Rafael Espindola
2010-12-27Add support for the same encodings of the personality function that gnu asRafael Espindola
2010-12-26Fix .cfi_personality on 32 bit systems.Rafael Espindola
2010-12-26Add basic support for .cfi_personality.Rafael Espindola
2010-12-17"Fix" FDE alignment to match what gas does.Rafael Espindola
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-09Use const references.Rafael Espindola
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-12-04Remember the contents of leb and dwarfline fragments when relaxing. This avoidsRafael Espindola
2010-12-04There are two reasons why we might want to useRafael Espindola
2010-12-04Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola
2010-12-03First step in fixing MC. Make it clear that we are avoiding a bug in theRafael Espindola
2010-12-03Try to resolve symbol differences early, and if successful create a plainRafael Espindola
2010-12-03It may not be an option to skip .debug_line if there are file reference in al...Devang Patel
2010-12-02Use set directive for StartMinusEndExpr.Devang Patel
2010-11-22Remove some #includes.Rafael Espindola
2010-11-19Add a MCLineSectionOrder vector so that we produce the line tables in aRafael Espindola
2010-11-19Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola
2010-11-13Fix the encoding of negative line deltas.Rafael Espindola
2010-11-12Remove what looks like dead code in the production of debug lines.Rafael Espindola
2010-11-02Add support for expressions in .sleb/.uleb directives.Rafael Espindola
2010-10-04Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby
2010-09-30This is the last major patch to implement support for the .loc directiveKevin Enderby
2010-07-28Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby