1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/CBackend
Chris Lattner 336c99d138 Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some
hacks can be banished.  Also, this gives us the opportunity to emit special code
for the setjmp/longjmps which alows the elimination of one GCC warning for every
setjmp/longjmp site (which is often THOUSANDS in C++ programs).  Yaay!

llvm-svn: 11484
2004-02-15 22:51:47 +00:00
..
CTargetMachine.h CBackend now lives here 2004-02-13 23:29:20 +00:00
Makefile Moved directory, update makefile 2004-02-13 23:31:12 +00:00
Writer.cpp Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some 2004-02-15 22:51:47 +00:00