- 3fb2b1e Clean up LSDA name generation and use for SJLJ exception handling. This by Jim Grosbach · 16 years ago
- 049e98d Output a hex value, because all of the others are hex. by Bill Wendling · 16 years ago
- c69d74a Revert commit 80428. It completely broke exception handling on x86-32 linux. by Duncan Sands · 16 years ago
- 0bb61c5 PR4747 by Jim Grosbach · 16 years ago
- 9b35a09 - Add target lowering methods to get the preferred format for the FDE and LSDA by Bill Wendling · 16 years ago
- 6fefceb Make the augmentation size and next set of bytes agree on size, by Eric Christopher · 16 years ago
- dbfcdb9 Nuke trailing whitespace. by Eric Christopher · 16 years ago
- 639217c Revert accidental commit. by Bill Wendling · 16 years ago
- fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 16 years ago
- d44fff7 If we're emitting additional CIEs due to personality functions by Eric Christopher · 16 years ago
- 7ccda0f - Rename EmitCommonInformationEntry to EmitCIE. by Bill Wendling · 16 years ago
- 4bda11f - Emit new line after each FDE. - Fix comment. by Bill Wendling · 16 years ago
- a6f91da Rename functions to something more descriptive. At the very least mention the by Bill Wendling · 16 years ago
- 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
- af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- a583c55 Attempt to comment this code more. by Bill Wendling · 16 years ago
- fc4da0c by David Greene · 16 years ago
- 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
- 35c3531 fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 16 years ago
- 6a66e58 add a horrible hack to the dwarf printer. It looks like mingw is not specifying by Chris Lattner · 16 years ago
- 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 16 years ago
- 8b818d7 Move the sjlj exception handling conversions to a back-end pass where they by Jim Grosbach · 16 years ago
- bff3923 Add catch block handling to SjLj exception handling. by Jim Grosbach · 16 years ago
- 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
- 35039ac convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
- ad88bc4 Fix some fixme's in #if 0'd code by making it dependent on the structural by Chris Lattner · 16 years ago
- d5bbb07 move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
- 46b754c add some comments on how this is *supposed* to work. We don't by Chris Lattner · 16 years ago
- 81c9a06 rearrange a conditional. Even if this weren't #if 0'd out, this would by Chris Lattner · 16 years ago
- 7a01e95 PreferredEHDataFormat is always call with data and global, but this whole by Chris Lattner · 16 years ago
- 409914b Forgot to output the base offset. by Bill Wendling · 16 years ago
- 0dafca9 Move comment to above method. by Bill Wendling · 16 years ago
- ade025c - Temporarily unbreak the build by forcing the TType "absptr", which isn't by Bill Wendling · 16 years ago
- 5cff487 Cleanup code to use iterators instead of ".size()". by Bill Wendling · 16 years ago
- d460962 Doxygenify comments. by Bill Wendling · 16 years ago
- 5e953dd Split out large loop into it's very own method. No intended functionality change. by Bill Wendling · 16 years ago
- b0d9c3e Output the EH TType format and base offset only if there are types that we're by Bill Wendling · 16 years ago
- c5800a8 Use the preferred EH data format for the preferred EH data format. by Bill Wendling · 16 years ago
- 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 16 years ago
- 3e0f60b Use more terse and precise linkage checks. by Chris Lattner · 16 years ago
- a4ff5e4 these two pieces of code are the same because we always by Chris Lattner · 16 years ago
- e2cf37b Untangle a snarl that I discovered when updating the mangler, by Chris Lattner · 16 years ago
- bc0d23a Move c'tor/d'tor to top of file. by Bill Wendling · 16 years ago
- eb90721 Split out the DwarfException class into its own file. No functionality change, by Bill Wendling · 16 years ago