[llvm-commits] CVS: llvm/include/llvm/ExecutionEngine/Interpreter.h JIT.h

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/include/llvm/ExecutionEngine: Interpreter.h updated: 1.1 - 1.2 JIT.h updated: 1.1 - 1.2 --- Log message: Minor corrections. --- Diffs of the changes: (+3 -1) Interpreter.h |1 + JIT.h |3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/examples/HowToUseJIT/HowToUseJIT.cpp

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/examples/HowToUseJIT: HowToUseJIT.cpp updated: 1.10 - 1.11 --- Log message: Minor corrections. --- Diffs of the changes: (+2 -1) HowToUseJIT.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/examples/HowToUseJIT/HowToUseJIT.cpp diff -u

[llvm-commits] CVS: llvm/examples/ParallelJIT/ParallelJIT.cpp

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/examples/ParallelJIT: ParallelJIT.cpp updated: 1.4 - 1.5 --- Log message: Minor corrections. --- Diffs of the changes: (+2 -1) ParallelJIT.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/examples/ParallelJIT/ParallelJIT.cpp diff -u

[llvm-commits] CVS: llvm/examples/Fibonacci/fibonacci.cpp

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/examples/Fibonacci: fibonacci.cpp updated: 1.10 - 1.11 --- Log message: Minor corrections. --- Diffs of the changes: (+2 -1) fibonacci.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/examples/Fibonacci/fibonacci.cpp diff -u

[llvm-commits] CVS: llvm/include/llvm/ExecutionEngine/Interpreter.h JIT.h

2006-03-23 Thread Jeff Cohen
Changes in directory llvm/include/llvm/ExecutionEngine: Interpreter.h updated: 1.2 - 1.3 JIT.h updated: 1.2 - 1.3 --- Log message: Fix headers --- Diffs of the changes: (+2 -2) Interpreter.h |2 +- JIT.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/utils/TableGen/IntrinsicEmitter.cpp

2006-03-14 Thread Jeff Cohen
Changes in directory llvm/utils/TableGen: IntrinsicEmitter.cpp updated: 1.12 - 1.13 --- Log message: Fix VC++ build error. --- Diffs of the changes: (+1 -0) IntrinsicEmitter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/utils/TableGen/IntrinsicEmitter.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp

2006-03-09 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGList.cpp updated: 1.32 - 1.33 --- Log message: Fix VC++ build breakage. --- Diffs of the changes: (+3 -3) ScheduleDAGList.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/Support/Support.vcproj

2006-03-06 Thread Jeff Cohen
Changes in directory llvm/win32/Support: Support.vcproj updated: 1.14 - 1.15 --- Log message: Keep VC++ building. --- Diffs of the changes: (+6 -0) Support.vcproj |6 ++ 1 files changed, 6 insertions(+) Index: llvm/win32/Support/Support.vcproj diff -u

[llvm-commits] CVS: llvm/win32/TableGen/TableGen.vcproj

2006-03-03 Thread Jeff Cohen
Changes in directory llvm/win32/TableGen: TableGen.vcproj updated: 1.20 - 1.21 --- Log message: Keep Visual Studio happy. --- Diffs of the changes: (+18 -5) TableGen.vcproj | 23 ++- 1 files changed, 18 insertions(+), 5 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/x86/x86.vcproj

2006-03-03 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.21 - 1.22 --- Log message: Keep Visual Studio happy. --- Diffs of the changes: (+18 -20) x86.vcproj | 38 ++ 1 files changed, 18 insertions(+), 20 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp

2006-03-02 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGList.cpp updated: 1.7 - 1.8 --- Log message: Fix VC++ compilation errors. --- Diffs of the changes: (+4 -4) ScheduleDAGList.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2006-02-17 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.436 - 1.437 --- Log message: Fix bugs identified by VC++. --- Diffs of the changes: (+2 -2) InstructionCombining.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/TargetLowering.cpp

2006-02-16 Thread Jeff Cohen
Changes in directory llvm/lib/Target: TargetLowering.cpp updated: 1.31 - 1.32 --- Log message: Fix bug noticed by VC++. --- Diffs of the changes: (+2 -2) TargetLowering.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/TargetLowering.cpp diff -u

[llvm-commits] CVS: llvm/win32/x86/x86.vcproj

2006-02-16 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.20 - 1.21 --- Log message: Inform Visual Studio of deleted file. --- Diffs of the changes: (+0 -3) x86.vcproj |3 --- 1 files changed, 3 deletions(-) Index: llvm/win32/x86/x86.vcproj diff -u llvm/win32/x86/x86.vcproj:1.20

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopUnswitch.cpp

