hanchenye-llvm-project/llvm/lib
Chris Lattner 53426e6526 Setjmp should always return zero if we don't implement longjmp. This avoids
leaving trash in the register, fixing anagram

llvm-svn: 7013
2003-06-30 19:35:54 +00:00
..
Analysis Use the getFunctionNames method 2003-06-30 05:57:39 +00:00
AsmParser Add support for a new zeroinitializer token which can be used to get rid of 2003-06-28 20:01:34 +00:00
Bytecode Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. 2003-06-18 19:22:36 +00:00
CWriter jmp_buf is really a pointer type that is passed around... 2003-06-28 19:29:34 +00:00
CodeGen Remove a ton of extraneous #includes 2003-06-22 03:08:05 +00:00
ExecutionEngine Get rid of the duplicate '0x' in debug mode. 2003-06-30 18:06:20 +00:00
Support Add support for 'unsigned' command line arguments 2003-06-28 15:47:20 +00:00
Target Setjmp should always return zero if we don't implement longjmp. This avoids 2003-06-30 19:35:54 +00:00
Transforms Eliminate using declarations, adjust for new DSGraph API 2003-06-30 03:14:44 +00:00
VMCore Avoid printing out huge structures or arrays if they are just filled with zeros 2003-06-28 20:08:24 +00:00
Makefile Compile sub-directories in parallel, because they don't have interdependencies 2002-09-18 03:25:58 +00:00