[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / include / llvm / MC / MCDwarf.h
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-06-23 Rafael EspindolaAllow using .cfi_startproc without a leading symbol.
2014-06-23 Rafael Espindolaclang-format initializer to reduce noise in another...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaRemove always true argument.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-03-19 David BlaikieDebugInfo: Use the comp_dir of the referencing type...
2014-03-18 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-17 David BlaikieDebugInfo: Move line table zero-directory-index (compil...
2014-03-17 David BlaikieDebugInfo: Use MC line table file entry uniquing for...
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-14 David BlaikieMCDwarf: Initialize MCLineTableHeader::Label
2014-03-13 David BlaikieMCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
2014-03-13 David BlaikieMCDwarf: Extract the DWARF line table header handling...
2014-03-13 David BlaikieMCDwarf: Sink file/directory creation down into MCDwarf...
2014-03-13 David BlaikieMCDwarf: Oh, and move the directory string over to...
2014-03-13 David BlaikieMCDwarf: Simplify MCDwarfFile to just use std::string...
2014-03-13 David BlaikieMCDwarf: Simply MCDwarfFile since it really is just...
2014-03-13 David BlaikieMCDwarf: Refactor line table handling into a single...
2014-03-12 David BlaikieMCDwarf: Invert the Section+CU->LineEntries mapping...
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2013-09-26 Venkatraman Govind... Implements parsing and emitting of .cfi_window_save...
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-04 Bill WendlingRemove 'param' label from comments. They aren't used...
2013-09-04 NAKAMURA TakumiMCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]
2013-09-03 Bill WendlingAdd comments to the CFI instructions and reformat with...
2013-06-12 Ulrich Weigand[MC/DWARF] Support .debug_frame / .debug_line code...
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
2012-11-25 Rafael EspindolaFurther cleanups. Thanks for Sean Silva for noticing it.
2012-11-24 Rafael EspindolaChange the representation of MCCFIInstruction.
2012-11-24 Rafael EspindolaGive each MCCFIInstruction its own opcode.
2012-11-24 Rafael EspindolaRefactor how MCCFIInstructions are created.
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-02-28 Rafael EspindolaOn ELF, create relocations to the abbreviation and...
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2012-01-10 Kevin EnderbyThis is the matching change for the data structure...
2011-12-29 Rafael EspindolaImplement cfi_restore. Patch by Brian Anderson!
2011-12-29 Rafael EspindolaRename Remember and Restore to RememberState and Restor...
2011-12-29 Rafael EspindolaImplement .cfi_escape. Patch by Brian Anderson!
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-07-19 Bill WendlingAdd a field for the compact unwind encoding.
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-05-08 Rafael EspindolaDon't force relaxation of AdvanceLoc instructions on...
2011-05-06 Rafael EspindolaSwitch Darwin to the generic CIE/FDE printer.
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-04-29 Rafael EspindolaAdd an alternative implementation of CIE and FDE emissi...
2011-04-28 Rafael EspindolaAdd a small temporary hack for producing identical...
2011-04-27 Rafael EspindolaFactor a bit of code to MCStreamer::EmitLabel. Keep...
2011-04-12 Rafael EspindolaFix the case of a .cfi_rel_offset before any .cfi_def_c...
2011-04-12 Rafael EspindolaImplement .cfi_same_value.
2010-12-28 Rafael EspindolaImplement .cfi_remember_state and .cfi_restore_state.
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
2010-12-28 Rafael EspindolaStart adding basic support for emitting the call frame...
2010-12-27 Rafael EspindolaAdd support for .cfi_lsda.
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-04 Rafael EspindolaRemember the contents of leb and dwarfline fragments...
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-03 Devang PatelIt may not be an option to skip .debug_line if there...
2010-11-22 Rafael EspindolaRemove some #includes.
2010-11-19 Rafael EspindolaAdd a MCLineSectionOrder vector so that we produce...
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-16 Rafael EspindolaAdd const.
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-08-31 Benjamin KramerRemove noisy semicolon.
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-24 Kevin EnderbyFirst bit of support for the dwarf .loc directive....
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...