aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCDwarf.h
Commit message (Expand)AuthorAgeFilesLines
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-051-6/+21
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-251-5/+24
* Further cleanups. Thanks for Sean Silva for noticing it.Rafael Espindola2012-11-251-24/+12
* Change the representation of MCCFIInstruction.Rafael Espindola2012-11-241-42/+35
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-241-16/+16
* Refactor how MCCFIInstructions are created.Rafael Espindola2012-11-241-16/+88
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-231-2/+2
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-2/+2
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-1/+1
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+3
* Prune some includes and forward declarations.Craig Topper2012-03-261-5/+1
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-281-2/+2
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-231-1/+3
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-101-7/+5
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-291-2/+3
* Rename Remember and Restore to RememberState and RestoreState for consistency.Rafael Espindola2011-12-291-2/+2
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-291-1/+9
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+42
* Add a field for the compact unwind encoding.Bill Wendling2011-07-191-1/+2
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-3/+1
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-101-1/+2
* Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola2011-05-081-2/+1
* Switch Darwin to the generic CIE/FDE printer.Rafael Espindola2011-05-061-1/+0
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-2/+2
* Add an alternative implementation of CIE and FDE emission that outputs themRafael Espindola2011-04-291-0/+1
* Add a small temporary hack for producing identical eh_frame sections on OS X.Rafael Espindola2011-04-281-1/+3
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-271-1/+2
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-121-1/+6
* Implement .cfi_same_value.Rafael Espindola2011-04-121-1/+5
* 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