llvm-6502/lib
Argyrios Kyrtzidis f1844d2f58 Fix the environment block that is passed to the CreateProcess function.
This bug made llvm-ld unable to function with "-native" option, since the process that was used to call 'gcc' was crashing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52284 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-15 03:54:39 +00:00
..
Analysis Change 'while' loop to 'do' loop. 2008-06-14 16:48:22 +00:00
Archive
AsmParser
Bitcode Better test for availability of __gnu_cxx::stdio_filebuf. 2008-06-11 10:46:24 +00:00
CodeGen Remove a redundant AfterLegalize check. Turn 2008-06-14 17:48:34 +00:00
Debugger
ExecutionEngine
Linker
Support
System Fix the environment block that is passed to the CreateProcess function. 2008-06-15 03:54:39 +00:00
Target add missing atomic intrinsic from gcc 2008-06-14 05:48:15 +00:00
Transforms Fix a case where tailcallelim wouldn't set the changed bit when it made a change. 2008-06-14 00:49:48 +00:00
VMCore Do not speculatively execute an instruction by hoisting it to its predecessor BB if any of its operands are defined but not used in BB. The transformation will prevent the operand from being sunk into the use block. 2008-06-12 21:15:59 +00:00
Makefile