Integrate exception filter support and exception catch support. This
[oota-llvm.git] / lib / CodeGen / DwarfWriter.cpp
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.
2006-10-13 Jim LaskeyWorkaround for templates
2006-10-04 Jim LaskeyMore long term solution
2006-10-04 Jim LaskeyWork around for some problems with templates.
2006-09-18 Jim LaskeySort out mangled names for globals
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-01 Jim LaskeyCorrections.
2006-08-29 Jim LaskeyHandle callee saved registers in dwarf frame info ...
2006-08-25 Jim LaskeyAllow for register numbers > 31.
2006-08-21 Jim LaskeyAdding C++ member support.
2006-07-13 Jim LaskeyFixed a bug handling void function types.
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-06-20 Jim LaskeyAdd support for function types.
2006-06-19 Jim LaskeyReferences need to be section relative.
2006-06-19 Jim LaskeyReferences need to be section relative.
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-10 Jim LaskeyUse existing information.
2006-04-08 Jim LaskeyRemove section change in function end, preventing overr...
2006-04-07 Jim LaskeyMake sure that debug labels are defined within the...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-03-28 Jim LaskeyRefactor address attributes. Add base register to...
2006-03-24 Jim LaskeyHack no more.
2006-03-23 Jim LaskeyUnneeded forward.
next