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

2006-10-21 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.520.2.3 -> 1.520.2.4 --- Log message: Implement backwards compatibility in bytecode reader for signless types. Bump bytecode writer version number (to 6). Fix bugs in DIV -> SDIV/UDIV changes. --- Diffs of th

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

2006-10-21 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.198.2.3 -> 1.198.2.4 Reader.h updated: 1.34 -> 1.34.2.1 --- Log message: Implement backwards compatibility in bytecode reader for signless types. Bump bytecode writer version number (to 6). Fix bugs in DIV -> SDIV/UDIV changes

[llvm-commits] [SignlessTypes] CVS: llvm/include/llvm/Instruction.def

2006-10-21 Thread Reid Spencer
Changes in directory llvm/include/llvm: Instruction.def updated: 1.19.6.3 -> 1.19.6.4 --- Log message: Implement backwards compatibility in bytecode reader for signless types. Bump bytecode writer version number (to 6). Fix bugs in DIV -> SDIV/UDIV changes. --- Diffs of the changes: (+0 -4)

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

2006-10-21 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.124.2.1 -> 1.124.2.2 --- Log message: Implement backwards compatibility in bytecode reader for signless types. Bump bytecode writer version number (to 6). Fix bugs in DIV -> SDIV/UDIV changes. --- Diffs of the changes: (+1

[llvm-commits] [SignlessTypes] CVS: llvm/test/Feature/signedinst.ll

2006-10-21 Thread Reid Spencer
Changes in directory llvm/test/Feature: signedinst.ll added (r1.1.2.1) --- Log message: Add a test case for testing the new signed instructions. --- Diffs of the changes: (+9 -0) signedinst.ll |9 + 1 files changed, 9 insertions(+) Index: llvm/test/Feature/signedinst.ll diff

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-10-21 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.95 -> 1.96 --- Log message: Get rid of empty test. --- Diffs of the changes: (+3 -1) ProgramResults.php |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: nightlytest-serverside/ProgramResults.php

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-10-21 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.96 -> 1.97 --- Log message: Undo. --- Diffs of the changes: (+1 -3) ProgramResults.php |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index: nightlytest-serverside/ProgramResults.php diff -u nightlyte

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

2006-10-21 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.520.2.4 -> 1.520.2.5 --- Log message: Fixes to get the DIV -> S/UDIV change working. This now passes MultiSource. --- Diffs of the changes: (+157 -53) InstructionCombining.cpp | 210 ++

[llvm-commits] [SignlessTypes] CVS: llvm/test/Feature/signedinst.ll

2006-10-21 Thread Reid Spencer
Changes in directory llvm/test/Feature: signedinst.ll updated: 1.1.2.1 -> 1.1.2.2 --- Log message: Fixes to get the DIV -> S/UDIV change working. This now passes MultiSource. --- Diffs of the changes: (+5 -2) signedinst.ll |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-)

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

2006-10-21 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.520.2.5 -> 1.520.2.6 --- Log message: Back out a patch that wasn't correct. --- Diffs of the changes: (+1 -2) InstructionCombining.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index:

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

2006-10-21 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: SCCP.cpp updated: 1.133 -> 1.134 --- Log message: 3 Changes: 1. Better document what is going on here. 2. Only hack on one branch per iteration, making the results less conservative. 3. Handle the problematic case by marking edges executable inst

[llvm-commits] CVS: llvm/lib/AsmParser/Lexer.l llvmAsmParser.y

2006-10-21 Thread Chris Lattner
Changes in directory llvm/lib/AsmParser: Lexer.l updated: 1.78 -> 1.79 llvmAsmParser.y updated: 1.267 -> 1.268 --- Log message: change keyword to datalayout --- Diffs of the changes: (+3 -3) Lexer.l |2 +- llvmAsmParser.y |4 ++-- 2 files changed, 3 insertions(+), 3 deletio

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp

2006-10-21 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.209 -> 1.210 --- Log message: Change keyword to datalayout --- Diffs of the changes: (+1 -1) AsmWriter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/VMCore/AsmWriter.cpp diff -u llvm/lib/VMCore

Re: [llvm-commits] CVS: llvm/lib/AsmParser/llvmAsmParser.y Lexer.l

2006-10-21 Thread Chris Lattner
On Oct 17, 2006, at 7:28 PM, Reid Spencer wrote: >> Index: llvm/lib/AsmParser/llvmAsmParser.y >> diff -u llvm/lib/AsmParser/llvmAsmParser.y:1.265 llvm/lib/ >> AsmParser/llvmAsmParser.y:1.266 >> --- llvm/lib/AsmParser/llvmAsmParser.y:1.265 Sun Oct 15 18:26:46 2006 >> +++ llvm/lib/AsmParser/llvmAsmP