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

2006-07-27 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.136.2.4 -> 1.136.2.5 --- Log message: Remove another merge conflict marker. --- Diffs of the changes: (+1 -5) GettingStarted.html |6 +- 1 files changed, 1 insertion(+), 5 deletions(-) Index: llvm/docs/GettingStarted.

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.312 -> 1.313 --- Log message: AssignNodeIds should return unsigned. --- Diffs of the changes: (+2 -2) SelectionDAG.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/Sele

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.103 -> 1.104 --- Log message: AssignNodeIds should return unsigned. --- Diffs of the changes: (+1 -1) SelectionDAG.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/Selecti

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

2006-07-27 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.6 -> 1.7 --- Log message: emit global constants --- Diffs of the changes: (+29 -0) ARMAsmPrinter.cpp | 29 + 1 files changed, 29 insertions(+) Index: llvm/lib/Target/ARM/ARMAsmPrinter.cpp

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp

2006-07-27 Thread Jim Laskey
Changes in directory llvm/lib/ExecutionEngine/JIT: JITEmitter.cpp updated: 1.108 -> 1.109 --- Log message: Fixed a typo in Evan's submisson. --- Diffs of the changes: (+1 -1) JITEmitter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/ExecutionEngine/JIT/JITE

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.75 -> 1.76 --- Log message: Use reachbility information to determine whether a node can be folded into another during isel. --- Diffs of the changes: (+118 -3) X86ISelDAGToDAG.cpp | 121 ++

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

2006-07-27 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.85 -> 1.86 --- Log message: Code cleanups, per review --- Diffs of the changes: (+7 -3) AsmPrinter.cpp | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) Index: llvm/lib/CodeGen/AsmPrinter.cpp diff -u llvm/

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

2006-07-27 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.260 -> 1.261 --- Log message: Code cleanups, per review --- Diffs of the changes: (+0 -2) SelectionDAGISel.cpp |2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGI

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.25 -> 1.26 PPCJITInfo.h updated: 1.10 -> 1.11 --- Log message: synchronizeICache removeed from TargetJITInfo. --- Diffs of the changes: (+0 -11) PPCJITInfo.cpp | 10 -- PPCJITInfo.h |1 - 2 files changed

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: MachineRelocation.h updated: 1.10 -> 1.11 --- Log message: Add basic block machine relocation. --- Diffs of the changes: (+35 -5) MachineRelocation.h | 40 +++- 1 files changed, 35 insertions(+), 5 deletio

[llvm-commits] CVS: llvm/include/llvm/Target/TargetJITInfo.h

2006-07-27 Thread Evan Cheng
Changes in directory llvm/include/llvm/Target: TargetJITInfo.h updated: 1.9 -> 1.10 --- Log message: Resolve BB references with relocation. --- Diffs of the changes: (+0 -14) TargetJITInfo.h | 14 -- 1 files changed, 14 deletions(-) Index: llvm/include/llvm/Target/TargetJITI

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/ExecutionEngine/JIT: JITEmitter.cpp updated: 1.109 -> 1.110 --- Log message: Resolve BB references with relocation. --- Diffs of the changes: (+2 -5) JITEmitter.cpp |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) Index: llvm/lib/ExecutionEngi

[llvm-commits] CVS: llvm/Makefile.rules

2006-07-27 Thread Chris Lattner
Changes in directory llvm: Makefile.rules updated: 1.391 -> 1.392 --- Log message: Pass -fstrict-aliasing to the compiler when building a release build on darwin. Darwin doesn't default to it being on. --- Diffs of the changes: (+8 -3) Makefile.rules | 11 --- 1 files changed, 8

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp AlphaJITInfo.cpp AlphaJITInfo.h

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.16 -> 1.17 AlphaJITInfo.cpp updated: 1.10 -> 1.11 AlphaJITInfo.h updated: 1.2 -> 1.3 --- Log message: Resolve BB references with relocation. --- Diffs of the changes: (+3 -20) AlphaCodeEmitter.cpp |5 +++-- Alph

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp PPCJITInfo.cpp PPCJITInfo.h PPCRelocations.h

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCCodeEmitter.cpp updated: 1.64 -> 1.65 PPCJITInfo.cpp updated: 1.26 -> 1.27 PPCJITInfo.h updated: 1.11 -> 1.12 PPCRelocations.h updated: 1.8 -> 1.9 --- Log message: Resolve BB references with relocation. --- Diffs of the changes: (+22 -27) PPC

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86CodeEmitter.cpp updated: 1.111 -> 1.112 X86JITInfo.cpp updated: 1.24 -> 1.25 X86JITInfo.h updated: 1.9 -> 1.10 --- Log message: Resolve BB references with relocation. --- Diffs of the changes: (+2 -13) X86CodeEmitter.cpp |3 ++- X86JITInfo.cp

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.29 -> 1.30 --- Log message: Removed some clutter that was left over from development. Changed how changedir worked. Hopefully now when it fails it will tell us why. --- Diffs of the changes: (+39 -48) NewNightlyTest.pl | 87

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.30 -> 1.31 --- Log message: Added more descriptive output to singlesource,multisource tests. --- Diffs of the changes: (+30 -24) NewNightlyTest.pl | 54 ++ 1 files changed, 3

