? config.cache ? diff.txt ? diff1.txt ? diff2.txt ? tablegen_includes ? win32 ? autoconf/aclocal.m4 ? autoconf/autom4te.cache ? autoconf/m4/rand48.m4 ? include/llvm/ADT/hash_map ? include/llvm/ADT/hash_set ? include/llvm/ADT/iterator ? include/llvm/Config/config.h ? include/llvm/Support/DataTypes.h ? include/llvm/Support/ThreadSupport.h ? lib/System/platform ? projects/Stacker/Makefile.common ? projects/Stacker/config.log ? projects/Stacker/config.status ? projects/Stacker/mklib ? projects/sample/Makefile.common ? projects/sample/config.log ? projects/sample/config.status ? utils/TableGen/FileLexer.cpp ? utils/TableGen/FileParser.cpp ? utils/TableGen/FileParser.h ? utils/TableGen/FileParser.hpp Index: lib/System/Win32/TimeValue.cpp =================================================================== RCS file: /var/cvs/llvm/llvm/lib/System/Win32/TimeValue.cpp,v retrieving revision 1.2 diff -u -r1.2 TimeValue.cpp --- lib/System/Win32/TimeValue.cpp 28 Sep 2004 23:56:20 -0000 1.2 +++ lib/System/Win32/TimeValue.cpp 1 Nov 2004 10:04:16 -0000 @@ -11,6 +11,7 @@ // //===----------------------------------------------------------------------===// +#include #include "Win32.h" namespace llvm { Index: lib/Target/X86/X86TargetMachine.cpp =================================================================== RCS file: /var/cvs/llvm/llvm/lib/Target/X86/X86TargetMachine.cpp,v retrieving revision 1.69 diff -u -r1.69 X86TargetMachine.cpp --- lib/Target/X86/X86TargetMachine.cpp 18 Oct 2004 15:54:17 -0000 1.69 +++ lib/Target/X86/X86TargetMachine.cpp 1 Nov 2004 10:04:16 -0000 @@ -27,6 +27,8 @@ X86VectorEnum llvm::X86Vector = NoSSE; +extern "C" int X86TargetMachineModule = 0; + namespace { cl::opt NoSSAPeephole("disable-ssa-peephole", cl::init(true), cl::desc("Disable the ssa-based peephole optimizer "