Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / CodeGen / DwarfWriter.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-19 Duncan SandsThe C++ exception handling personality function wants
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-10-01 Dan GohmanMove the code that emits the .file directives so that...
2007-09-28 Dan GohmanMake the checks for DW_FORM_data4 consistent with the...
2007-09-28 Dan GohmanUse 32-bit data directives for DW_FORM_data4 format...
2007-09-27 Dan GohmanTargetAsmInfo::getAddressSize() was incorrect for x86...
2007-09-24 Dan GohmanDon't emit .debug_line header data if there aren't...
2007-09-24 Dan GohmanMove the Asm->EOL() call for EmitDebugARanges outside...
2007-09-24 Dan GohmanAdd support for emitting .file directives to set up...
2007-09-24 Chris LattnerWhen emitting .set directives, make sure the EH and...
2007-09-21 Chris Lattnerdon't read Block after it is freed. This fixes PR1684
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-11 Bill WendlingAdd a bool to indicate if we should set the "indirect...
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-09-05 Duncan SandsDue to label merging, the last label for an invoke
2007-09-05 Duncan SandsFix PR1628. When exception handling is turned on,
2007-09-02 Anton KorobeynikovEmit proper "secrel" directive, where possible. This...
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-08-25 Bill WendlingThe personality function might need to be declared as:
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-07-25 Anton KorobeynikovMinor cleanup:
2007-07-23 Dan GohmanFix some uses of dyn_cast to be uses of cast.
2007-07-12 Duncan SandsThe type ids making up a filter are unsigned, and
2007-07-06 Duncan SandsIndexes into the list of filter ids cannot be output
2007-06-08 Duncan SandsUse more realistically sized vectors. Reserve capacity...
2007-06-06 Duncan SandsFold the exception actions table harder: if two typeid...
2007-06-02 Duncan SandsIntegrate exception filter support and exception catch...
2007-05-23 Anton KorobeynikovMark all calls as "could throw", when exceptions are...
2007-05-22 Owen AndersonSilence a warning.
2007-05-21 Duncan SandsOnly emit one entry in the exception action table for...
2007-05-16 Duncan SandsOutput exception call-sites in address order, as requir...
2007-05-15 Duncan SandsThe index into the actions table is a ULEB128 not a...
2007-05-13 Anton KorobeynikovEmit function debug frames in one atom. This will preve...
2007-05-13 Anton KorobeynikovEmit multiple common EH frames for multiple (including...
2007-05-12 Anton KorobeynikovMore DWARF-related things cleanup:
2007-05-11 Anton KorobeynikovPerform correct actions numbers/sizes computation
2007-05-11 Anton KorobeynikovFix action No calculation in multiple-invoke-one-LP...
2007-05-10 Anton KorobeynikovAllow multiple invokes per landing pad. This (probably...
2007-05-10 Duncan SandsLater computations assume we are aligned at this point.
2007-05-10 Anton KorobeynikovTypeIds are indexed by j, not i
2007-05-05 Duncan SandsUse the personality function that was registered with...
2007-05-05 Duncan SandsSpelling fix.
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-05-01 Anton KorobeynikovFix couple of bugs connected with eh info:
2007-03-07 Anton KorobeynikovCleanup: make SetCounter an instance variable
2007-03-07 Anton KorobeynikovFix DWARF debugging information on x86/Linux and (hopef...
2007-03-01 Jim LaskeyEmit eh filter info.
2007-02-28 Jim LaskeyHandle mix of personalities.
2007-02-22 Jim LaskeyMissing end of abbreviations - correction
2007-02-22 Jim LaskeyMissing end of abbreviations.
2007-02-21 Jim LaskeyException handling support.
2007-02-01 Jim LaskeySlip up
2007-02-01 Jim LaskeyEmit labels as label_n and not as debug_n
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-01-29 Jim LaskeyOut of line function.
2007-01-29 Jim LaskeyOnly gather frame info if debug or eh.
2007-01-29 Jim LaskeyFlag to control exception handling.
2007-01-29 Jim LaskeyDisable zero landing pads for now.
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Jim LaskeyClarify some constants.
2007-01-25 Jim Laskey1. Remove dwarf-verbose option (now asm-verbose.)
2007-01-25 Jim LaskeyMigrate print routines to asm to be shared by exception...
2007-01-24 Jim LaskeyRepair debug frames as a prelude to eh_frames. Switche...
2007-01-24 Jim LaskeyUse asm printer to emit alignment
2007-01-08 Jim LaskeyNeed to handle static declarations properly.
2007-01-03 Jim LaskeySilence warning.
2006-12-22 Jim LaskeyNeed to walk the derived chain of typedefs to get actua...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Jim LaskeySome addresssed should be 64-bit and some shouldn't.
2006-11-30 Jim LaskeyChange global descriptor names to provide name, full...
2006-11-30 Jim LaskeyTemp fix to deal gdb issue.
2006-11-29 Jim LaskeyEliminate unnecessary scopes.
2006-11-29 Bill WendlingConverted to using llvm streams instead of <iostream>s
2006-11-09 Jim LaskeyAllows debugging llc self hosted.
2006-11-09 Jim LaskeyMerging dwarf info to a single compile unit.
2006-11-07 Jim Laskey1. Add a pass to fold debug label instructions so a...
2006-11-07 Reid SpencerUnbreak X86/ELF Debugging. Somehow this line got lost...
2006-11-06 Jim LaskeyTab interferes with uniqueness.
2006-11-04 Jim LaskeyLive local variables are being dropped because the...
2006-11-02 Reid SpencerMake CodeGen libs -pedantic clean.
2006-11-02 Jim Laskey1. Hash not quite right for DIEValues.
2006-11-02 Reid SpencerRemove unused variable.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Jim LaskeyGeneral clean up of teh dwarf writer.
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-30 Reid SpencerFix a problem introduced by a last-minute change (logic...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-30 Jim LaskeySwitch abbreviations to use the folding set.a.
2006-10-30 Jim LaskeySimplify DwarfWriter header.
2006-10-24 Jim LaskeyTighter data structure for deleted debug labels.
2006-10-23 Jim LaskeyMore complete solution to deleting blocks and debug...
2006-10-17 Chris LattnerDo not leak all of the SourceLineInfo objects. Do...
2006-10-17 Jim LaskeyClean up interface to getGlobalLinkName.
2006-10-17 Jim LaskeyBasic support for getGlobalLinkName.
2006-10-16 Jim LaskeyGlobal name regression.
next