2006-02-15 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Scalar: LoopUnswitch.cpp updated: 1.24 - 1.25 --- Log message: Fix VC++ warning. --- Diffs of the changes: (+0 -1) LoopUnswitch.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Transforms/Scalar/LoopUnswitch.cpp diff -u

[llvm-commits] CVS: llvm/win32/dobison.cmd

2006-02-15 Thread Jeff Cohen
Changes in directory llvm/win32: dobison.cmd updated: 1.2 - 1.3 --- Log message: Visual Studio enters the future of bisoning. --- Diffs of the changes: (+2 -2) dobison.cmd |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/win32/dobison.cmd diff -u

[llvm-commits] CVS: llvm/win32/doflex.cmd

2006-02-13 Thread Jeff Cohen
Changes in directory llvm/win32: doflex.cmd updated: 1.2 - 1.3 --- Log message: Match changes to unix build system. --- Diffs of the changes: (+1 -1) doflex.cmd |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/win32/doflex.cmd diff -u llvm/win32/doflex.cmd:1.2

[llvm-commits] CVS: llvm/include/llvm/CodeGen/ELFWriter.h

2006-02-06 Thread Jeff Cohen
Changes in directory llvm/include/llvm/CodeGen: ELFWriter.h updated: 1.10 - 1.11 --- Log message: Fix some truncation warnings. --- Diffs of the changes: (+16 -16) ELFWriter.h | 32 1 files changed, 16 insertions(+), 16 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp Interpreter.cpp Interpreter.h

2006-02-06 Thread Jeff Cohen
Changes in directory llvm/lib/ExecutionEngine/Interpreter: Execution.cpp updated: 1.138 - 1.139 Interpreter.cpp updated: 1.25 - 1.26 Interpreter.h updated: 1.71 - 1.72 --- Log message: The interpreter assumes that the caller of runFunction() must be lli, and therefore the function being called

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp

2006-02-04 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.64 - 1.65 --- Log message: Fix VC++ warning. --- Diffs of the changes: (+0 -1) ScheduleDAG.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp diff -u

[llvm-commits] CVS: llvm/win32/x86/x86.vcproj

2006-02-03 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.19 - 1.20 --- Log message: Keep Visual Studio informed. --- Diffs of the changes: (+4 -5) x86.vcproj |9 - 1 files changed, 4 insertions(+), 5 deletions(-) Index: llvm/win32/x86/x86.vcproj diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/VirtRegMap.cpp

2006-02-03 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen: VirtRegMap.cpp updated: 1.54 - 1.55 --- Log message: Fix VC++ warning. --- Diffs of the changes: (+1 -1) VirtRegMap.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/VirtRegMap.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/VirtRegMap.cpp

2006-02-02 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen: VirtRegMap.cpp updated: 1.50 - 1.51 --- Log message: Fix VC++ compilation error caused by using a std::map iterator variable to receive a std::multimap iterator value. For some reason, GCC doesn't have a problem with this. --- Diffs of the changes:

[llvm-commits] CVS: llvm/lib/System/Win32/DynamicLibrary.inc

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: DynamicLibrary.inc updated: 1.12 - 1.13 --- Log message: Fix indentation. --- Diffs of the changes: (+4 -4) DynamicLibrary.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/lib/System/Win32/DynamicLibrary.inc

[llvm-commits] CVS: llvm/win32/CodeGen/CodeGen.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/CodeGen: CodeGen.vcproj updated: 1.20 - 1.21 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) CodeGen.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/AsmParser/AsmParser.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/AsmParser: AsmParser.vcproj updated: 1.8 - 1.9 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) AsmParser.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/llc/llc.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/llc: llc.vcproj updated: 1.8 - 1.9 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) llc.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/llvm-ld/llvm-ld.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/llvm-ld: llvm-ld.vcproj updated: 1.3 - 1.4 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) llvm-ld.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/Fibonacci/Fibonacci.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/Fibonacci: Fibonacci.vcproj updated: 1.10 - 1.11 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) Fibonacci.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/x86/x86.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.18 - 1.19 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) x86.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/Support/Support.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/Support: Support.vcproj updated: 1.13 - 1.14 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) Support.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/llvm-prof/llvm-prof.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/llvm-prof: llvm-prof.vcproj updated: 1.3 - 1.4 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) llvm-prof.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/llvm-dis/llvm-dis.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/llvm-dis: llvm-dis.vcproj updated: 1.4 - 1.5 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) llvm-dis.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/Target/Target.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/Target: Target.vcproj updated: 1.12 - 1.13 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) Target.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/Analysis/Analysis.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/Analysis: Analysis.vcproj updated: 1.17 - 1.18 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) Analysis.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/llvm-bcanalyzer: llvm-bcanalyzer.vcproj updated: 1.3 - 1.4 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) llvm-bcanalyzer.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2