[llvm-commits] CVS: nightlytest-serverside/test.php

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.9 -> 1.10 --- Log message: Added some comments to clear up ambiguous code --- Diffs of the changes: (+6 -1) test.php |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: nightlytest-serverside/test.php dif

[llvm-commits] CVS: nightlytest-serverside/fulltest.php

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: fulltest.php updated: 1.4 -> 1.5 --- Log message: Added link to build log --- Diffs of the changes: (+24 -0) fulltest.php | 24 1 files changed, 24 insertions(+) Index: nightlytest-serverside/fulltest.php diff -u nig

[llvm-commits] CVS: nightlytest-serverside/machine.php

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: machine.php updated: 1.3 -> 1.4 --- Log message: Tweaked the coloring scheme so that we dont consider test submissions with failed builds --- Diffs of the changes: (+6 -1) machine.php |7 ++- 1 files changed, 6 insertions(+), 1 deletion

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.31 -> 1.32 --- Log message: Fixed a stupid error where changedir returned false upon success. --- Diffs of the changes: (+1 -2) NewNightlyTest.pl |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/utils/Ne

[llvm-commits] CVS: nightlytest-serverside/machine.php

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: machine.php updated: 1.4 -> 1.5 --- Log message: My last commit tried to fix the issue where the coloring of the machine's test table could be bsaed on a comparison to a failed test, and thus bogus data. However that fix didnt work. This one fixes

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.227 -> 1.228 --- Log message: Remove dead code. --- Diffs of the changes: (+0 -29) DAGISelEmitter.cpp | 29 - 1 files changed, 29 deletions(-) Index: llvm/utils/TableGen/DAGISelEmitter.cp

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

2006-07-27 Thread Jim Laskey
Changes in directory llvm/include/llvm: PassSupport.h updated: 1.24 -> 1.25 --- Log message: Working toward registration of register allocators. --- Diffs of the changes: (+70 -0) PassSupport.h | 70 ++ 1 files changed, 70 insertion

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

2006-07-27 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: Passes.cpp updated: 1.17 -> 1.18 --- Log message: Working toward registration of register allocators. --- Diffs of the changes: (+47 -11) Passes.cpp | 58 +++--- 1 files changed, 47 insertions(+),

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.32 -> 1.33 --- Log message: ChangeDir now returns the correct value --- Diffs of the changes: (+2 -1) NewNightlyTest.pl |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/utils/NewNightlyTest.pl diff -u ll

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.33 -> 1.34 --- Log message: Removed some unneccesary print statemnts --- Diffs of the changes: (+0 -1) NewNightlyTest.pl |1 - 1 files changed, 1 deletion(-) Index: llvm/utils/NewNightlyTest.pl diff -u llvm/utils/NewNightl

[llvm-commits] CVS: nightlytest-serverside/index.php

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: index.php updated: 1.7 -> 1.8 --- Log message: Changed date added column to read time submitted --- Diffs of the changes: (+1 -1) index.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/index.php diff

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.34 -> 1.35 --- Log message: the file size information shoudl be submitted to the database successfully --- Diffs of the changes: (+3 -7) NightlyTestAccept.cgi | 10 +++--- 1 files changed, 3 insertions(+),

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.76 -> 1.77 --- Log message: isNonImmUse is replaced by IsFoldableBy --- Diffs of the changes: (+1 -1) X86ISelDAGToDAG.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86ISelDA

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.77 -> 1.78 --- Log message: Calculate the portion of reachbility matrix on demand. --- Diffs of the changes: (+42 -11) X86ISelDAGToDAG.cpp | 53 +--- 1 files changed, 4

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.78 -> 1.79 --- Log message: Allocating too large an array for ReachibilityMatrix. --- Diffs of the changes: (+5 -2) X86ISelDAGToDAG.cpp |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index: llvm/lib

