Fix up a few formatting issues.
[oota-llvm.git] / lib / MC / MCDwarf.cpp
2014-06-19 Eric ChristopherFix up a few formatting issues.
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaRemove always true argument and unused field.
2014-05-12 Rafael EspindolaRemove always true argument and field.
2014-05-12 Rafael EspindolaRemove always true argument.
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-11 David BlaikieUse value types instead of 'new'd objects to store...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-03-20 Rafael EspindolaDon't use EmitAbsValue with symbol references.
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-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: Remove unused parameter
2014-03-12 David BlaikieMCDwarf: Invert the Section+CU->LineEntries mapping...
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...
next