[llvm-commits] CVS: llvm/win32/llvm-ar/llvm-ar.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/llvm-ar: llvm-ar.vcproj updated: 1.3 - 1.4 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) llvm-ar.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/lli/lli.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/lli: lli.vcproj updated: 1.7 - 1.8 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) lli.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/llvm-link/llvm-link.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/llvm-link: llvm-link.vcproj updated: 1.3 - 1.4 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) llvm-link.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/ExecutionEngine/ExecutionEngine.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/ExecutionEngine: ExecutionEngine.vcproj updated: 1.8 - 1.9 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) ExecutionEngine.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2

[llvm-commits] CVS: llvm/win32/analyze/analyze.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/analyze: analyze.vcproj updated: 1.6 - 1.7 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) analyze.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/llvm-as/llvm-as.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/llvm-as: llvm-as.vcproj updated: 1.3 - 1.4 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) llvm-as.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/Bytecode/Bytecode.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/Bytecode: Bytecode.vcproj updated: 1.5 - 1.6 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) Bytecode.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/Linker/Linker.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/Linker: Linker.vcproj updated: 1.5 - 1.6 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) Linker.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/win32/VMCore: VMCore.vcproj updated: 1.14 - 1.15 --- Log message: Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. --- Diffs of the changes: (+2 -2) VMCore.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/System/Win32/DynamicLibrary.inc

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: DynamicLibrary.inc updated: 1.13 - 1.14 --- Log message: Add AddSymbol() method to DynamicLibrary to work around Windows limitation of being unable to search for symbols in an EXE. It will also allow other existing hacks to be improved. --- Diffs

[llvm-commits] CVS: llvm/include/llvm/System/DynamicLibrary.h

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/include/llvm/System: DynamicLibrary.h updated: 1.4 - 1.5 --- Log message: Add AddSymbol() method to DynamicLibrary to work around Windows limitation of being unable to search for symbols in an EXE. It will also allow other existing hacks to be improved. --- Diffs

[llvm-commits] CVS: llvm/lib/Target/X86/X86Subtarget.cpp

2006-01-28 Thread Jeff Cohen
Changes in directory llvm/lib/Target/X86: X86Subtarget.cpp updated: 1.15 - 1.16 --- Log message: Improve X86 subtarget support for Windows and AMD. --- Diffs of the changes: (+77 -38) X86Subtarget.cpp | 115 --- 1 files changed, 77

[llvm-commits] CVS: llvm/lib/Target/X86/X86Subtarget.cpp

2006-01-28 Thread Jeff Cohen
Changes in directory llvm/lib/Target/X86: X86Subtarget.cpp updated: 1.17 - 1.18 --- Log message: Fix recognition of Intel CPUs. --- Diffs of the changes: (+2 -0) X86Subtarget.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/Target/X86/X86Subtarget.cpp diff -u

[llvm-commits] CVS: llvm/lib/Target/X86/X86.td

2006-01-28 Thread Jeff Cohen
Changes in directory llvm/lib/Target/X86: X86.td updated: 1.19 - 1.20 --- Log message: Fix typo. --- Diffs of the changes: (+1 -1) X86.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86.td diff -u llvm/lib/Target/X86/X86.td:1.19

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp DAGISelEmitter.h

2006-01-27 Thread Jeff Cohen
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.146 - 1.147 DAGISelEmitter.h updated: 1.51 - 1.52 --- Log message: Teach tablegen to generate code that is VC++ warning-free. --- Diffs of the changes: (+65 -23) DAGISelEmitter.cpp | 86

[llvm-commits] CVS: llvm/win32/x86/x86.vcproj

2006-01-26 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.17 - 1.18 --- Log message: Teach Visual Studio about X86 subtargets. --- Diffs of the changes: (+9 -4) x86.vcproj | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) Index: llvm/win32/x86/x86.vcproj diff -u

