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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/Target: TargetInstrInfo.cpp updated: 1.22 -> 1.23 --- Log message: Remove the ugly SPARCV9 TargetInstrDescriptors hack. --- Diffs of the changes: (+0 -13) TargetInstrInfo.cpp | 13 - 1 files changed, 13 deletions(-) Index: llvm/lib/Target/Target

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86FloatingPoint.cpp updated: 1.61 -> 1.62 --- Log message: MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor --- Diffs of the changes: (+33 -31) X86FloatingPoint.cpp | 64 ++- 1 files cha

[llvm-commits] CVS: llvm/lib/Target/Sparc/FPMover.cpp

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: FPMover.cpp updated: 1.14 -> 1.15 --- Log message: MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor --- Diffs of the changes: (+4 -3) FPMover.cpp |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/lib/Target

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: MachineInstr.h updated: 1.202 -> 1.203 --- Log message: - MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode. - Remove the ugly TargetInstrDescriptors hack. --- Diffs of the changes: (+11 -6) MachineInstr.h | 17

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: MachineInstr.cpp updated: 1.135 -> 1.136 --- Log message: - MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode. - Remove the ugly TargetInstrDescriptors hack. --- Diffs of the changes: (+35 -42) MachineInstr.cpp | 77

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.cpp updated: 1.90 -> 1.91 --- Log message: MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor --- Diffs of the changes: (+1 -1) PPCRegisterInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaBranchSelector.cpp

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaBranchSelector.cpp updated: 1.1 -> 1.2 --- Log message: MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor --- Diffs of the changes: (+2 -1) AlphaBranchSelector.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index

[llvm-commits] CVS: llvm/tools/llvm-upgrade/.cvsignore

2006-11-29 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: .cvsignore added (r1.1) --- Log message: Ignore generated files. --- Diffs of the changes: (+4 -0) .cvsignore |4 1 files changed, 4 insertions(+) Index: llvm/tools/llvm-upgrade/.cvsignore diff -c /dev/null llvm/tools/llvm-upgrade/.c

[llvm-commits] Fix darwin llvm bootstrap failure

2006-11-29 Thread Devang Patel
This patch fixes darwin llvm-gcc bootstrap failure. Applied. - Devang Index: llvm-linker-hack.cpp === --- llvm-linker-hack.cpp(revision 120687) +++ llvm-linker-hack.cpp(working copy) @@ -28,7 +28,7 @@ Software Foundat

[llvm-commits] CVS: llvm-www/poll/blue.gif voting.tpl.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: blue.gif added (r1.1) voting.tpl.html updated: 1.9 -> 1.10 --- Log message: Make the graph show up. --- Diffs of the changes: (+1 -1) blue.gif|0 voting.tpl.html |2 +- 2 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/pol

[llvm-commits] CVS: llvm/tools/llvm-upgrade/

2006-11-29 Thread LLVM
Changes in directory llvm/tools/llvm-upgrade: --- Log message: Directory /var/cvs/llvm/llvm/tools/llvm-upgrade added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu htt

[llvm-commits] CVS: llvm-www/poll/content1.php content2.php content3.php

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: content1.php updated: 1.3 -> 1.4 content2.php updated: 1.3 -> 1.4 content3.php updated: 1.3 -> 1.4 --- Log message: Fix some grammaros --- Diffs of the changes: (+3 -3) content1.php |2 +- content2.php |2 +- content3.php |2 +- 3 files chang

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.297 -> 1.298 --- Log message: In PIC mode, GV not requiring an extra load can be used as address immediate. --- Diffs of the changes: (+7 -14) X86ISelLowering.cpp | 21 +++-- 1 files changed, 7 insert

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/loop-strength-reduce2.ll

2006-11-29 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: loop-strength-reduce2.ll added (r1.1) --- Log message: New LSR test case. --- Diffs of the changes: (+29 -0) loop-strength-reduce2.ll | 29 + 1 files changed, 29 insertions(+) Index: llvm/test/Regression/

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.131 -> 1.132 --- Log message: Clean up. --- Diffs of the changes: (+8 -8) X86ISelDAGToDAG.cpp | 16 1 files changed, 8 insertions(+), 8 deletions(-) Index: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp d

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ATTAsmPrinter.cpp updated: 1.73 -> 1.74 X86ISelDAGToDAG.cpp updated: 1.130 -> 1.131 X86ISelLowering.cpp updated: 1.296 -> 1.297 --- Log message: Fix for PR1018: http://llvm.org/PR1018 - Better support for X86-64 Linux in small code model. --- Diff

