llvm-6502/lib
Chris Lattner 6ccd0da0fe Fix failure of unittests/ExecutionEngine/JIT/MultiJITTest.cpp on
cygwin when built with ENABLE_SHARED=1.  Patch by NAKAMURA Takumi!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111231 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-17 15:42:43 +00:00
..
Analysis Fix another iterator invalidation that caused a *really* nasty miscompilation in 403.gcc. 2010-08-16 23:42:33 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix typo. 2010-08-17 01:30:33 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Try to silence a overeager GCC warning. 2010-08-17 00:33:24 +00:00
Support
System Fix failure of unittests/ExecutionEngine/JIT/MultiJITTest.cpp on 2010-08-17 15:42:43 +00:00
Target Allow more cases of undef shuffle indices and add tests for them. 2010-08-17 05:54:34 +00:00
Transforms Add an option to disable codegen prepare critical edge splitting. In theory, PHI elimination is already doing all (most?) of the splitting needed. But machine-licm and machine-sink seem to miss some important optimizations when splitting is disabled. 2010-08-17 01:34:49 +00:00
VMCore
Makefile