summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCDwarf.h
Commit message (Expand)AuthorAge
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Remove 'param' label from comments. They aren't used properly here.Bill Wendling2013-09-04
* MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]NAKAMURA Takumi2013-09-04
* Add comments to the CFI instructions and reformat with clang-format. No funct...Bill Wendling2013-09-03
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-05
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-25
* Further cleanups. Thanks for Sean Silva for noticing it.Rafael Espindola2012-11-25
* Change the representation of MCCFIInstruction.Rafael Espindola2012-11-24
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-24
* Refactor how MCCFIInstructions are created.Rafael Espindola2012-11-24
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-23
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Prune some includes and forward declarations.Craig Topper2012-03-26
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-23
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-10
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Rename Remember and Restore to RememberState and RestoreState for consistency.Rafael Espindola2011-12-29
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-29
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* Add a field for the compact unwind encoding.Bill Wendling2011-07-19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-10
* Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola2011-05-08
* Switch Darwin to the generic CIE/FDE printer.Rafael Espindola2011-05-06
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Add an alternative implementation of CIE and FDE emission that outputs themRafael Espindola2011-04-29
* Add a small temporary hack for producing identical eh_frame sections on OS X.Rafael Espindola2011-04-28
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-27
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-12
* Implement .cfi_same_value.Rafael Espindola2011-04-12
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-28
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-28
* Start adding basic support for emitting the call frame instructions.Rafael Espindola2010-12-28
* Add support for .cfi_lsda.Rafael Espindola2010-12-27
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-27
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Remember the contents of leb and dwarfline fragments when relaxing. This avoidsRafael Espindola2010-12-04
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-04
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-03
* Remove some #includes.Rafael Espindola2010-11-22
* Add a MCLineSectionOrder vector so that we produce the line tables in aRafael Espindola2010-11-19