| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | cleanups per review. Mostly cosmetic, plus use SmallVector in place of ↵ | Jim Grosbach | 2009-08-17 | 1 | -24/+16 | |
| | | | | | | | std::vector. llvm-svn: 79287 | |||||
| * | Fix build warning. | Daniel Dunbar | 2009-08-17 | 1 | -1/+1 | |
| | | | | | llvm-svn: 79262 | |||||
| * | Move the sjlj exception handling conversions to a back-end pass where they | Jim Grosbach | 2009-08-17 | 1 | -0/+527 | |
| more properly belong. This allows removing the front-end conditionalized SJLJ code, and cleans up the generated IR considerably. All of the infrastructure code (calling _Unwind_SjLj_Register/Unregister, etc) is added by the SjLjEHPrepare pass. llvm-svn: 79250 | ||||||

