Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / MC / MCDwarf.h
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...