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

2006-01-21 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.130 -> 1.131 --- Log message: Fix a bug in a recent refactor that caused a bunch of programs to miscompile or the compiler to crash. --- Diffs of the changes: (+1 -1) SelectionDAGISel.cpp |2 +- 1 files

[llvm-commits] CVS: llvm-test/MultiSource/Applications/oggenc/

2006-01-21 Thread LLVM
Changes in directory llvm-test/MultiSource/Applications/oggenc: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Applications/oggenc added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mail

[llvm-commits] CVS: llvm-test/MultiSource/Applications/oggenc/COPYING LICENSE.TXT

2006-01-21 Thread Duraid Madina
Changes in directory llvm-test/MultiSource/Applications/oggenc: COPYING added (r1.1) LICENSE.TXT added (r1.1) --- Log message: license stuff --- Diffs of the changes: (+341 -0) COPYING | 340 LICENSE.TXT |1 2 files ch

[llvm-commits] CVS: llvm-test/LICENSE.TXT

2006-01-21 Thread Duraid Madina
Changes in directory llvm-test: LICENSE.TXT updated: 1.9 -> 1.10 --- Log message: oggenc is Free --- Diffs of the changes: (+1 -0) LICENSE.TXT |1 + 1 files changed, 1 insertion(+) Index: llvm-test/LICENSE.TXT diff -u llvm-test/LICENSE.TXT:1.9 llvm-test/LICENSE.TXT:1.10 --- llvm-tes

[llvm-commits] CVS: llvm-test/MultiSource/Applications/Makefile

2006-01-21 Thread Duraid Madina
Changes in directory llvm-test/MultiSource/Applications: Makefile updated: 1.22 -> 1.23 --- Log message: adding the ogg vorbis encoder --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/MultiSource/Applications/Makefile

[llvm-commits] CVS: llvm-test/MultiSource/Applications/oggenc/tune

2006-01-21 Thread Duraid Madina
Changes in directory llvm-test/MultiSource/Applications/oggenc: tune added (r1.1) --- Log message: oh no, I hope this doesn't get emailed --- Diffs of the changes: (+0 -0) tune |0 1 files changed Index: llvm-test/MultiSource/Applications/oggenc/tune ___

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

2006-01-21 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.28 -> 1.29 --- Log message: insignificant, but next up is proper stack frame layout! --- Diffs of the changes: (+2 -1) IA64ISelDAGToDAG.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm