Move get[S|U]LEB128Size() to LEB128.h.
[oota-llvm.git] / lib / MC / MCDwarf.cpp
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-14 Diego NovilloSupport DWARF discriminators in object streamer.
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2013-12-10 Andrew TrickFix a crash that occurs when PWD is invalid.
2013-09-26 Venkatraman Govind... Implements parsing and emitting of .cfi_window_save...
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-05 Bill WendlingFix comments to reflect reality.
2013-09-04 Bill WendlingUse ArrayRef instead of explicit container.
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-12 Ulrich Weigand[MC/DWARF] Support .debug_frame / .debug_line code...
2013-05-30 Bill WendlingUse the const_cast only where necessary.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-07 Bob WilsonRemove redundant check and use cached FrameArray values.
2013-04-24 Bill WendlingAlign the __LD,__compact_unwind section.
2013-04-18 Bill WendlingRelax this assert. It may not hold in all cases.
2013-04-18 Bill WendlingAssert if we're trying to generate a null compact unwin...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-10 Bill WendlingNo need to have this return a bool.
2013-04-10 Bill WendlingTrack the compact unwind encoding for when we are unabl...
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-07 Eric ChristopherFormatting.
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
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-11-14 Alexey SamsonovEmit relocations from .debug_aranges to .debug_info...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-12 Nick LewyckyWhen emitting the PC range in an FDE, use the same...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-06-22 Rafael EspindolaFix a FIXME: DwarfRequiresRelocationForSectionOffset...
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-04-11 Benjamin KramerCompute hashes directly with hash_combine instead of...
2012-02-28 Rafael EspindolaOn ELF, create relocations to the abbreviation and...
2012-02-25 Eric ChristopherGrammar-o.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2012-01-20 Benjamin KramerAdd missing breaks to switch.
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...
next