llvm-6502/lib
Rafael Espindola 0e00c6c561 Don't do tail calls in a function that call setjmp. The stack might be
corrupted when setjmp returns again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131399 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-16 03:05:33 +00:00
..
Analysis Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a 2011-05-13 05:20:42 +00:00
Archive
AsmParser
Bitcode It's valid to take the blockaddress of a different function, so remove this 2011-05-06 21:09:44 +00:00
CodeGen Don't do tail calls in a function that call setjmp. The stack might be 2011-05-16 03:05:33 +00:00
CompilerDriver
ExecutionEngine Be a bit more permissive about symbols we don't understand. Just skip them 2011-05-13 23:11:30 +00:00
Linker
MC Fix copy-pasto. 2011-05-15 17:28:27 +00:00
Object
Support Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. 2011-05-12 21:29:42 +00:00
Target Fix a FIXME by moving the fast-isel implementation of the objectsize intrinsic from the x86 code to the generic code. 2011-05-14 00:47:51 +00:00
Transforms Don't do tail calls in a function that call setjmp. The stack might be 2011-05-16 03:05:33 +00:00
VMCore Don't do tail calls in a function that call setjmp. The stack might be 2011-05-16 03:05:33 +00:00
CMakeLists.txt
Makefile