[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveInterval.h

2006-01-26 Thread Jeff Cohen
Changes in directory llvm/include/llvm/CodeGen: LiveInterval.h updated: 1.15 - 1.16 --- Log message: Improve compatibility with VC2005, patch by Morten Ofstad! --- Diffs of the changes: (+3 -0) LiveInterval.h |3 +++ 1 files changed, 3 insertions(+) Index:

[llvm-commits] CVS: llvm/include/llvm/Target/SubtargetFeature.h

2006-01-26 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Target: SubtargetFeature.h updated: 1.5 - 1.6 --- Log message: Improve compatibility with VC2005, patch by Morten Ofstad! --- Diffs of the changes: (+4 -4) SubtargetFeature.h |8 1 files changed, 4 insertions(+), 4 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2006-01-26 Thread Jeff Cohen
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.8 - 1.9 --- Log message: Improve compatibility with VC2005, patch by Morten Ofstad! --- Diffs of the changes: (+4 -1) SubtargetFeature.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp

2006-01-26 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.31 - 1.32 --- Log message: Improve compatibility with VC2005, patch by Morten Ofstad! --- Diffs of the changes: (+4 -2) CorrelatedExprs.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-)

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp

2006-01-25 Thread Jeff Cohen
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.185 - 1.186 --- Log message: Make it even more portable. --- Diffs of the changes: (+1 -1) Reader.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Bytecode/Reader/Reader.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp

2006-01-25 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.16 - 1.17 --- Log message: Make it even more portable. --- Diffs of the changes: (+1 -1) DwarfWriter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/DwarfWriter.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp

2006-01-25 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGList.cpp updated: 1.2 - 1.3 --- Log message: Fix VC++ compilation error. --- Diffs of the changes: (+1 -1) ScheduleDAGList.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp

2006-01-24 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.15 - 1.16 --- Log message: Portably cast a pointer to an integer. --- Diffs of the changes: (+1 -1) DwarfWriter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/DwarfWriter.cpp diff -u

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp

2006-01-24 Thread Jeff Cohen
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.184 - 1.185 --- Log message: Portably cast a pointer to an integer. --- Diffs of the changes: (+1 -1) Reader.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Bytecode/Reader/Reader.cpp diff

