[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

[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

[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-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-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-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

[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-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/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/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 +++---

[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-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-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-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-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-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

[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/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/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-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-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-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-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

[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-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-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/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-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-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-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-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-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

[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