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

2007-01-11 Thread Reid Spencer
Changes in directory llvm/lib/ExecutionEngine/Interpreter: Execution.cpp updated: 1.155 - 1.156 ExternalFunctions.cpp updated: 1.93 - 1.94 --- Log message: Rename BoolTy as Int1Ty. Patch by Sheng Zhou. --- Diffs of the changes: (+27 -27) Execution.cpp | 52

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

2006-12-30 Thread Reid Spencer
Changes in directory llvm/lib/ExecutionEngine/Interpreter: Execution.cpp updated: 1.154 - 1.155 ExternalFunctions.cpp updated: 1.92 - 1.93 --- Log message: For PR950: http://llvm.org/PR950 : Convert signed integer types to signless ones. --- Diffs of the changes: (+253 -369) Execution.cpp

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/ExecutionEngine/Interpreter: Execution.cpp updated: 1.151 - 1.152 ExternalFunctions.cpp updated: 1.91 - 1.92 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the

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

2006-12-01 Thread Jeff Cohen
Changes in directory llvm/lib/ExecutionEngine/Interpreter: Execution.cpp updated: 1.149 - 1.150 ExternalFunctions.cpp updated: 1.90 - 1.91 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+2 -0) Execution.cpp |1 + ExternalFunctions.cpp |1 + 2 files changed,

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

2006-11-27 Thread Bill Wendling
Changes in directory llvm/lib/ExecutionEngine/Interpreter: Execution.cpp updated: 1.148 - 1.149 ExternalFunctions.cpp updated: 1.89 - 1.90 --- Log message: Removed #include iostream and replaced streams with llvm streams. --- Diffs of the changes: (+36 -35) Execution.cpp | 58

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

2006-11-08 Thread Jim Laskey
Changes in directory llvm/lib/ExecutionEngine/Interpreter: Execution.cpp updated: 1.146 - 1.147 ExternalFunctions.cpp updated: 1.88 - 1.89 --- Log message: Remove redundant cmath. --- Diffs of the changes: (+0 -2) Execution.cpp |1 - ExternalFunctions.cpp |1 - 2 files