llvm-6502/lib
Chris Lattner 8fcf797f79 <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos)
that we REALLY don't want in the CBE code.

With this fix, the CBE passes all of the MultiSource tests on cygwin that
it does on linux.  Yaay!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13975 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-02 23:10:26 +00:00
..
Analysis Minor efficiency gain: do 1 nlogn lookup instead of two 2004-05-28 05:36:49 +00:00
Archive
AsmParser
Bytecode
CodeGen Oops, this was not to go in 2004-06-02 06:06:45 +00:00
Debugger
ExecutionEngine Implement PR315: abort, don't warn, when missing external functions encountered 2004-06-01 21:49:00 +00:00
Linker Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us 2004-06-02 00:22:24 +00:00
Support Implement the new CopyFile function 2004-06-02 00:52:22 +00:00
Target <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) 2004-06-02 23:10:26 +00:00
Transforms Use new form of unconditional branch constructor. 2004-06-01 20:06:10 +00:00
VMCore Modified calcTypeName() so that it does not allocate a std::string for 2004-06-01 14:54:08 +00:00
Makefile