summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/DwarfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-9/+10
* The personality function might need to be declared as:Bill Wendling2007-08-251-5/+18
* Fix minor doxygen nits.Reid Spencer2007-08-051-3/+3
* Minor cleanup:Anton Korobeynikov2007-07-251-1/+1
* Fix some uses of dyn_cast to be uses of cast.Dan Gohman2007-07-231-1/+1
* The type ids making up a filter are unsigned, andDuncan Sands2007-07-121-2/+2
* Indexes into the list of filter ids cannot be outputDuncan Sands2007-07-061-27/+47
* Use more realistically sized vectors. Reserve capacity if we know in advanceDuncan Sands2007-06-081-4/+7
* Fold the exception actions table harder: if two typeid lists start theDuncan Sands2007-06-061-57/+69
* Integrate exception filter support and exception catch support. ThisDuncan Sands2007-06-021-53/+21
* Mark all calls as "could throw", when exceptions are enabled. Emit necessary ...Anton Korobeynikov2007-05-231-1/+1
* Silence a warning.Owen Anderson2007-05-221-1/+1
* Only emit one entry in the exception action table for each action, even ifDuncan Sands2007-05-211-65/+116
* Output exception call-sites in address order, as required by the unwindingDuncan Sands2007-05-161-10/+54
* The index into the actions table is a ULEB128 not a SLEB128.Duncan Sands2007-05-151-1/+1
* Emit function debug frames in one atom. This will prevent us from generating ...Anton Korobeynikov2007-05-131-27/+41
* Emit multiple common EH frames for multiple (including blank) personalityAnton Korobeynikov2007-05-131-21/+21
* More DWARF-related things cleanup:Anton Korobeynikov2007-05-121-48/+63
* Perform correct actions numbers/sizes computationAnton Korobeynikov2007-05-111-5/+3
* Fix action No calculation in multiple-invoke-one-LP modeAnton Korobeynikov2007-05-111-31/+31
* Allow multiple invokes per landing pad. This (probably) fixes PR1410.Anton Korobeynikov2007-05-101-49/+54
* Later computations assume we are aligned at this point.Duncan Sands2007-05-101-2/+3
* TypeIds are indexed by j, not iAnton Korobeynikov2007-05-101-1/+1
* Use the personality function that was registered with MMI rather thanDuncan Sands2007-05-051-9/+2
* Spelling fix.Duncan Sands2007-05-051-1/+1
* Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov2007-05-051-4/+4
* Fix couple of bugs connected with eh info:Anton Korobeynikov2007-05-011-15/+27
* Cleanup: make SetCounter an instance variableAnton Korobeynikov2007-03-071-28/+26
* Fix DWARF debugging information on x86/Linux and (hopefully)Anton Korobeynikov2007-03-071-17/+61
* Emit eh filter info.Jim Laskey2007-03-011-18/+66
* Handle mix of personalities.Jim Laskey2007-02-281-30/+37
* Missing end of abbreviations - correctionJim Laskey2007-02-221-1/+1
* Missing end of abbreviations.Jim Laskey2007-02-221-0/+3
* Exception handling support.Jim Laskey2007-02-211-91/+310
* Slip upJim Laskey2007-02-011-1/+1
* Emit labels as label_n and not as debug_nJim Laskey2007-02-011-8/+8
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-171/+267
* Out of line function.Jim Laskey2007-01-291-0/+1
* Only gather frame info if debug or eh.Jim Laskey2007-01-291-1/+0
* Flag to control exception handling.Jim Laskey2007-01-291-2/+3
* Disable zero landing pads for now.Jim Laskey2007-01-291-1/+2
* Landing pad-less eh for PPC.Jim Laskey2007-01-291-114/+198
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-30/+30
* Clarify some constants.Jim Laskey2007-01-261-4/+5
* 1. Remove dwarf-verbose option (now asm-verbose.)Jim Laskey2007-01-251-36/+24
* Migrate print routines to asm to be shared by exception handling.Jim Laskey2007-01-251-341/+187
* Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey2007-01-241-15/+28
* Use asm printer to emit alignmentJim Laskey2007-01-241-8/+2
* Need to handle static declarations properly.Jim Laskey2007-01-081-6/+9
* Silence warning.Jim Laskey2007-01-031-1/+1
OpenPOWER on IntegriCloud