| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This option caused LowerInvoke to generate code using SJLJ-based
exception handling, but there is no code left that interprets the
jmp_buf stack that the resulting code maintained (llvm.sjljeh.jblist).
This option has been obsolete for a while, and replaced by
SjLjEHPrepare.
This leaves the default behaviour of LowerInvoke, which is to convert
invokes to calls.
Differential Revision: http://llvm-reviews.chandlerc.com/D3136
llvm-svn: 204388
|
| |
|
|
|
|
|
|
|
|
| |
Some references to llvm-gcc were so crusty that I wasn't sure how to
proceed and so I've left them intact.
I also slipped in a quick peephole fix to use a :doc: link instead of
raw HTML link.
llvm-svn: 201619
|
| |
|
|
| |
llvm-svn: 187755
|
| |
|
|
| |
llvm-svn: 187076
|
| |
|
|
|
|
| |
Patch by Hafiz Abid!
llvm-svn: 187056
|
| |
|
|
| |
llvm-svn: 180031
|
| |
|
|
| |
llvm-svn: 168912
|
|
|
- The POD versions are slated for execution, but are still around until
llvm.org machinery is in place.
llvm-svn: 156384
|