Factor out asmprinters from collector interface.
[oota-llvm.git] / lib / CodeGen / DwarfWriter.cpp
2008-08-16 Anton KorobeynikovMove SLEB/ULEB size calculation routines from AsmPrinte...
2008-07-22 Bill WendlingAnother buildbot test commit.
2008-07-22 Bill WendlingTrivial check-in to test buildbot. No functionality...
2008-07-20 Bill WendlingPull r53795 from Gaz into mainline:
2008-07-09 Evan ChengAvoid creating expensive comment string if it's not...
2008-07-08 Dale JohannesenRemove some dead code.
2008-07-04 Duncan SandsLinux also does not require exception handling
2008-07-03 Bill WendlingDon't return std::vector by value, but pass it in by...
2008-07-03 Bill WendlingRevert my previous check-in that split up MachineModule...
2008-07-01 Bill WendlingDarwin doesn't need exception handling information...
2008-07-01 Evan ChengAvoid creating expensive comment string if it's not...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-27 Bill WendlingRefactor the DebugInfoDesc stuff out of the MachineModu...
2008-06-24 Owen AndersonUse SmallVector instead of std::vector for a minor...
2008-06-21 Dan GohmanUse back() instead of [size()-1].
2008-06-18 Argyrios KyrtzidisFix the source line debug information for the Windows...
2008-05-08 Duncan SandsGet exception handling working again on 64 bit
2008-05-07 Duncan SandsOutput correct exception handling and frame info
2008-04-30 Dale JohannesenAdd comments for previous patch as requested.
2008-04-29 Dale JohannesenMake eh_frame objects by 8-byte aligned on 64-bit
2008-04-14 Dale JohannesenReverse sense of unwind-tables option. This means
2008-04-08 Dale JohannesenImplement new llc flag -disable-required-unwind-tables.
2008-04-03 Andrew Lenharthif some functions don't have debug info, we were output...
2008-04-02 Dale JohannesenCosmetic changes per EH patch review feedback.
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Dale JohannesenRevert 49006 for the moment.
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-03-26 Dale JohannesenFix a bug in Darwin EH: FDE->CIE pointer must
2008-02-29 Evan ChengDon't fill eh frames even though these are text sections.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-01 Evan ChengRemove the nasty LABEL hack with a much less evil one...
2008-01-31 Evan ChengMRegisterInfo::getLocation() is a really bad idea....
2008-01-16 Dale JohannesenDo not mark EH tables no-dead-strip unless the
2008-01-15 Dale JohannesenFix and enable EH for x86-64 Darwin. Adds
2008-01-10 Dale JohannesenEmit unused EH frames for weak definitions on Darwin,
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2007-12-30 Chris LattnerMachineOperand::getImmedValue -> MachineOperand::getImm
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.
next