| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Fix .eh table linkage issues on Darwin.  Some EH support | Dale Johannesen | 2007-11-20 | 1 | -7/+21 | 
| *  | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen | 2007-11-13 | 1 | -11/+11 | 
| *  | Move the code that emits the .file directives so that it runs after the | Dan Gohman | 2007-10-01 | 1 | -16/+17 | 
| *  | Make the checks for DW_FORM_data4 consistent with the others, and | Dan Gohman | 2007-09-28 | 1 | -2/+6 | 
| *  | Use 32-bit data directives for DW_FORM_data4 format data, even on | Dan Gohman | 2007-09-28 | 1 | -8/+10 | 
| *  | TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets | Dan Gohman | 2007-09-27 | 1 | -15/+16 | 
| *  | Don't emit .debug_line header data if there aren't any lines to put in it, | Dan Gohman | 2007-09-24 | 1 | -0/+5 | 
| *  | Move the Asm->EOL() call for EmitDebugARanges outside the #ifdef for | Dan Gohman | 2007-09-24 | 1 | -1/+1 | 
| *  | Add support for emitting .file directives to set up file numbers for | Dan Gohman | 2007-09-24 | 1 | -0/+14 | 
| *  | When emitting .set directives, make sure the EH and Debug labels can't conflict. | Chris Lattner | 2007-09-24 | 1 | -10/+20 | 
| *  | don't read Block after it is freed.  This fixes PR1684 | Chris Lattner | 2007-09-21 | 1 | -0/+2 | 
| *  | Objective-C was generating EH frame info like this: | Bill Wendling | 2007-09-18 | 1 | -10/+11 | 
| *  | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo | Chris Lattner | 2007-09-17 | 1 | -0/+1 | 
| *  | Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf | Bill Wendling | 2007-09-11 | 1 | -1/+6 | 
| *  | The personality function on Darwin needs a global stub. We then refer to | Bill Wendling | 2007-09-11 | 1 | -20/+9 | 
| *  | Due to label merging, the last label for an invoke | Duncan Sands | 2007-09-05 | 1 | -3/+2 | 
| *  | Fix PR1628.  When exception handling is turned on, | Duncan Sands | 2007-09-05 | 1 | -77/+147 | 
| *  | Emit proper "secrel" directive, where possible. This fixes invalid asm syntax... | Anton Korobeynikov | 2007-09-02 | 1 | -43/+28 | 
| *  | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman | 2007-08-27 | 1 | -9/+10 | 
| *  | The personality function might need to be declared as: | Bill Wendling | 2007-08-25 | 1 | -5/+18 | 
| *  | Fix minor doxygen nits. | Reid Spencer | 2007-08-05 | 1 | -3/+3 | 
| *  | Minor cleanup: | Anton Korobeynikov | 2007-07-25 | 1 | -1/+1 | 
| *  | Fix some uses of dyn_cast to be uses of cast. | Dan Gohman | 2007-07-23 | 1 | -1/+1 | 
| *  | 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 |