1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib
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
..
Analysis No need to scan zero initializers. This should make DSA a bit faster. 2004-02-15 05:53:42 +00:00
AsmParser It turns out that the two dimensional vectors were causing big slowdowns 2004-02-09 21:03:38 +00:00
Bytecode This debugging hook is no longer needed. 2004-02-09 17:20:52 +00:00
CodeGen This pass should not require phi elimination or live variable 2004-02-15 21:50:32 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine Make the JIT zero out globals with memset instead of an element at a time. This 2004-02-15 05:54:06 +00:00
Support Modularize implementation of LeakDetector into a typed template 2004-02-14 23:33:39 +00:00
Target Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some 2004-02-15 22:51:47 +00:00
Transforms Instead of producing calls to setjmp/longjmp, produce uses of the 2004-02-15 22:24:27 +00:00
VMCore By default, llvm.setjmp/llvm.longjmp intrinsics get lowered to their libc counterparts 2004-02-15 22:24:51 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00