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
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
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)
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
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
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
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
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 ++
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(-)
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:
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
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
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
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
14 matches
Mail list logo