[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h

2006-11-29 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: InstVisitor.h updated: 1.43 -> 1.44 --- Log message: Get the delegation right for InstVisitor. --- Diffs of the changes: (+13 -1) InstVisitor.h | 14 +- 1 files changed, 13 insertions(+), 1 deletion(-) Index: llvm/include/llvm

[llvm-commits] CVS: llvm/include/llvm/Instruction.def

2006-11-29 Thread Reid Spencer
Changes in directory llvm/include/llvm: Instruction.def updated: 1.26 -> 1.27 --- Log message: Get the delegation right for InstVisitor. --- Diffs of the changes: (+12 -12) Instruction.def | 24 1 files changed, 12 insertions(+), 12 deletions(-) Index: llvm/inc

[llvm-commits] CVS: llvm-www/header.incl

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www: header.incl updated: 1.50 -> 1.51 --- Log message: Add a link to the conference poll. --- Diffs of the changes: (+1 -0) header.incl |1 + 1 files changed, 1 insertion(+) Index: llvm-www/header.incl diff -u llvm-www/header.incl:1.50 llvm-www/header.incl:

[llvm-commits] CVS: llvm-www/poll/provide.php

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: provide.php updated: 1.3 -> 1.4 --- Log message: Remove double ? --- Diffs of the changes: (+1 -1) provide.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/poll/provide.php diff -u llvm-www/poll/provide.php:1.3 llvm-www/pol

[llvm-commits] CVS: llvm-www/poll/annual.php benefit1.php benefit2.php content1.php content2.php content3.php index.html month.php provide.php venue.php

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: annual.php added (r1.1) benefit1.php added (r1.1) benefit2.php added (r1.1) content1.php updated: 1.2 -> 1.3 content2.php updated: 1.2 -> 1.3 content3.php updated: 1.2 -> 1.3 index.html updated: 1.3 -> 1.4 month.php updated: 1.1 -> 1.2 provide.php updated: 1.2

[llvm-commits] CVS: llvm-www/poll/voting.tpl.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: voting.tpl.html updated: 1.4 -> 1.5 --- Log message: Try cut and paste. --- Diffs of the changes: (+126 -2) voting.tpl.html | 128 +++- 1 files changed, 126 insertions(+), 2 deletions(-) Index: llvm-

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2006-11-29-AltivecFPSplat.ll

2006-11-29 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/PowerPC: 2006-11-29-AltivecFPSplat.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+10 -0) 2006-11-29-AltivecFPSplat.ll | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/test/Regression/CodeGen/Powe

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

2006-11-29 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.236 -> 1.237 --- Log message: Fix bug codegen'ing FP constant vectors with integer splats. Make sure the created intrinsics have the right integer types. This fixes PowerPC/2006-11-29-AltivecFPSplat.ll --- Diffs o

[llvm-commits] CVS: llvm-www/poll/content1.php content2.php content3.php provide.php paper.php

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: content1.php updated: 1.1 -> 1.2 content2.php updated: 1.1 -> 1.2 content3.php updated: 1.1 -> 1.2 provide.php updated: 1.1 -> 1.2 paper.php (r1.1) removed --- Log message: Add an "Other" field for the content questions. --- Diffs of the changes: (+4 -0)

[llvm-commits] CVS: llvm-www/poll/index.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: index.html updated: 1.2 -> 1.3 --- Log message: Make this a little more terse. --- Diffs of the changes: (+4 -8) index.html | 12 1 files changed, 4 insertions(+), 8 deletions(-) Index: llvm-www/poll/index.html diff -u llvm-www/poll/inde

[llvm-commits] CVS: llvm-www/poll/index.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: index.html updated: 1.1 -> 1.2 --- Log message: Fix a typo. --- Diffs of the changes: (+1 -1) index.html |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/poll/index.html diff -u llvm-www/poll/index.html:1.1 llvm-www/poll/index.

[llvm-commits] CVS: llvm-www/poll/voting.tpl.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: voting.tpl.html updated: 1.6 -> 1.7 --- Log message: One more time on the widths. --- Diffs of the changes: (+160 -160) voting.tpl.html | 320 1 files changed, 160 insertions(+), 160 deletions(-)

[llvm-commits] CVS: llvm-www/poll/voting.tpl.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: voting.tpl.html updated: 1.8 -> 1.9 --- Log message: Okay, forget the columns. --- Diffs of the changes: (+1 -108) voting.tpl.html | 109 1 files changed, 1 insertion(+), 108 deletions(-) Index:

[llvm-commits] CVS: llvm-www/poll/voting.tpl.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: voting.tpl.html updated: 1.7 -> 1.8 --- Log message: Adjust widths. --- Diffs of the changes: (+2 -2) voting.tpl.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/poll/voting.tpl.html diff -u llvm-www/poll/voting.tpl.ht

[llvm-commits] CVS: llvm-www/poll/voting.tpl.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: voting.tpl.html updated: 1.5 -> 1.6 --- Log message: Table width matters. --- Diffs of the changes: (+1 -1) voting.tpl.html |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/poll/voting.tpl.html diff -u llvm-www/poll/voting.tpl.

