llvm-6502/lib
Chris Lattner 47e0f3a8a0 Support programs that do not #include <malloc.h> or give a full prototype
for malloc and free.  Lots of crufty benchmarks are using stuff like:
char *malloc();
void free();

to forward declare malloc and free.  Now we recognize and raise these forms


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2740 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-24 20:29:18 +00:00
..
Analysis Move debug options out of header files so that the header does not have 2002-05-22 17:08:27 +00:00
AsmParser Support function declarations with either %XXX or "XXX" style for now 2002-05-22 22:33:00 +00:00
Bytecode Replace all usages of Type::isPointerType with isa<PointerType> 2002-05-06 16:15:30 +00:00
CodeGen Convert RegClass::IsColorUsedArr from a dynamically allocated array to 2002-05-23 15:50:03 +00:00
ExecutionEngine Remove explicit support for tracing code. It should be linked into the 2002-05-20 21:17:16 +00:00
Linker Updates to move some header files out of include/llvm/Transforms into 2002-05-07 18:36:35 +00:00
Support Implement a new command line option, -debug, which is meant to unify all of 2002-05-22 17:06:20 +00:00
Target Convert RegClass::IsColorUsedArr from a dynamically allocated array to 2002-05-23 15:50:03 +00:00
Transforms Support programs that do not #include <malloc.h> or give a full prototype 2002-05-24 20:29:18 +00:00
VMCore Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll 2002-05-23 16:52:34 +00:00
Makefile *** empty log message *** 2002-05-08 18:09:58 +00:00