[llvm-commits] CVS: llvm/test/Regression/CFrontend/2006-07-31-PR854.c

2006-07-31 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2006-07-31-PR854.c added (r1.1) --- Log message: testcase for PR854: http://llvm.org/PR854 . --- Diffs of the changes: (+11 -0) 2006-07-31-PR854.c | 11 +++ 1 files changed, 11 insertions(+) Index:

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

2006-07-31 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.121 - 1.122 --- Log message: Remove a duplicate pattern/ --- Diffs of the changes: (+0 -3) AlphaInstrInfo.td |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td diff -u

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

2006-07-31 Thread Evan Cheng
Changes in directory llvm/lib/Target/IA64: IA64InstrInfo.td updated: 1.47 - 1.48 --- Log message: Remove a duplicate pattern. --- Diffs of the changes: (+0 -1) IA64InstrInfo.td |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/IA64/IA64InstrInfo.td diff -u

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

2006-07-31 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.232 - 1.233 --- Log message: Remove an unneeded match condition: the type check for root node has been moved to outside the actual select routine. --- Diffs of the changes: (+22 -7) DAGISelEmitter.cpp | 29

[llvm-commits] CVS: llvm/docs/CodingStandards.html CommandLine.html

2006-07-31 Thread Jim Laskey
Changes in directory llvm/docs: CodingStandards.html updated: 1.28 - 1.29 CommandLine.html updated: 1.41 - 1.42 --- Log message: Fix a couple typos. --- Diffs of the changes: (+4 -4) CodingStandards.html |4 ++-- CommandLine.html |4 ++-- 2 files changed, 4 insertions(+), 4

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMAsmPrinter.cpp

2006-07-31 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.7 - 1.8 --- Log message: handle GlobalValue::InternalLinkage in doFinalization --- Diffs of the changes: (+10 -2) ARMAsmPrinter.cpp | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/docs/GettingStarted.html CFEBuildInstrs.html

2006-07-31 Thread Jim Laskey
Changes in directory llvm/docs: GettingStarted.html updated: 1.139 - 1.140 CFEBuildInstrs.html updated: 1.58 - 1.59 --- Log message: Changed to a new directory for opensource checkout. --- Diffs of the changes: (+7 -6) CFEBuildInstrs.html |5 +++-- GettingStarted.html |8

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-07-31-SingleRegClass.ll

2006-07-31 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-07-31-SingleRegClass.ll added (r1.1) --- Log message: New testcase for PR850: http://llvm.org/PR850 . --- Diffs of the changes: (+10 -0) 2006-07-31-SingleRegClass.ll | 10 ++ 1 files changed, 10 insertions(+) Index:

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

2006-07-31 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.240 - 1.241 X86ISelLowering.h updated: 1.69 - 1.70 --- Log message: Fix PR850: http://llvm.org/PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll. The CFE refers to all single-register constraints (like A) by their

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

2006-07-31 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.261 - 1.262 --- Log message: PIC jump table entries are always 32-bit even in 64-bit mode. --- Diffs of the changes: (+11 -4) SelectionDAGISel.cpp | 15 +++ 1 files changed, 11 insertions(+),

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

2006-07-31 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.233 - 1.234 --- Log message: Pass N by reference to select functions to prevent gcc from allocating more stack. --- Diffs of the changes: (+3 -3) DAGISelEmitter.cpp |6 +++--- 1 files changed, 3 insertions(+), 3