[llvm-commits] CVS: llvm-www/poll/voting.tpl.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: voting.tpl.html updated: 1.3 -> 1.4 --- Log message: Okay, try relative links two levels up. --- Diffs of the changes: (+2 -2) voting.tpl.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/poll/voting.tpl.html diff -u ll

[llvm-commits] CVS: llvm-www/poll/voting.tpl.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: voting.tpl.html updated: 1.2 -> 1.3 --- Log message: Don't use relative links. --- Diffs of the changes: (+2 -2) voting.tpl.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/poll/voting.tpl.html diff -u llvm-www/poll/vo

[llvm-commits] CVS: llvm-www/poll/logs/

2006-11-29 Thread LLVM
Changes in directory llvm-www/poll/logs: --- Log message: Directory /var/cvs/llvm/llvm-www/poll/logs added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.

[llvm-commits] CVS: llvm-www/poll/voting.tpl.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: voting.tpl.html updated: 1.1 -> 1.2 --- Log message: Update template to LLVM web site standard. --- Diffs of the changes: (+36 -66) voting.tpl.html | 102 +++- 1 files changed, 36 insertions(+), 66 del

[llvm-commits] CVS: llvm-www/poll/attendance.php content1.php content2.php content3.php index.html interest.php month.php paper.php provide.php thanks.html venue.php vote.details.php voting.tpl.html

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll: attendance.php added (r1.1) content1.php added (r1.1) content2.php added (r1.1) content3.php added (r1.1) index.html added (r1.1) interest.php added (r1.1) month.php added (r1.1) paper.php added (r1.1) provide.php added (r1.1) thanks.html added (r1.1) venue.ph

[llvm-commits] CVS: llvm-www/poll/languages/language.en.inc.php

2006-11-29 Thread Reid Spencer
Changes in directory llvm-www/poll/languages: language.en.inc.php added (r1.1) --- Log message: LLVM Conference Poll. --- Diffs of the changes: (+48 -0) language.en.inc.php | 48 1 files changed, 48 insertions(+) Index: llvm-www/poll/lan

[llvm-commits] CVS: llvm-www/poll/languages/

2006-11-29 Thread LLVM
Changes in directory llvm-www/poll/languages: --- Log message: Directory /var/cvs/llvm/llvm-www/poll/languages added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu htt

[llvm-commits] CVS: llvm-www/poll/inc/

2006-11-29 Thread LLVM
Changes in directory llvm-www/poll/inc: --- Log message: Directory /var/cvs/llvm/llvm-www/poll/inc added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs

[llvm-commits] CVS: llvm-www/poll/

2006-11-29 Thread LLVM
Changes in directory llvm-www/poll: --- Log message: Directory /var/cvs/llvm/llvm-www/poll added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.ed

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.420 -> 1.421 --- Log message: Avoid inifinite looping if READCYCLECOUNTER isn't custom lowered. --- Diffs of the changes: (+8 -3) LegalizeDAG.cpp | 11 --- 1 files changed, 8 insertions(+), 3 deletions(

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec.config

2006-11-29 Thread Chris Lattner
Changes in directory llvm-test/External/SPEC: Makefile.spec.config updated: 1.2 -> 1.3 --- Log message: fix spec2k6. Patch by Reid, thanks! --- Diffs of the changes: (+3 -1) Makefile.spec.config |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm-test/External/SPEC/

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

2006-11-29 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.102 -> 1.103 --- Log message: Eliminate unnecessary scopes. --- Diffs of the changes: (+27 -21) DwarfWriter.cpp | 48 +++- 1 files changed, 27 insertions(+), 21 deletions(-) Ind

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

2006-11-29 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.235 -> 1.236 --- Log message: Offset for load of 32-bit arg in 64-bit world was incorrect. --- Diffs of the changes: (+4 -1) PPCISelLowering.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.419 -> 1.420 --- Log message: Allow target to custom lower READCYCLECOUNTER (when it doesn't have to be expanded). --- Diffs of the changes: (+10 -2) LegalizeDAG.cpp | 12 ++-- 1 files changed, 10 inse

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.295 -> 1.296 X86InstrInfo.td updated: 1.294 -> 1.295 --- Log message: Custom lower READCYCLECOUNTER for x86-64. --- Diffs of the changes: (+22 -12) X86ISelLowering.cpp | 26 -- X86InstrInfo.td

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

2006-11-29 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: rdtsc.ll updated: 1.3 -> 1.4 --- Log message: Add x86-64 llvm.readcyclecounter test. --- Diffs of the changes: (+2 -1) rdtsc.ll |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/X86/rdtsc.

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-11-28-Memcpy.ll

2006-11-29 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-11-28-Memcpy.ll updated: 1.2 -> 1.3 --- Log message: Fix test. --- Diffs of the changes: (+1 -3) 2006-11-28-Memcpy.ll |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index: llvm/test/Regression/CodeGen/X86/2006-11-28