[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrFormats.td AlphaInstrInfo.td

2005-12-23 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrFormats.td updated: 1.19 -> 1.20 AlphaInstrInfo.td updated: 1.86 -> 1.87 --- Log message: Unify the patterns for loads and stores. Now offset addressing should be supported. This almost completes memory operations. --- Diffs of the chan

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp AlphaISelLowering.cpp AlphaISelLowering.h AlphaISelPattern.cpp AlphaInstrInfo.td

2005-12-23 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.19 -> 1.20 AlphaISelLowering.cpp updated: 1.13 -> 1.14 AlphaISelLowering.h updated: 1.5 -> 1.6 AlphaISelPattern.cpp updated: 1.194 -> 1.195 AlphaInstrInfo.td updated: 1.85 -> 1.86 --- Log message: Let's see if we can b

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp AlphaInstrFormats.td AlphaInstrInfo.td

2005-12-23 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.18 -> 1.19 AlphaInstrFormats.td updated: 1.18 -> 1.19 AlphaInstrInfo.td updated: 1.84 -> 1.85 --- Log message: move loads and stores over. Smart addr selection comming --- Diffs of the changes: (+53 -58) AlphaISel

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp PPCISelDAGToDAG.cpp PPCISelLowering.cpp README.txt

2005-12-23 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.132 -> 1.133 PPCISelDAGToDAG.cpp updated: 1.146 -> 1.147 PPCISelLowering.cpp updated: 1.54 -> 1.55 README.txt updated: 1.41 -> 1.42 --- Log message: Fix one of the things in the todo file, and get a bit closer to folding

[llvm-commits] CVS: llvm/Makefile.rules

2005-12-23 Thread Reid Spencer
Changes in directory llvm: Makefile.rules updated: 1.337 -> 1.338 --- Log message: For PR625: http://llvm.cs.uiuc.edu/PR625 : Don't install contents of CVS directories and don't double install when srcdir == objdir. --- Diffs of the changes: (+3 -1) Makefile.rules |4 +++- 1 files chan

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8InstrInfo.td SparcV8RegisterInfo.cpp

2005-12-23 Thread Evan Cheng
Changes in directory llvm/lib/Target/SparcV8: SparcV8InstrInfo.td updated: 1.95 -> 1.96 SparcV8RegisterInfo.cpp updated: 1.31 -> 1.32 --- Log message: * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. * Added a pseudo instruction (for each target) that represent "return void"

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

2005-12-23 Thread Evan Cheng
Changes in directory llvm/lib/Target: Target.td updated: 1.65 -> 1.66 TargetSelectionDAG.td updated: 1.35 -> 1.36 --- Log message: * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. * Added a pseudo instruction (for each target) that represent "return void". This is a workar

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td X86RegisterInfo.cpp

2005-12-23 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrInfo.td updated: 1.184 -> 1.185 X86RegisterInfo.cpp updated: 1.113 -> 1.114 --- Log message: * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. * Added a pseudo instruction (for each target) that represent "return void". This

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td PPCRegisterInfo.cpp

2005-12-23 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.164 -> 1.165 PPCRegisterInfo.cpp updated: 1.37 -> 1.38 --- Log message: * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. * Added a pseudo instruction (for each target) that represent "return void". Th

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

2005-12-23 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: CodeGenInstruction.h updated: 1.16 -> 1.17 CodeGenTarget.cpp updated: 1.50 -> 1.51 DAGISelEmitter.cpp updated: 1.114 -> 1.115 DAGISelEmitter.h updated: 1.47 -> 1.48 --- Log message: * Support for hasInFlag and hasOutFlag (on instructions). Remove namele

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

2005-12-23 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.74 -> 1.75 --- Log message: Remove redundant debug locations. --- Diffs of the changes: (+34 -0) DAGCombiner.cpp | 34 ++ 1 files changed, 34 insertions(+) Index: llvm/lib/Cod

[llvm-commits] CVS: llvm-gcc/gcc/config/rs6000/sysv4.h t-ppccomm

2005-12-23 Thread Chris Lattner
Changes in directory llvm-gcc/gcc/config/rs6000: sysv4.h updated: 1.1.1.2 -> 1.2 t-ppccomm updated: 1.1.1.1 -> 1.2 --- Log message: get llvmgcc building on ppc-linux and ppc-linux64. Thanks to Marco Matthies for the patch! --- Diffs of the changes: (+8 -8) sysv4.h |8 t-pp

[llvm-commits] CVS: llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll

2005-12-23 Thread Chris Lattner
Changes in directory llvm/test/Regression/Assembler: 2004-12-06-ConstantFloatRange.ll updated: 1.3 -> 1.4 --- Log message: this test fails --- Diffs of the changes: (+1 -0) 2004-12-06-ConstantFloatRange.ll |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Regression/Assembler/20

[llvm-commits] CVS: llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll

2005-12-23 Thread Chris Lattner
Changes in directory llvm/test/Regression/Verifier: 2004-01-22-FloatNormalization.ll updated: 1.1 -> 1.2 --- Log message: this test is malformed --- Diffs of the changes: (+1 -1) 2004-01-22-FloatNormalization.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/R

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

2005-12-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.246 -> 1.247 --- Log message: unbreak the build :-/ --- Diffs of the changes: (+3 -3) LegalizeDAG.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/CodeGen/SelectionDAG/Legali