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

2006-06-14 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: CodeGenTarget.cpp updated: 1.67 -> 1.68 DAGISelEmitter.cpp updated: 1.211 -> 1.212 RegisterInfoEmitter.cpp updated: 1.44 -> 1.45 --- Log message: Allow more use of iPTR in patterns. --- Diffs of the changes: (+24 -24) CodeGenTarget.cpp | 44

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

2006-06-14 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrInfo.td updated: 1.275 -> 1.276 --- Log message: X86 call instructions can take variable number of operands. Parameters of vector types are passed via XMM registers. --- Diffs of the changes: (+6 -5) X86InstrInfo.td | 11 ++- 1 fi

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

2006-06-14 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.210 -> 1.211 --- Log message: Added support for variable_ops. --- Diffs of the changes: (+78 -85) DAGISelEmitter.cpp | 163 + 1 files changed, 78 insertions(+), 85 d

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

2006-06-14 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README-SSE.txt updated: 1.2 -> 1.3 --- Log message: add a note --- Diffs of the changes: (+29 -0) README-SSE.txt | 29 + 1 files changed, 29 insertions(+) Index: llvm/lib/Target/X86/README-SSE.txt diff -u llvm/lib/Ta

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/vec_ins_extract.ll

2006-06-14 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: vec_ins_extract.ll added (r1.1) --- Log message: new testcase, not currently working. --- Diffs of the changes: (+52 -0) vec_ins_extract.ll | 52 1 files changed, 52 insertions(+)

[llvm-commits] CVS: llvm-poolalloc/runtime/FreeListAllocator/PoolAllocator.cpp PoolSlab.h

2006-06-14 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/runtime/FreeListAllocator: PoolAllocator.cpp updated: 1.34 -> 1.35 PoolSlab.h updated: 1.6 -> 1.7 --- Log message: Fix compile problems --- Diffs of the changes: (+4 -4) PoolAllocator.cpp |5 ++--- PoolSlab.h|3 ++- 2 files changed, 4 inse

[llvm-commits] CVS: llvm-poolalloc/runtime/Makefile

2006-06-14 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/runtime: Makefile updated: 1.10 -> 1.11 --- Log message: Fix compile problems --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-poolalloc/runtime/Makefile diff -u llvm-poolalloc/runtime/Make

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/Heuristic.cpp PoolAllocate.h

2006-06-14 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/PoolAllocate: Heuristic.cpp updated: 1.13 -> 1.14 PoolAllocate.h updated: 1.48 -> 1.49 --- Log message: Fix compile problems --- Diffs of the changes: (+2 -2) Heuristic.cpp |2 +- PoolAllocate.h |2 +- 2 files changed, 2 insertions(+), 2 dele

[llvm-commits] CVS: llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp PoolAllocator.h

2006-06-14 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/runtime/FL2Allocator: PoolAllocator.cpp updated: 1.52 -> 1.53 PoolAllocator.h updated: 1.26 -> 1.27 --- Log message: Fix compile problems --- Diffs of the changes: (+3 -3) PoolAllocator.cpp |2 +- PoolAllocator.h |4 ++-- 2 files changed, 3 inse

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

2006-06-14 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.209 -> 1.210 --- Log message: Fix support for optional input flag. --- Diffs of the changes: (+11 -17) DAGISelEmitter.cpp | 28 +++- 1 files changed, 11 insertions(+), 17 deletions(-) Index:

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

2006-06-14 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.228 -> 1.229 --- Log message: Add argument registers to the end of call operand list (partial fix). --- Diffs of the changes: (+15 -1) X86ISelLowering.cpp | 16 +++- 1 files changed, 15 insertions(+), 1 d

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

2006-06-14 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.39 -> 1.40 --- Log message: Change versioning to per debug info descriptor (merged with tag.) --- Diffs of the changes: (+24 -28) MachineDebugInfo.cpp | 52 +++ 1 files

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

2006-06-14 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineDebugInfo.h updated: 1.33 -> 1.34 --- Log message: Change versioning to per debug info descriptor (merged with tag.) --- Diffs of the changes: (+21 -26) MachineDebugInfo.h | 47 +-- 1 file

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

2006-06-14 Thread Jim Laskey
Changes in directory llvm/lib/Target/X86: X86ATTAsmPrinter.cpp updated: 1.50 -> 1.51 --- Log message: Place dwarf headers at earliest possible point. Well behaved when skipping functions. --- Diffs of the changes: (+4 -1) X86ATTAsmPrinter.cpp |5 - 1 files changed, 4 insertions(+)

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

2006-06-14 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.36 -> 1.37 --- Log message: Place dwarf headers at earliest possible point. Well behaved when skipping functions. --- Diffs of the changes: (+17 -5) DwarfWriter.h | 22 +- 1 files changed, 17 in

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

2006-06-14 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.176 -> 1.177 --- Log message: Place dwarf headers at earliest possible point. Well behaved when skipping functions. --- Diffs of the changes: (+4 -2) PPCAsmPrinter.cpp |6 -- 1 files changed, 4 insertions(+

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

2006-06-14 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.60 -> 1.61 MachineDebugInfo.cpp updated: 1.38 -> 1.39 --- Log message: Place dwarf headers at earliest possible point. Well behaved when skipping functions. --- Diffs of the changes: (+57 -51) DwarfWriter.cpp | 100 ++