| Commit message (Expand) | Author | Age | Files | Lines |
| * | The type ids making up a filter are unsigned, and | Duncan Sands | 2007-07-12 | 1 | -2/+2 |
| * | Indexes into the list of filter ids cannot be output | Duncan Sands | 2007-07-06 | 1 | -27/+47 |
| * | Use more realistically sized vectors. Reserve capacity if we know in advance | Duncan Sands | 2007-06-08 | 1 | -4/+7 |
| * | Fold the exception actions table harder: if two typeid lists start the | Duncan Sands | 2007-06-06 | 1 | -57/+69 |
| * | Integrate exception filter support and exception catch support. This | Duncan Sands | 2007-06-02 | 1 | -53/+21 |
| * | Mark all calls as "could throw", when exceptions are enabled. Emit necessary ... | Anton Korobeynikov | 2007-05-23 | 1 | -1/+1 |
| * | Silence a warning. | Owen Anderson | 2007-05-22 | 1 | -1/+1 |
| * | Only emit one entry in the exception action table for each action, even if | Duncan Sands | 2007-05-21 | 1 | -65/+116 |
| * | Output exception call-sites in address order, as required by the unwinding | Duncan Sands | 2007-05-16 | 1 | -10/+54 |
| * | The index into the actions table is a ULEB128 not a SLEB128. | Duncan Sands | 2007-05-15 | 1 | -1/+1 |
| * | Emit function debug frames in one atom. This will prevent us from generating ... | Anton Korobeynikov | 2007-05-13 | 1 | -27/+41 |
| * | Emit multiple common EH frames for multiple (including blank) personality | Anton Korobeynikov | 2007-05-13 | 1 | -21/+21 |
| * | More DWARF-related things cleanup: | Anton Korobeynikov | 2007-05-12 | 1 | -48/+63 |
| * | Perform correct actions numbers/sizes computation | Anton Korobeynikov | 2007-05-11 | 1 | -5/+3 |
| * | Fix action No calculation in multiple-invoke-one-LP mode | Anton Korobeynikov | 2007-05-11 | 1 | -31/+31 |
| * | Allow multiple invokes per landing pad. This (probably) fixes PR1410. | Anton Korobeynikov | 2007-05-10 | 1 | -49/+54 |
| * | Later computations assume we are aligned at this point. | Duncan Sands | 2007-05-10 | 1 | -2/+3 |
| * | TypeIds are indexed by j, not i | Anton Korobeynikov | 2007-05-10 | 1 | -1/+1 |
| * | Use the personality function that was registered with MMI rather than | Duncan Sands | 2007-05-05 | 1 | -9/+2 |
| * | Spelling fix. | Duncan Sands | 2007-05-05 | 1 | -1/+1 |
| * | Emit sections/directives in the proper order. This fixes PR1376. Also, | Anton Korobeynikov | 2007-05-05 | 1 | -4/+4 |
| * | Fix couple of bugs connected with eh info: | Anton Korobeynikov | 2007-05-01 | 1 | -15/+27 |
| * | Cleanup: make SetCounter an instance variable | Anton Korobeynikov | 2007-03-07 | 1 | -28/+26 |
| * | Fix DWARF debugging information on x86/Linux and (hopefully) | Anton Korobeynikov | 2007-03-07 | 1 | -17/+61 |
| * | Emit eh filter info. | Jim Laskey | 2007-03-01 | 1 | -18/+66 |
| * | Handle mix of personalities. | Jim Laskey | 2007-02-28 | 1 | -30/+37 |
| * | Missing end of abbreviations - correction | Jim Laskey | 2007-02-22 | 1 | -1/+1 |
| * | Missing end of abbreviations. | Jim Laskey | 2007-02-22 | 1 | -0/+3 |
| * | Exception handling support. | Jim Laskey | 2007-02-21 | 1 | -91/+310 |
| * | Slip up | Jim Laskey | 2007-02-01 | 1 | -1/+1 |
| * | Emit labels as label_n and not as debug_n | Jim Laskey | 2007-02-01 | 1 | -8/+8 |
| * | Support for non-landing pad exception handling. | Jim Laskey | 2007-02-01 | 1 | -171/+267 |
| * | Out of line function. | Jim Laskey | 2007-01-29 | 1 | -0/+1 |
| * | Only gather frame info if debug or eh. | Jim Laskey | 2007-01-29 | 1 | -1/+0 |
| * | Flag to control exception handling. | Jim Laskey | 2007-01-29 | 1 | -2/+3 |
| * | Disable zero landing pads for now. | Jim Laskey | 2007-01-29 | 1 | -1/+2 |
| * | Landing pad-less eh for PPC. | Jim Laskey | 2007-01-29 | 1 | -114/+198 |
| * | Change the MachineDebugInfo to MachineModuleInfo to better reflect usage | Jim Laskey | 2007-01-26 | 1 | -30/+30 |
| * | Clarify some constants. | Jim Laskey | 2007-01-26 | 1 | -4/+5 |
| * | 1. Remove dwarf-verbose option (now asm-verbose.) | Jim Laskey | 2007-01-25 | 1 | -36/+24 |
| * | Migrate print routines to asm to be shared by exception handling. | Jim Laskey | 2007-01-25 | 1 | -341/+187 |
| * | Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves | Jim Laskey | 2007-01-24 | 1 | -15/+28 |
| * | Use asm printer to emit alignment | Jim Laskey | 2007-01-24 | 1 | -8/+2 |
| * | Need to handle static declarations properly. | Jim Laskey | 2007-01-08 | 1 | -6/+9 |
| * | Silence warning. | Jim Laskey | 2007-01-03 | 1 | -1/+1 |
| * | Need to walk the derived chain of typedefs to get actual size. | Jim Laskey | 2006-12-22 | 1 | -4/+13 |
| * | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -8/+8 |
| * | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -9/+7 |
| * | Some addresssed should be 64-bit and some shouldn't. | Jim Laskey | 2006-12-06 | 1 | -19/+25 |
| * | Change global descriptor names to provide name, full name and linkage name. | Jim Laskey | 2006-11-30 | 1 | -32/+27 |