[llvm-commits] CVS: llvm/tools/gccld/GenerateCode.cpp

2005-11-02 Thread Chris Lattner
Changes in directory llvm/tools/gccld: GenerateCode.cpp updated: 1.54 -> 1.55 --- Log message: add a hack that fixes: llvm-gcc main.c -Wl,-native -o a.out -g This is important because it used by many configure scripts. John, please pull this onto the 1.6 branch. --- Diffs of the chang

[llvm-commits] CVS: llvm/runtime/GCCLibraries/libg/

2005-11-02 Thread Chris Lattner
Changes in directory llvm/runtime/GCCLibraries/libg: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm/runtime/GCCLibraries/libg added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing lis

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

2005-11-02 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.72 -> 1.73 --- Log message: Reject integer literals that are out of range for their type. --- Diffs of the changes: (+19 -1) DAGISelEmitter.cpp | 20 +++- 1 files changed, 19 insertions(+), 1 deletion

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

2005-11-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64InstrInfo.td updated: 1.25 -> 1.26 --- Log message: Fix a bug that prevented this pattern from matching --- Diffs of the changes: (+1 -1) IA64InstrInfo.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/IA64/

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

2005-11-02 Thread John Criswell
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.58 -> 1.58.2.1 --- Log message: Merged in revision 1.60. --- Diffs of the changes: (+5 -5) DAGCombiner.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/lib/CodeGen/SelectionD

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

2005-11-02 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.59 -> 1.60 --- Log message: Fix a crash that Andrew noticed, and add a pair of braces to unfconfuse XCode's indenting. --- Diffs of the changes: (+5 -5) DAGCombiner.cpp | 10 +- 1 files changed, 5 inse

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

2005-11-02 Thread Andrew Lenharth
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.402 -> 1.403 --- Log message: make this 64 bit clean, fixed test30 of /Regression/Transforms/InstCombine/add.ll --- Diffs of the changes: (+1 -1) InstructionCombining.cpp |2 +- 1 files changed, 1 inse

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/add.ll

2005-11-02 Thread Andrew Lenharth
Changes in directory llvm/test/Regression/Transforms/InstCombine: add.ll updated: 1.27 -> 1.28 --- Log message: This is missed by InstCombine, patch comming --- Diffs of the changes: (+7 -0) add.ll |7 +++ 1 files changed, 7 insertions(+) Index: llvm/test/Regression/Transforms/Ins

[llvm-commits] [release_16] CVS: llvm/test/Regression/ExecutionEngine/parallel.ll

2005-11-02 Thread John Criswell
Changes in directory llvm/test/Regression/ExecutionEngine: parallel.ll updated: 1.1 -> 1.1.4.1 --- Log message: Don't use -q; this option is not available on Solaris grep (and probably other, traditional UNIX greps). --- Diffs of the changes: (+1 -1) parallel.ll |2 +- 1 files changed,

[llvm-commits] [release_16] CVS: llvm/test/Regression/CFrontend/2004-06-17-UnorderedCompares.c.tr 2005-02-20-AggregateSAVEEXPR.c

2005-11-02 Thread John Criswell
Changes in directory llvm/test/Regression/CFrontend: 2004-06-17-UnorderedCompares.c.tr updated: 1.4 -> 1.4.4.1 2005-02-20-AggregateSAVEEXPR.c updated: 1.2 -> 1.2.6.1 --- Log message: Mark these as failing on sparc instead of sparcv9. The configure script no longer tells us that we're configurin

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

2005-11-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.245 -> 1.246 --- Log message: Fix a QOI issue noticed by Markus F.X.J. Oberhumer. This fixes PR641: http://llvm.cs.uiuc.edu/PR641 --- Diffs of the changes: (+1 -0) Writer.cpp |1 + 1 files changed, 1 insertion(+) I

[llvm-commits] CVS: llvm-www/releases/1.6/LICENSE.TXT index.html

2005-11-02 Thread John Criswell
Changes in directory llvm-www/releases/1.6: LICENSE.TXT added (r1.1) index.html added (r1.1) --- Log message: Add the license file and index page for this release directory. --- Diffs of the changes: (+79 -0) LICENSE.TXT | 72

[llvm-commits] CVS: llvm-www/releases/1.6/cfrontend-1.6.i686-redhat-linux-gnu.tar.gz cfrontend-1.6.powerpc-apple-darwin7.9.0.tar.gz cfrontend-1.6.source.tar.gz cfrontend-1.6.sparc-sun-solaris2.8.tar.

2005-11-02 Thread John Criswell
Changes in directory llvm-www/releases/1.6: cfrontend-1.6.i686-redhat-linux-gnu.tar.gz added (r1.1) cfrontend-1.6.powerpc-apple-darwin7.9.0.tar.gz added (r1.1) cfrontend-1.6.source.tar.gz added (r1.1) cfrontend-1.6.sparc-sun-solaris2.8.tar.gz added (r1.1) --- Log message: Initial versions of th

[llvm-commits] CVS: llvm-test/TEST.nightly.report

2005-11-02 Thread Andrew Lenharth
Changes in directory llvm-test: TEST.nightly.report updated: 1.37 -> 1.38 --- Log message: This does wonderful things for readability --- Diffs of the changes: (+3 -3) TEST.nightly.report |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-test/TEST.nightly.report

[llvm-commits] CVS: llvm-www/releases/1.6/

2005-11-02 Thread John Criswell
Changes in directory llvm-www/releases/1.6: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm-www/releases/1.6 added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.