[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj

2006-01-23 Thread Jeff Cohen
Changes in directory llvm/win32/VMCore: VMCore.vcproj updated: 1.13 - 1.14 --- Log message: Add new files to Visual Studio. --- Diffs of the changes: (+6 -0) VMCore.vcproj |6 ++ 1 files changed, 6 insertions(+) Index: llvm/win32/VMCore/VMCore.vcproj diff -u

[llvm-commits] CVS: llvm/win32/config.h

2006-01-23 Thread Jeff Cohen
Changes in directory llvm/win32: config.h updated: 1.1 - 1.2 --- Log message: Track changes in config.h.in. --- Diffs of the changes: (+2 -4) config.h |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm/win32/config.h diff -u llvm/win32/config.h:1.1

[llvm-commits] CVS: llvm/include/llvm/CodeGen/ScheduleDAG.h

2006-01-22 Thread Jeff Cohen
Changes in directory llvm/include/llvm/CodeGen: ScheduleDAG.h updated: 1.1 - 1.2 --- Log message: Visual Studio neurotic about inconsistent class/struct usage. --- Diffs of the changes: (+1 -1) ScheduleDAG.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/win32/config.h

2006-01-19 Thread Jeff Cohen
Changes in directory llvm/win32: config.h added (r1.1) --- Log message: Update Windows version of config.h to note availability of floor/floorf/ceil/ceilf. Also pulled Windows-specific modifications to config.h.in to a separate file, so that changes to it trigger regeneration of config.h

[llvm-commits] CVS: llvm/win32/Configure/Configure.vcproj

2006-01-19 Thread Jeff Cohen
Changes in directory llvm/win32/Configure: Configure.vcproj updated: 1.10 - 1.11 --- Log message: Update Windows version of config.h to note availability of floor/floorf/ceil/ceilf. Also pulled Windows-specific modifications to config.h.in to a separate file, so that changes to it trigger

[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj

2006-01-16 Thread Jeff Cohen
Changes in directory llvm/win32/VMCore: VMCore.vcproj updated: 1.12 - 1.13 --- Log message: Visual Studio still has issues with being left out. --- Diffs of the changes: (+6 -0) VMCore.vcproj |6 ++ 1 files changed, 6 insertions(+) Index: llvm/win32/VMCore/VMCore.vcproj diff -u

[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj

2006-01-16 Thread Jeff Cohen
Changes in directory llvm/win32/Transforms: Transforms.vcproj updated: 1.19 - 1.20 --- Log message: Visual Studio still has issues with being left out. --- Diffs of the changes: (+0 -3) Transforms.vcproj |3 --- 1 files changed, 3 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/Support/Support.vcproj

2006-01-16 Thread Jeff Cohen
Changes in directory llvm/win32/Support: Support.vcproj updated: 1.12 - 1.13 --- Log message: Visual Studio still has issues with being left out. --- Diffs of the changes: (+3 -15) Support.vcproj | 18 +++--- 1 files changed, 3 insertions(+), 15 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/Support/MathExtras.h

2006-01-13 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Support: MathExtras.h updated: 1.28 - 1.29 --- Log message: Fix generous source of VC++ truncation warnings. --- Diffs of the changes: (+2 -2) MathExtras.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/CodeGen/CodeGen.vcproj

2006-01-04 Thread Jeff Cohen
Changes in directory llvm/win32/CodeGen: CodeGen.vcproj updated: 1.17 - 1.18 --- Log message: Teach Visual Studio about new file. --- Diffs of the changes: (+3 -0) CodeGen.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/CodeGen/CodeGen.vcproj diff -u

[llvm-commits] CVS: llvm/include/llvm/Pass.h

2006-01-04 Thread Jeff Cohen
Changes in directory llvm/include/llvm: Pass.h updated: 1.52 - 1.53 --- Log message: Be consistent in using class vs struct to make VC++ happy. And as it contains methods, virtual method even, class wins. --- Diffs of the changes: (+2 -1) Pass.h |3 ++- 1 files changed, 2

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2006-01-03 Thread Jeff Cohen
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.123 - 1.124 --- Log message: Replace fix with one less disruptive to the original code. Also note that GCC 4.1 also correctly flags the syntax error. --- Diffs of the changes: (+3 -4) DAGISelEmitter.cpp |7

[llvm-commits] CVS: llvm/tools/bugpoint/OptimizerDriver.cpp

2005-12-22 Thread Jeff Cohen
Changes in directory llvm/tools/bugpoint: OptimizerDriver.cpp updated: 1.34 - 1.35 --- Log message: Get bugpoint building with VC++ again. --- Diffs of the changes: (+1 -0) OptimizerDriver.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/bugpoint/OptimizerDriver.cpp diff

[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

2005-12-21 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Target: TargetLowering.h updated: 1.32 - 1.33 --- Log message: Oh oh... Unix is case sensitive. --- Diffs of the changes: (+1 -1) TargetLowering.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp

2005-12-18 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.50 - 1.51 --- Log message: Keep VC++ happy. --- Diffs of the changes: (+1 -0) ScheduleDAG.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp diff -u

[llvm-commits] CVS: llvm/win32/x86/x86.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.16 - 1.17 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) x86.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/x86/x86.vcproj diff -u

[llvm-commits] CVS: llvm/win32/Support/Support.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/Support: Support.vcproj updated: 1.11 - 1.12 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) Support.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/Support/Support.vcproj diff -u

[llvm-commits] CVS: llvm/win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/llvm-bcanalyzer: llvm-bcanalyzer.vcproj updated: 1.2 - 1.3 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) llvm-bcanalyzer.vcproj |2 ++ 1 files changed, 2 insertions(+) Index:

[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/VMCore: VMCore.vcproj updated: 1.10 - 1.11 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) VMCore.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/VMCore/VMCore.vcproj diff -u

[llvm-commits] CVS: llvm/win32/llvm-nm/llvm-nm.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/llvm-nm: llvm-nm.vcproj updated: 1.2 - 1.3 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) llvm-nm.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/llvm-nm/llvm-nm.vcproj diff -u

[llvm-commits] CVS: llvm/win32/opt/opt.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/opt: opt.vcproj updated: 1.2 - 1.3 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) opt.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/opt/opt.vcproj diff -u llvm/win32/opt/opt.vcproj:1.2

[llvm-commits] CVS: llvm/win32/bugpoint/bugpoint.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/bugpoint: bugpoint.vcproj updated: 1.2 - 1.3 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) bugpoint.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/bugpoint/bugpoint.vcproj diff -u

[llvm-commits] CVS: llvm/win32/Target/Target.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/Target: Target.vcproj updated: 1.11 - 1.12 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) Target.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/Target/Target.vcproj diff -u

[llvm-commits] CVS: llvm/win32/llvm-ranlib/llvm-ranlib.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/llvm-ranlib: llvm-ranlib.vcproj updated: 1.2 - 1.3 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) llvm-ranlib.vcproj |2 ++ 1 files changed, 2 insertions(+) Index:

