aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
AgeCommit message (Expand)Author
2007-09-24When emitting .set directives, make sure the EH and Debug labels can't conflict.Chris Lattner
2007-09-21don't read Block after it is freed. This fixes PR1684Chris Lattner
2007-09-18Objective-C was generating EH frame info like this:Bill Wendling
2007-09-17Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner
2007-09-11Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling
2007-09-11The personality function on Darwin needs a global stub. We then refer toBill Wendling
2007-09-05Due to label merging, the last label for an invokeDuncan Sands
2007-09-05Fix PR1628. When exception handling is turned on,Duncan Sands
2007-09-02Emit proper "secrel" directive, where possible. This fixes invalid asm syntax...Anton Korobeynikov
2007-08-27Add explicit keywords and remove spurious trailing semicolons.Dan Gohman
2007-08-25The personality function might need to be declared as:Bill Wendling
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-07-25Minor cleanup:Anton Korobeynikov
2007-07-23Fix some uses of dyn_cast to be uses of cast.Dan Gohman
2007-07-12The type ids making up a filter are unsigned, andDuncan Sands
2007-07-06Indexes into the list of filter ids cannot be outputDuncan Sands
2007-06-08Use more realistically sized vectors. Reserve capacity if we know in advanceDuncan Sands
2007-06-06Fold the exception actions table harder: if two typeid lists start theDuncan Sands
2007-06-02Integrate exception filter support and exception catch support. ThisDuncan Sands
2007-05-23Mark all calls as "could throw", when exceptions are enabled. Emit necessary ...Anton Korobeynikov
2007-05-22Silence a warning.Owen Anderson
2007-05-21Only emit one entry in the exception action table for each action, even ifDuncan Sands
2007-05-16Output exception call-sites in address order, as required by the unwindingDuncan Sands
2007-05-15The index into the actions table is a ULEB128 not a SLEB128.Duncan Sands
2007-05-13Emit function debug frames in one atom. This will prevent us from generating ...Anton Korobeynikov
2007-05-13Emit multiple common EH frames for multiple (including blank) personalityAnton Korobeynikov
2007-05-12More DWARF-related things cleanup:Anton Korobeynikov
2007-05-11Perform correct actions numbers/sizes computationAnton Korobeynikov
2007-05-11Fix action No calculation in multiple-invoke-one-LP modeAnton Korobeynikov
2007-05-10Allow multiple invokes per landing pad. This (probably) fixes PR1410.Anton Korobeynikov
2007-05-10Later computations assume we are aligned at this point.Duncan Sands
2007-05-10TypeIds are indexed by j, not iAnton Korobeynikov
2007-05-05Use the personality function that was registered with MMI rather thanDuncan Sands
2007-05-05Spelling fix.Duncan Sands
2007-05-05Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov
2007-05-01Fix couple of bugs connected with eh info:Anton Korobeynikov
2007-03-07Cleanup: make SetCounter an instance variableAnton Korobeynikov
2007-03-07Fix DWARF debugging information on x86/Linux and (hopefully)Anton Korobeynikov
2007-03-01Emit eh filter info.Jim Laskey
2007-02-28Handle mix of personalities.Jim Laskey
2007-02-22Missing end of abbreviations - correctionJim Laskey
2007-02-22Missing end of abbreviations.Jim Laskey
2007-02-21Exception handling support.Jim Laskey
2007-02-01Slip upJim Laskey
2007-02-01Emit labels as label_n and not as debug_nJim Laskey
2007-02-01Support for non-landing pad exception handling.Jim Laskey
2007-01-29Out of line function.Jim Laskey
2007-01-29Only gather frame info if debug or eh.Jim Laskey
2007-01-29Flag to control exception handling.Jim Laskey
2007-01-29Disable zero landing pads for now.Jim Laskey