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

2006-03-06 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGList.cpp updated: 1.18 - 1.19 --- Log message: update file comment --- Diffs of the changes: (+8 -3) ScheduleDAGList.cpp | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) Index:

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

2006-03-06 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: Makefile updated: 1.1 - 1.2 --- Log message: fix objdir != srcdir testing --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/177.mesa/Makefile

2006-03-06 Thread Evan Cheng
Changes in directory llvm-test/External/SPEC/CFP2000/177.mesa: Makefile updated: 1.7 - 1.8 --- Log message: Increase default problem size to something reasonable. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/179.art/Makefile

2006-03-06 Thread Evan Cheng
Changes in directory llvm-test/External/SPEC/CFP2000/179.art: Makefile updated: 1.5 - 1.6 --- Log message: Bump default problem size to something that takes ~3 sec range. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-03-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.449 - 1.450 --- Log message: Teach instcombine to increase the alignment of memset/memcpy/memmove when the pointer is known to come from either a global variable, alloca or malloc. This allows us to compile

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/global.h

2006-03-06 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: global.h updated: 1.1 - 1.2 --- Log message: Don't overflow filename buffers. grr. --- Diffs of the changes: (+4 -4) global.h |8 1 files changed, 4 insertions(+), 4 deletions(-) Index:

[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2006-03-06-C++RecurseCrash.cpp

2006-03-06 Thread Chris Lattner
Changes in directory llvm/test/Regression/C++Frontend: 2006-03-06-C++RecurseCrash.cpp added (r1.1) --- Log message: new regression test --- Diffs of the changes: (+24 -0) 2006-03-06-C++RecurseCrash.cpp | 24 1 files changed, 24 insertions(+) Index:

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

2006-03-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.450 - 1.451 --- Log message: Teach the alignment handling code to look through constant expr casts and GEPs --- Diffs of the changes: (+12 -4) InstructionCombining.cpp | 16 1 files

[llvm-commits] CVS: llvm/lib/Target/X86/X86ATTAsmPrinter.cpp X86ATTAsmPrinter.h X86AsmPrinter.cpp X86AsmPrinter.h X86ISelLowering.cpp X86InstrInfo.td X86IntelAsmPrinter.cpp X86IntelAsmPrinter.h

2006-03-06 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ATTAsmPrinter.cpp updated: 1.28 - 1.29 X86ATTAsmPrinter.h updated: 1.8 - 1.9 X86AsmPrinter.cpp updated: 1.167 - 1.168 X86AsmPrinter.h updated: 1.11 - 1.12 X86ISelLowering.cpp updated: 1.102 - 1.103 X86InstrInfo.td updated: 1.251 - 1.252

[llvm-commits] CVS: llvm/win32/Support/Support.vcproj

2006-03-06 Thread Jeff Cohen
Changes in directory llvm/win32/Support: Support.vcproj updated: 1.14 - 1.15 --- Log message: Keep VC++ building. --- Diffs of the changes: (+6 -0) Support.vcproj |6 ++ 1 files changed, 6 insertions(+) Index: llvm/win32/Support/Support.vcproj diff -u

[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt

2006-03-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: README.txt updated: 1.68 - 1.69 --- Log message: add a note --- Diffs of the changes: (+14 -0) README.txt | 14 ++ 1 files changed, 14 insertions(+) Index: llvm/lib/Target/PowerPC/README.txt diff -u

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

2006-03-06 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGList.cpp updated: 1.19 - 1.20 --- Log message: Fix some formatting, when looking for hazards, prefer target nodes over things like copyfromreg. --- Diffs of the changes: (+15 -7) ScheduleDAGList.cpp | 22

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp PPCHazardRecognizers.h PPCISelDAGToDAG.cpp

2006-03-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCHazardRecognizers.cpp added (r1.1) PPCHazardRecognizers.h added (r1.1) PPCISelDAGToDAG.cpp updated: 1.161 - 1.162 --- Log message: Implement a very very simple hazard recognizer for LSU rejects and ctr set/read flushes --- Diffs of the

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp

2006-03-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCHazardRecognizers.cpp updated: 1.1 - 1.2 --- Log message: add some comments that describe what we model --- Diffs of the changes: (+18 -3) PPCHazardRecognizers.cpp | 21 ++--- 1 files changed, 18 insertions(+), 3

[llvm-commits] CVS: llvm-test/Makefile.programs

2006-03-06 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.195 - 1.196 --- Log message: Enable the td scheduler for llcbeta --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp

2006-03-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCHazardRecognizers.cpp updated: 1.2 - 1.3 --- Log message: add some new instructions to the classifier. With this, we correctly insert a nop into Freebench/neural, which speeds it up from 136-129s (~5.4%). --- Diffs of the changes: (+11 -0)