Unfortunately several files in MC are badly violating layering rule by using
[oota-llvm.git] / lib / MC / MCDwarf.cpp
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-13 Bill WendlingDon't emit the FDE end label if the last thing emitted...
2011-07-07 Bill WendlingAdd a target hook to encode the compact unwind information.
2011-07-06 Bill WendlingClean up the #includes.
2011-06-30 Bill WendlingRemove tabs.
2011-06-30 Bill WendlingImprove comment: Show the register the DWARF label...
2011-06-30 Bill WendlingAdd one more comment to the FDE verbose asm output.
2011-06-30 Bill WendlingAdd comments to the FDE.
2011-06-30 Bill WendlingAdd more comments to the ASM output for the CIE's ...
2011-06-30 Bill WendlingAdd comments to the ASM output to help understand the...
2011-06-30 Bill Wendling* Use the proper size to output the range size.
2011-06-29 Bill WendlingStupid error: If the LSDA and Personality functions...
2011-06-29 Bill WendlingWe don't want to use relocations inside the compact...
2011-06-23 Bill WendlingUse a reference. Don't make a useless copy of the vector.
2011-06-23 Bill WendlingFormatting changes. No functionality change.
2011-06-23 Bill WendlingUse the presence of the __compact_unwind section to...
2011-06-23 Bill WendlingSome skeleton code to emit the compact unwind. If the...
2011-06-18 Benjamin KramerDirectly print to a raw_ostream instead of printing...
2011-05-20 Jim GrosbachNo reason not to allow defining the CFA as a reg w...
2011-05-10 Rafael EspindolaAvoid a gcc warning.
2011-05-10 Rafael EspindolaOn MachO, unlike ELF, there should be no relocation...
2011-05-10 Rafael EspindolaThe EH symbols are only needed in eh_frame, not debug_f...
2011-05-10 Rafael EspindolaIn a debug_frame the cfi offset is to the start of...
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-05-10 Rafael EspindolaSmall cleanups.
2011-05-10 Rafael EspindolaRemove unused argument.
2011-05-08 NAKAMURA TakumiEliminate an unused line to fix a warning.
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-03 Daniel DunbarMCDwarf: Don't save Twine to local variable, this is...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-29 Rafael EspindolaAvoid some uses of .uleb128. This is a small speedup...
2011-04-29 Rafael EspindolaLast bit by bit compatibility patch to MCDwarf.cpp...
2011-04-29 Rafael EspindolaAdd an alternative implementation of CIE and FDE emissi...
2011-04-28 Rafael EspindolaAdd the getExprForFDESymbol method that responsible...
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-04-28 Rafael EspindolaMark the EH symbol global or weak if the corresponding...
2011-04-28 Rafael EspindolaAdd a small temporary hack for producing identical...
2011-04-28 Rafael EspindolaProduce the EH_frame# symbols if needed.
2011-04-28 Rafael EspindolaForward isFunctionEHFrameSymbolPrivate. If it is false...
2011-04-27 Rafael EspindolaForce some values to be absolute and align based on...
2011-04-22 Chandler CarruthDelete the other unused variable in this function....
2011-04-22 Chandler CarruthRemove an unused variable from a function. This is...
2011-04-22 Rafael EspindolaCompute the size of the FDE encoding instead of hard...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Rafael EspindolaDon't pass address spaces to EmitULEB128IntValue.
2011-04-12 Rafael EspindolaRemove LastOffset from the asm parser.
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.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-12-30 Benjamin KramerMake a bunch of symbols internal.
2010-12-29 Rafael EspindolaCorrectly encode pcrel|indirect.
2010-12-29 Rafael EspindolaFix bug when trying to output uint16_t or uint32_t.
2010-12-29 Rafael EspindolaImplement cfi_def_cfa. Also don't convert to dwarf...
2010-12-28 Rafael EspindolaDon't produce a "DW_CFA_advance_loc 0".
2010-12-28 Rafael EspindolaImplement .cfi_remember_state and .cfi_restore_state.
2010-12-28 Duncan SandsFix warning about size potentially being used uninitialized
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-26 Rafael EspindolaFix .cfi_personality on 32 bit systems.
2010-12-26 Rafael EspindolaAdd basic support for .cfi_personality.
2010-12-17 Rafael Espindola"Fix" FDE alignment to match what gas does.
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-09 Rafael EspindolaUse const references.
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaAdd an EmitAbsValue helper method and use it in cases...
2010-12-04 Rafael EspindolaRemember the contents of leb and dwarfline fragments...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-12-03 Rafael EspindolaFirst step in fixing MC. Make it clear that we are...
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-12-02 Devang PatelUse set directive for StartMinusEndExpr.
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-13 Rafael EspindolaFix the encoding of negative line deltas.
2010-11-12 Rafael EspindolaRemove what looks like dead code in the production...
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...