[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.53 -> 1.54 --- Log message: use ESP directly, not a copy of ESP into some other register for fastcc calls --- Diffs of the changes: (+1 -2) X86ISelLowering.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(

[llvm-commits] CVS: llvm/test/Regression/Bytecode/old-intrinsics.ll

2006-01-23 Thread Chris Lattner
Changes in directory llvm/test/Regression/Bytecode: old-intrinsics.ll updated: 1.3 -> 1.4 --- Log message: This is still broken --- Diffs of the changes: (+2 -0) old-intrinsics.ll |2 ++ 1 files changed, 2 insertions(+) Index: llvm/test/Regression/Bytecode/old-intrinsics.ll diff -u l

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

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.275 -> 1.276 SelectionDAG.cpp updated: 1.242 -> 1.243 --- Log message: Fix an infinite loop I caused by making sure to legalize the flag operand of CALLSEQ_* nodes --- Diffs of the changes: (+22 -1) LegalizeDAG.

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

2006-01-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAGNodes.h updated: 1.92 -> 1.93 --- Log message: add a method --- Diffs of the changes: (+1 -0) SelectionDAGNodes.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h diff -u llvm/includ

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

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.52 -> 1.53 X86InstrInfo.td updated: 1.216 -> 1.217 --- Log message: Emit the copies out of call return registers *after* the ISD::CALLSEQ_END node, fixing fastcc and the case where a function has a frame pointer due to dyn

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2006-01-23-FileScopeAsm.c

2006-01-23 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2006-01-23-FileScopeAsm.c added (r1.1) --- Log message: new c front-end testcase --- Diffs of the changes: (+8 -0) 2006-01-23-FileScopeAsm.c |8 1 files changed, 8 insertions(+) Index: llvm/test/Regression/CFrontend/2006-0

[llvm-commits] CVS: llvm/lib/Target/X86/X86CodeEmitter.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86CodeEmitter.cpp updated: 1.83 -> 1.84 --- Log message: Allow jit-beta to work --- Diffs of the changes: (+0 -1) X86CodeEmitter.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/X86/X86CodeEmitter.cpp diff -u llvm/lib/Target/X

[llvm-commits] CVS: llvm/include/llvm/InlineAsm.h

2006-01-23 Thread Jeff Cohen
Changes in directory llvm/include/llvm: InlineAsm.h updated: 1.1 -> 1.2 --- Log message: Be consistent in using class/struct to keep Visual Studio happy. --- Diffs of the changes: (+1 -1) InlineAsm.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Inline

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

2006-01-23 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGSimple.cpp updated: 1.4 -> 1.5 --- Log message: Fix VC++ compilation error. --- Diffs of the changes: (+1 -0) ScheduleDAGSimple.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimp

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

2006-01-23 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.13 -> 1.14 --- Log message: Remove unused variables. --- Diffs of the changes: (+0 -3) DwarfWriter.cpp |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/CodeGen/DwarfWriter.cpp diff -u llvm/lib/CodeGen/DwarfWriter

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

2006-01-23 Thread Jeff Cohen
Changes in directory llvm/win32/CodeGen: CodeGen.vcproj updated: 1.19 -> 1.20 --- Log message: Add new files to Visual Studio. --- Diffs of the changes: (+3 -0) CodeGen.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/CodeGen/CodeGen.vcproj diff -u llvm/win32/CodeGen/

[llvm-commits] CVS: llvm/win32/config.h

2006-01-23 Thread Jeff Cohen
Changes in directory llvm/win32: config.h updated: 1.1 -> 1.2 --- Log message: Track changes in config.h.in. --- Diffs of the changes: (+2 -4) config.h |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm/win32/config.h diff -u llvm/win32/config.h:1.1 llvm/win32/con

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

2006-01-23 Thread Jeff Cohen
Changes in directory llvm/win32/VMCore: VMCore.vcproj updated: 1.13 -> 1.14 --- Log message: Add new files to Visual Studio. --- Diffs of the changes: (+6 -0) VMCore.vcproj |6 ++ 1 files changed, 6 insertions(+) Index: llvm/win32/VMCore/VMCore.vcproj diff -u llvm/win32/VMCore/VMC

[llvm-commits] CVS: llvm/lib/Transforms/Utils/CloneModule.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: CloneModule.cpp updated: 1.16 -> 1.17 --- Log message: rename method --- Diffs of the changes: (+1 -1) CloneModule.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Utils/CloneModule.cpp diff -u llvm/l

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

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.38 -> 1.39 --- Log message: rename method --- Diffs of the changes: (+4 -3) AsmPrinter.cpp |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/lib/CodeGen/AsmPrinter.cpp diff -u llvm/lib/CodeGen/Asm

[llvm-commits] CVS: llvm/lib/Linker/LinkModules.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Linker: LinkModules.cpp updated: 1.110 -> 1.111 --- Log message: Rename method --- Diffs of the changes: (+5 -4) LinkModules.cpp |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: llvm/lib/Linker/LinkModules.cpp diff -u llvm/lib/Linker

[llvm-commits] CVS: llvm/lib/VMCore/InlineAsm.cpp AsmWriter.cpp Globals.cpp Module.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: InlineAsm.cpp added (r1.1) AsmWriter.cpp updated: 1.188 -> 1.189 Globals.cpp updated: 1.12 -> 1.13 Module.cpp updated: 1.62 -> 1.63 --- Log message: Initial checkin of the InlineAsm class --- Diffs of the changes: (+80 -5) AsmWriter.cpp | 12

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.183 -> 1.184 --- Log message: Rename method --- Diffs of the changes: (+1 -1) Reader.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Bytecode/Reader/Reader.cpp diff -u llvm/lib/Bytecode/Rea

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

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.117 -> 1.118 --- Log message: Rename method --- Diffs of the changes: (+1 -1) Writer.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Bytecode/Writer/Writer.cpp diff -u llvm/lib/Bytecode/Wri

[llvm-commits] CVS: llvm/include/llvm/InlineAsm.h Value.h Module.h

2006-01-23 Thread Chris Lattner
Changes in directory llvm/include/llvm: InlineAsm.h added (r1.1) Value.h updated: 1.81 -> 1.82 Module.h updated: 1.67 -> 1.68 --- Log message: Initial checkin of the InlineAsm class --- Diffs of the changes: (+139 -18) InlineAsm.h | 89

[llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h

2006-01-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.15 -> 1.16 --- Log message: Crude Dwarf global variable debugging. --- Diffs of the changes: (+50 -29) DwarfWriter.h | 79 -- 1 files changed, 50 insertions(+)

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

2006-01-23 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.12 -> 1.13 --- Log message: Crude Dwarf global variable debugging. --- Diffs of the changes: (+246 -136) DwarfWriter.cpp | 382 1 files changed, 246 insertions(+), 13

[llvm-commits] CVS: llvm/test/Feature/inlineasm.ll

2006-01-23 Thread Chris Lattner
Changes in directory llvm/test/Feature: inlineasm.ll updated: 1.1 -> 1.2 --- Log message: minor syntax change --- Diffs of the changes: (+2 -2) inlineasm.ll |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Feature/inlineasm.ll diff -u llvm/test/Feature/inlin

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

2006-01-23 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.141 -> 1.142 --- Log message: Crude Dwarf global variable debugging. --- Diffs of the changes: (+4 -4) PPCAsmPrinter.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/lib/Target/Pow

[llvm-commits] CVS: llvm/lib/AsmParser/llvmAsmParser.y Lexer.l

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/AsmParser: llvmAsmParser.y updated: 1.246 -> 1.247 Lexer.l updated: 1.69 -> 1.70 --- Log message: syntax change --- Diffs of the changes: (+4 -3) Lexer.l |1 + llvmAsmParser.y |6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.187 -> 1.188 --- Log message: Pretty print file-scope asm blocks. --- Diffs of the changes: (+15 -1) AsmWriter.cpp | 16 +++- 1 files changed, 15 insertions(+), 1 deletion(-) Index: llvm/lib/VMCore/AsmWriter.cpp

[llvm-commits] CVS: llvm/docs/LangRef.html

2006-01-23 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.132 -> 1.133 --- Log message: minor syntax change --- Diffs of the changes: (+3 -3) LangRef.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.132 llvm

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.186 -> 1.187 --- Log message: syntax change --- 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/AsmWriter.cpp:

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

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.37 -> 1.38 --- Log message: Print file-scope inline asm blocks at the start of the output file. --- Diffs of the changes: (+5 -0) AsmPrinter.cpp |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/CodeGen/AsmPrin

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.182 -> 1.183 --- Log message: Add support for reading/writing inline asm --- Diffs of the changes: (+5 -1) Reader.cpp |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/lib/Bytecode/Reader/Reader

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

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.116 -> 1.117 --- Log message: Add support for reading/writing inline asm --- Diffs of the changes: (+3 -0) Writer.cpp |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Bytecode/Writer/Writer.cpp diff -u llvm/

[llvm-commits] CVS: llvm/docs/BytecodeFormat.html

2006-01-23 Thread Chris Lattner
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.48 -> 1.49 --- Log message: Update for file-scope inline asm --- Diffs of the changes: (+12 -15) BytecodeFormat.html | 27 --- 1 files changed, 12 insertions(+), 15 deletions(-) Index: llvm/docs/Byte

[llvm-commits] CVS: llvm/docs/LangRef.html

2006-01-23 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.131 -> 1.132 --- Log message: document module-level inline asm support. --- Diffs of the changes: (+31 -2) LangRef.html | 33 +++-- 1 files changed, 31 insertions(+), 2 deletions(-) Index: llvm/docs/Lan

[llvm-commits] CVS: llvm/test/Feature/inlineasm.ll

2006-01-23 Thread Chris Lattner
Changes in directory llvm/test/Feature: inlineasm.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+8 -0) inlineasm.ll |8 1 files changed, 8 insertions(+) Index: llvm/test/Feature/inlineasm.ll diff -c /dev/null llvm/test/Feature/inlineasm.ll:1.1 ***

[llvm-commits] CVS: llvm/lib/Transforms/Utils/CloneModule.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: CloneModule.cpp updated: 1.15 -> 1.16 --- Log message: When cloning a module, clone the inline asm. --- Diffs of the changes: (+1 -0) CloneModule.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Transforms/Utils/CloneModule.cpp

[llvm-commits] CVS: llvm/lib/Linker/LinkModules.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/Linker: LinkModules.cpp updated: 1.109 -> 1.110 --- Log message: Add support for linking inline asm --- Diffs of the changes: (+7 -0) LinkModules.cpp |7 +++ 1 files changed, 7 insertions(+) Index: llvm/lib/Linker/LinkModules.cpp diff -u llvm/lib/Lin

[llvm-commits] CVS: llvm/lib/AsmParser/Lexer.l llvmAsmParser.y

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/AsmParser: Lexer.l updated: 1.68 -> 1.69 llvmAsmParser.y updated: 1.245 -> 1.246 --- Log message: Add support for parsing global asm blocks --- Diffs of the changes: (+22 -4) Lexer.l |1 + llvmAsmParser.y | 25 + 2 files c

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp

2006-01-23 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.185 -> 1.186 --- Log message: Print out inline asm strings --- Diffs of the changes: (+23 -22) AsmWriter.cpp | 45 +++-- 1 files changed, 23 insertions(+), 22 deletions(-) Index: llvm

[llvm-commits] CVS: llvm/include/llvm/Module.h

2006-01-23 Thread Chris Lattner
Changes in directory llvm/include/llvm: Module.h updated: 1.66 -> 1.67 --- Log message: Add global scope asm support --- Diffs of the changes: (+5 -1) Module.h |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Module.h diff -u llvm/include/llvm/Modul

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

2006-01-23 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.241 -> 1.242 --- Log message: another couple selects --- Diffs of the changes: (+22 -0) SelectionDAG.cpp | 22 ++ 1 files changed, 22 insertions(+) Index: llvm/lib/CodeGen/SelectionDAG/Se

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

2006-01-23 Thread Andrew Lenharth
Changes in directory llvm-test: Makefile.programs updated: 1.185 -> 1.186 --- Log message: change alpha beta to lsmark --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u llvm-test/Makefil

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

2006-01-23 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelLowering.cpp updated: 1.26 -> 1.27 AlphaISelLowering.h updated: 1.10 -> 1.11 AlphaInstrInfo.td updated: 1.106 -> 1.107 --- Log message: added stores to lsmark --- Diffs of the changes: (+74 -4) AlphaISelLowering.cpp | 51 +++

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h SelectionDAGNodes.h

2006-01-23 Thread Andrew Lenharth
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.86 -> 1.87 SelectionDAGNodes.h updated: 1.91 -> 1.92 --- Log message: another couple selects --- Diffs of the changes: (+38 -0) SelectionDAG.h | 20 SelectionDAGNodes.h | 18 +

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp AlphaTargetMachine.cpp AlphaISelPattern.cpp

2006-01-23 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelLowering.cpp updated: 1.27 -> 1.28 AlphaTargetMachine.cpp updated: 1.20 -> 1.21 AlphaISelPattern.cpp (r1.199) removed --- Log message: bye bye Pattern ISEL --- Diffs of the changes: (+5 -14) AlphaISelLowering.cpp |6 +++--- AlphaTarg

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

2006-01-23 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelLowering.cpp updated: 1.25 -> 1.26 AlphaInstrInfo.td updated: 1.105 -> 1.106 --- Log message: fix up more lsmark stuff --- Diffs of the changes: (+22 -15) AlphaISelLowering.cpp | 11 ++- AlphaInstrInfo.td | 26

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h SelectionDAGNodes.h

2006-01-23 Thread Andrew Lenharth
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.85 -> 1.86 SelectionDAGNodes.h updated: 1.90 -> 1.91 --- Log message: another selectto --- Diffs of the changes: (+22 -0) SelectionDAG.h |4 SelectionDAGNodes.h | 18 ++ 2 files changed

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

2006-01-23 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.240 -> 1.241 --- Log message: another selectto --- Diffs of the changes: (+23 -0) SelectionDAG.cpp | 23 +++ 1 files changed, 23 insertions(+) Index: llvm/lib/CodeGen/SelectionDAG/Selecti

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

2006-01-23 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelLowering.cpp updated: 1.24 -> 1.25 AlphaISelLowering.h updated: 1.9 -> 1.10 AlphaInstrInfo.td updated: 1.104 -> 1.105 --- Log message: yea, lowering this stuff will basically work --- Diffs of the changes: (+154 -11) AlphaISelLowering.cpp

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/2006-01-23-InitializedBitField.c

2006-01-23 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests: 2006-01-23-InitializedBitField.c updated: 1.1 -> 1.2 --- Log message: Add some new testcases from bugzilla bugs --- Diffs of the changes: (+17 -0) 2006-01-23-InitializedBitField.c | 17 + 1 files changed, 17 insertion

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/2006-01-23-InitializedBitField.c

2006-01-23 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests: 2006-01-23-InitializedBitField.c added (r1.1) --- Log message: new test for craziness bitfield layouts and static initialization thereof. The old llvm-gcc front-end crashes on this, but the new one does it right. --- Diffs of the changes:

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

2006-01-23 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.134 -> 1.135 --- Log message: Typo. --- Diffs of the changes: (+1 -1) SelectionDAGISel.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.c

[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

2006-01-23 Thread Reid Spencer
Changes in directory llvm/include/llvm/Config: config.h.in updated: 1.61 -> 1.62 --- Log message: Update for including additional function tests. --- Diffs of the changes: (+7 -10) config.h.in | 17 +++-- 1 files changed, 7 insertions(+), 10 deletions(-) Index: llvm/include

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

2006-01-23 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGSimple.cpp updated: 1.3 -> 1.4 --- Log message: Minor clean up. --- Diffs of the changes: (+2 -1) ScheduleDAGSimple.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/CodeGen/SelectionDAG/Schedule

[llvm-commits] CVS: llvm/include/llvm/CodeGen/ScheduleDAG.h

2006-01-23 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: ScheduleDAG.h updated: 1.3 -> 1.4 --- Log message: Skeleton of the list schedule. --- Diffs of the changes: (+9 -3) ScheduleDAG.h | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) Index: llvm/include/llvm/CodeGen/Schedul

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

2006-01-23 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGList.cpp added (r1.1) SelectionDAGISel.cpp updated: 1.133 -> 1.134 --- Log message: Skeleton of the list schedule. --- Diffs of the changes: (+65 -0) ScheduleDAGList.cpp | 61 +

[llvm-commits] CVS: llvm/configure

2006-01-23 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.207 -> 1.208 --- Log message: Update for including additional function tests. --- Diffs of the changes: (+5 -155) configure | 160 +- 1 files changed, 5 insertions(+), 155 deletions

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp

2006-01-23 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.181 -> 1.182 --- Log message: Revert last patch because it messes up the JIT, amongst other things. --- Diffs of the changes: (+14 -5) Reader.cpp | 19 ++- 1 files changed, 14 insertions(+), 5 deletions(