llvm-6502/lib/Target/CBackend
Chris Lattner e42cde2a14 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!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11484 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-15 22:51:47 +00:00
..
CBackend.cpp Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some 2004-02-15 22:51:47 +00:00
CTargetMachine.h Convert the C backend into a target, for use with LLC. This allows us to use 2004-02-13 23:18:48 +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