Age | Commit message (Expand) | Author |
2008-04-03 | if some functions don't have debug info, we were outputing the same label at ... | Andrew Lenharth |
2008-04-02 | Cosmetic changes per EH patch review feedback. | Dale Johannesen |
2008-04-02 | Recommitting EH patch; this should answer most of the | Dale Johannesen |
2008-04-01 | Revert 49006 for the moment. | Dale Johannesen |
2008-03-31 | Emit exception handling info for functions which are | Dale Johannesen |
2008-03-26 | Fix a bug in Darwin EH: FDE->CIE pointer must | Dale Johannesen |
2008-02-29 | Don't fill eh frames even though these are text sections. | Evan Cheng |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
2008-02-01 | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng |
2008-01-31 | MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula... | Evan Cheng |
2008-01-16 | Do not mark EH tables no-dead-strip unless the | Dale Johannesen |
2008-01-15 | Fix and enable EH for x86-64 Darwin. Adds | Dale Johannesen |
2008-01-10 | Emit unused EH frames for weak definitions on Darwin, | Dale Johannesen |
2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner |
2007-12-30 | MachineOperand::getImmedValue -> MachineOperand::getImm | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-19 | The C++ exception handling personality function wants | Duncan Sands |
2007-11-20 | Fix .eh table linkage issues on Darwin. Some EH support | Dale Johannesen |
2007-11-13 | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen |
2007-10-01 | Move the code that emits the .file directives so that it runs after the | Dan Gohman |
2007-09-28 | Make the checks for DW_FORM_data4 consistent with the others, and | Dan Gohman |
2007-09-28 | Use 32-bit data directives for DW_FORM_data4 format data, even on | Dan Gohman |
2007-09-27 | TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets | Dan Gohman |
2007-09-24 | Don't emit .debug_line header data if there aren't any lines to put in it, | Dan Gohman |
2007-09-24 | Move the Asm->EOL() call for EmitDebugARanges outside the #ifdef for | Dan Gohman |
2007-09-24 | Add support for emitting .file directives to set up file numbers for | Dan Gohman |
2007-09-24 | When emitting .set directives, make sure the EH and Debug labels can't conflict. | Chris Lattner |
2007-09-21 | don't read Block after it is freed. This fixes PR1684 | Chris Lattner |
2007-09-18 | Objective-C was generating EH frame info like this: | Bill Wendling |
2007-09-17 | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo | Chris Lattner |
2007-09-11 | Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf | Bill Wendling |
2007-09-11 | The personality function on Darwin needs a global stub. We then refer to | Bill Wendling |
2007-09-05 | Due to label merging, the last label for an invoke | Duncan Sands |
2007-09-05 | Fix PR1628. When exception handling is turned on, | Duncan Sands |
2007-09-02 | Emit proper "secrel" directive, where possible. This fixes invalid asm syntax... | Anton Korobeynikov |
2007-08-27 | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman |
2007-08-25 | The personality function might need to be declared as: | Bill Wendling |
2007-08-05 | Fix minor doxygen nits. | Reid Spencer |
2007-07-25 | Minor cleanup: | Anton Korobeynikov |
2007-07-23 | Fix some uses of dyn_cast to be uses of cast. | Dan Gohman |
2007-07-12 | The type ids making up a filter are unsigned, and | Duncan Sands |
2007-07-06 | Indexes into the list of filter ids cannot be output | Duncan Sands |
2007-06-08 | Use more realistically sized vectors. Reserve capacity if we know in advance | Duncan Sands |
2007-06-06 | Fold the exception actions table harder: if two typeid lists start the | Duncan Sands |
2007-06-02 | Integrate exception filter support and exception catch support. This | Duncan Sands |
2007-05-23 | Mark all calls as "could throw", when exceptions are enabled. Emit necessary ... | Anton Korobeynikov |
2007-05-22 | Silence a warning. | Owen Anderson |
2007-05-21 | Only emit one entry in the exception action table for each action, even if | Duncan Sands |
2007-05-16 | Output exception call-sites in address order, as required by the unwinding | Duncan Sands |