[llvm-commits] CVS: llvm/win32/Fibonacci/Fibonacci.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/Fibonacci: Fibonacci.vcproj updated: 1.9 - 1.10 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) Fibonacci.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/Fibonacci/Fibonacci.vcproj diff

[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/Transforms: Transforms.vcproj updated: 1.18 - 1.19 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) Transforms.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/Transforms/Transforms.vcproj

[llvm-commits] CVS: llvm/win32/System/System.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/System: System.vcproj updated: 1.15 - 1.16 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) System.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/System/System.vcproj diff -u

[llvm-commits] CVS: llvm/win32/CBackend/CBackend.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/CBackend: CBackend.vcproj updated: 1.3 - 1.4 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) CBackend.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/CBackend/CBackend.vcproj diff -u

[llvm-commits] CVS: llvm/win32/TableGen/TableGen.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/TableGen: TableGen.vcproj updated: 1.18 - 1.19 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) TableGen.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/TableGen/TableGen.vcproj diff -u

[llvm-commits] CVS: llvm/win32/ExecutionEngine/ExecutionEngine.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/ExecutionEngine: ExecutionEngine.vcproj updated: 1.7 - 1.8 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) ExecutionEngine.vcproj |2 ++ 1 files changed, 2 insertions(+) Index:

[llvm-commits] CVS: llvm/include/llvm/Value.h

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/include/llvm: Value.h updated: 1.79 - 1.80 --- Log message: Fix VC++ level 4 warnings. --- Diffs of the changes: (+2 -2) Value.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/include/llvm/Value.h diff -u llvm/include/llvm/Value.h:1.79

[llvm-commits] CVS: llvm/win32/analyze/analyze.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/analyze: analyze.vcproj updated: 1.5 - 1.6 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) analyze.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/analyze/analyze.vcproj diff -u

[llvm-commits] CVS: llvm/include/llvm/Constant.h GlobalVariable.h Instruction.h

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/include/llvm: Constant.h updated: 1.26 - 1.27 GlobalVariable.h updated: 1.35 - 1.36 Instruction.h updated: 1.69 - 1.70 --- Log message: Fix VC++ level 4 warnings. Because a base class has declared these private, VC++ complains it cannot automatically generate this

[llvm-commits] CVS: llvm/win32/lli/lli.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/lli: lli.vcproj updated: 1.6 - 1.7 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) lli.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/lli/lli.vcproj diff -u llvm/win32/lli/lli.vcproj:1.6

[llvm-commits] CVS: llvm/win32/Linker/Linker.vcproj

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/win32/Linker: Linker.vcproj updated: 1.4 - 1.5 --- Log message: Turn on string pooling for smaller binaries. --- Diffs of the changes: (+2 -0) Linker.vcproj |2 ++ 1 files changed, 2 insertions(+) Index: llvm/win32/Linker/Linker.vcproj diff -u

[llvm-commits] CVS: llvm/win32/x86/x86.vcproj

2005-11-15 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.15 - 1.16 --- Log message: Keep Visual Studio building. --- Diffs of the changes: (+10 -4) x86.vcproj | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) Index: llvm/win32/x86/x86.vcproj diff -u

[llvm-commits] CVS: llvm/utils/TableGen/InstrInfoEmitter.cpp

2005-11-01 Thread Jeff Cohen
Changes in directory llvm/utils/TableGen: InstrInfoEmitter.cpp updated: 1.30 - 1.31 --- Log message: Keep VC++ happy. --- Diffs of the changes: (+1 -0) InstrInfoEmitter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/utils/TableGen/InstrInfoEmitter.cpp diff -u

[llvm-commits] CVS: llvm/include/llvm/Target/TargetInstrItineraries.h

2005-11-01 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Target: TargetInstrItineraries.h updated: 1.2 - 1.3 --- Log message: Keep VC++ happy. --- Diffs of the changes: (+1 -0) TargetInstrItineraries.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/Target/TargetInstrItineraries.h diff

[llvm-commits] CVS: llvm/docs/GettingStartedVS.html

2005-10-30 Thread Jeff Cohen
PROTECTED]Jeff Cohen/abr a href=http://llvm.cs.uiuc.edu;The LLVM Compiler Infrastructure/abr - Last modified: $Date: 2005/03/08 03:56:50 $ + Last modified: $Date: 2005/10/30 21:00:24 $ /address /body /html ___ llvm-commits mailing list llvm

<    1   2   3   4   5   >