[llvm-commits] CVS: llvm/utils/GenLibDeps.pl

2006-07-27 Thread Reid Spencer
Changes in directory llvm/utils: GenLibDeps.pl updated: 1.9 -> 1.10 --- Log message: Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to have a compile-host version of "nm", not build-host. In order to effect this we must use autoconf to determine the correct "nm" to use

[llvm-commits] CVS: llvm/tools/llvm-config/Makefile llvm-config.in.in

2006-07-27 Thread Reid Spencer
Changes in directory llvm/tools/llvm-config: Makefile updated: 1.12 -> 1.13 llvm-config.in.in updated: 1.18 -> 1.19 --- Log message: Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to have a compile-host version of "nm", not build-host. In order to effect this we must us

[llvm-commits] CVS: llvm/tools/analyze/Makefile

2006-07-27 Thread Reid Spencer
Changes in directory llvm/tools/analyze: Makefile updated: 1.32 -> 1.33 --- Log message: Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to have a compile-host version of "nm", not build-host. In order to effect this we must use autoconf to determine the correct "nm" to

[llvm-commits] CVS: llvm/autoconf/configure.ac

2006-07-27 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.239 -> 1.240 --- Log message: Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to have a compile-host version of "nm", not build-host. In order to effect this we must use autoconf to determine the correct "nm" to

[llvm-commits] CVS: llvm/Makefile.config.in configure

2006-07-27 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.60 -> 1.61 configure updated: 1.241 -> 1.242 --- Log message: Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to have a compile-host version of "nm", not build-host. In order to effect this we must use autoconf to

[llvm-commits] CVS: llvm/tools/analyze/Makefile

2006-07-27 Thread Reid Spencer
Changes in directory llvm/tools/analyze: Makefile updated: 1.33 -> 1.34 --- Log message: Undo last commit, which was committed accidentally. --- Diffs of the changes: (+0 -2) Makefile |2 -- 1 files changed, 2 deletions(-) Index: llvm/tools/analyze/Makefile diff -u llvm/tools/analyze

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.79 -> 1.80 --- Log message: Brain cramp.. --- Diffs of the changes: (+1 -3) X86ISelDAGToDAG.cpp |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp diff -u llvm

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.80 -> 1.81 --- Log message: Another duh. Determine topological order before any target node is added. --- Diffs of the changes: (+13 -13) X86ISelDAGToDAG.cpp | 26 +- 1 files changed, 13 inser

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

