llvm-mirror/lib
Chris Lattner 44689264b2 Fairly major change: emit fixed sized allocas in the entry block as a variable,
instead of a variable pointer and an alloca.  All accesses to the variable then
use the address-of operator to access it.  This plays better with the internal
GCC code generation phases, which bail early on functions which contain allocas.
It also makes the code a bit easier to read.

llvm-svn: 6734
2003-06-17 04:39:14 +00:00
..
Analysis Nodes get forwarded when they are collapsed currently. 2003-06-16 12:08:18 +00:00
AsmParser Fix bugs: 2003-05-21 17:48:56 +00:00
Bytecode Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx 2003-05-22 18:35:38 +00:00
CodeGen Actually, change it to use explicit new/delete, which is more likely to be 2003-06-16 22:29:09 +00:00
CWriter Fairly major change: emit fixed sized allocas in the entry block as a variable, 2003-06-17 04:39:14 +00:00
ExecutionEngine Add #include for older GCC's 2003-06-08 06:43:57 +00:00
Support Actually, change it to use explicit new/delete, which is more likely to be 2003-06-16 22:29:09 +00:00
Target Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", 2003-06-16 21:54:01 +00:00
Transforms Don't corrupt memory when removing an instruction from the program, but 2003-06-17 03:57:18 +00:00
VMCore Fix bug: Linker/2003-06-02-TypeResolveProblem2.ll 2003-06-16 12:11:33 +00:00
Makefile Compile sub-directories in parallel, because they don't have interdependencies 2002-09-18 03:25:58 +00:00