aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCDwarf.h
Commit message (Expand)AuthorAgeFilesLines
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-281-3/+28
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-281-0/+3
* Start adding basic support for emitting the call frame instructions.Rafael Espindola2010-12-281-0/+4
* Add support for .cfi_lsda.Rafael Espindola2010-12-271-0/+1
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-271-0/+1
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-1/+17
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-17/+1
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-1/+17
* Remember the contents of leb and dwarfline fragments when relaxing. This avoidsRafael Espindola2010-12-041-3/+0
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-041-2/+1
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-1/+0
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-031-1/+2
* Remove some #includes.Rafael Espindola2010-11-221-2/+2
* Add a MCLineSectionOrder vector so that we produce the line tables in aRafael Espindola2010-11-191-2/+5
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-191-3/+4
* Add const.Rafael Espindola2010-11-161-6/+6
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-131-2/+13
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-301-3/+65
* Remove noisy semicolon.Benjamin Kramer2010-08-311-1/+1
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-311-6/+52
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-241-0/+44
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-091-0/+4
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-291-4/+5
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-281-0/+61