2006-07-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.86 -> 1.87 --- Log message: Print empty inline asms as a blank line instead of: # InlineAsm Start # InlineAsm End --- Diffs of the changes: (+8 -1) AsmPrinter.cpp |9 - 1 files changed, 8 insert

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.228 -> 1.229 --- Log message: Remove InFlightSet hack. No longer needed. --- Diffs of the changes: (+0 -46) DAGISelEmitter.cpp | 46 -- 1 files changed, 46 deletions(-) In

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.104 -> 1.105 --- Log message: Remove InFlightSet hack. No longer needed. --- Diffs of the changes: (+0 -10) SelectionDAG.h | 10 -- 1 files changed, 10 deletions(-) Index: llvm/include/llvm/CodeGen/Selecti

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.313 -> 1.314 --- Log message: Remove InFlightSet hack. No longer needed. --- Diffs of the changes: (+0 -14) SelectionDAG.cpp | 14 -- 1 files changed, 14 deletions(-) Index: llvm/lib/CodeGen/Sele

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.17 -> 1.18 --- Log message: Remove InFlightSet hack. No longer needed. --- Diffs of the changes: (+0 -1) ARMISelDAGToDAG.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp dif

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.47 -> 1.48 --- Log message: Remove InFlightSet hack. No longer needed. --- Diffs of the changes: (+0 -1) AlphaISelDAGToDAG.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaISelDAGToD

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.45 -> 1.46 --- Log message: Remove InFlightSet hack. No longer needed. --- Diffs of the changes: (+0 -1) IA64ISelDAGToDAG.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cp

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.198 -> 1.199 --- Log message: Remove InFlightSet hack. No longer needed. --- Diffs of the changes: (+0 -1) PPCISelDAGToDAG.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCISelDAGToD

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcISelDAGToDAG.cpp updated: 1.99 -> 1.100 --- Log message: Remove InFlightSet hack. No longer needed. --- Diffs of the changes: (+0 -1) SparcISelDAGToDAG.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/Sparc/SparcISelDAGTo

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.81 -> 1.82 --- Log message: Node selected into address mode cannot be folded. --- Diffs of the changes: (+39 -0) X86ISelDAGToDAG.cpp | 39 +++ 1 files changed, 39 insertions(+) I

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.35 -> 1.36 --- Log message: Modified the search through the dejagnu logs for the number of unexpected failures --- Diffs of the changes: (+13 -8) NightlyTestAccept.cgi | 21 + 1 files chang

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAGISel.h updated: 1.19 -> 1.20 --- Log message: Rename IsFoldableBy to CanBeFoldedleBy --- Diffs of the changes: (+2 -2) SelectionDAGISel.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/include/llvm/Code

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.82 -> 1.83 --- Log message: Rename IsFoldableBy to CanBeFoldedleBy --- Diffs of the changes: (+3 -3) X86ISelDAGToDAG.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Target/X86/X86I

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.229 -> 1.230 --- Log message: Rename IsFoldableBy to CanBeFoldedleBy --- Diffs of the changes: (+1 -1) DAGISelEmitter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/TableGen/DAGISelEmi

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.34 -> 1.35 --- Log message: Removed some unneccesary printing from the nightly tester. --- Diffs of the changes: (+0 -6) NewNightlyTest.pl |6 -- 1 files changed, 6 deletions(-) Index: llvm/utils/NewNightlyTest.pl diff

[llvm-commits] CVS: llvm/tools/bugpoint/ExtractFunction.cpp

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/tools/bugpoint: ExtractFunction.cpp updated: 1.48 -> 1.49 --- Log message: This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ to run through bugpoint in 1091.15 seconds (user + system time). The time it took to run this on my G4 before I mad

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.230 -> 1.231 --- Log message: Clean up. --- Diffs of the changes: (+2 -3) DAGISelEmitter.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/utils/TableGen/DAGISelEmitter.cpp diff -u llvm/ut

[llvm-commits] CVS: llvm/include/llvm/ADT/SmallVector.h

2006-07-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: SmallVector.h updated: 1.2 -> 1.3 --- Log message: The smallvector dtor should destroy the elements. Implement pop_back. Chage some code to use 'iterator' instead of T*. This unbreaks operators=. --- Diffs of the changes: (+12 -2) SmallVector.h

[llvm-commits] CVS: llvm/Makefile.config.in configure

2006-07-27 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.61 -> 1.62 configure updated: 1.242 -> 1.243 --- Log message: For PR848: http://llvm.org/PR848 : 1. Get the path to the pwd binary (/bin/pwd usually) from configure. 2. Use that path to run pwd in all path variables set in Makefile.config

[llvm-commits] CVS: llvm/autoconf/configure.ac

2006-07-27 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.240 -> 1.241 --- Log message: For PR848: http://llvm.org/PR848 : 1. Get the path to the pwd binary (/bin/pwd usually) from configure. 2. Use that path to run pwd in all path variables set in Makefile.config.in The hope is that these ch

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.83 -> 1.84 --- Log message: Some clean up. --- Diffs of the changes: (+8 -6) X86ISelDAGToDAG.cpp | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) Index: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp

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

2006-07-27 Thread Reid Spencer
On Fri, 2006-07-28 at 01:05 -0500, Evan Cheng wrote: > +void DetermineReachibility(SDNode *f, SDNode *t); Hate to be pedantic about this, but its "Reachability" (a between h and b) Reid. ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http:/

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.84 -> 1.85 --- Log message: Can't spell. --- Diffs of the changes: (+15 -15) X86ISelDAGToDAG.cpp | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) Index: llvm/lib/Target/X86/X8