This is the matching change for the data structure name changes for the
[oota-llvm.git] / lib / MC / MCDwarf.cpp
2012-01-10 Kevin EnderbyThis is the matching change for the data structure...
2012-01-10 Kevin EnderbyVarious crash reporting tools have a problem with the...
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-15 Bill WendlingRe-re-enable compact unwind after fixing a failure...
2011-12-14 Bill WendlingDisable to review some failures.
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-06 Bill WendlingRe-enable compact unwind. It seems to work now. <rdar...
2011-11-14 Bob WilsonDisable generation of compact unwind encodings. <rdar...
2011-11-11 Bob WilsonRemove FIXME comment that should have been removed...
2011-11-11 Bill WendlingReenable compact unwinding now that <rdar://problem...
2011-11-11 Bill WendlingDisable compact unwind generation until I can solve...
2011-11-09 Benjamin KramerSimplify code. No functionality change.
2011-11-08 Bill WendlingEmit the compact unwind *if* we have a compact unwind...
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-09-06 Bill WendlingAs a first step, emit both the compact unwind and CIE...
2011-08-24 Evan ChengSome autoconf tests use module level inline asm to...
2011-07-22 Bill WendlingEmit the __compact_unwind section first. If there are...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Bill WendlingMicro-opt: Only emit compact unwind if there is a compa...
2011-07-19 Bill WendlingUse the CompactUnwindEncoding from the Frame, if it...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-15 Bill WendlingRemove setting the bit for personality function. It...
2011-07-15 Bill WendlingEncode that we have a personality function.
2011-07-14 Bill Wendling* If we have an LSDA, we need to mark it in the encoding.
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...
next