[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll switch-lower-feature.ll

2007-04-09 Thread Anton Korobeynikov
Changes in directory llvm/test/CodeGen/Generic: 2007-02-16-BranchFold.ll updated: 1.3 -> 1.4 switch-lower-feature.ll updated: 1.2 -> 1.3 --- Log message: Next stage into switch lowering refactoring 1. Fix some bugs in the jump table lowering threshold 2. Implement much better metric for optimal

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

2007-04-09 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm/CodeGen: SelectionDAGISel.h updated: 1.36 -> 1.37 --- Log message: Next stage into switch lowering refactoring 1. Fix some bugs in the jump table lowering threshold 2. Implement much better metric for optimal pivot selection 3. Tune thresholds for differen

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

2007-04-09 Thread Anton Korobeynikov
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.409 -> 1.410 --- Log message: Next stage into switch lowering refactoring 1. Fix some bugs in the jump table lowering threshold 2. Implement much better metric for optimal pivot selection 3. Tune thresholds for

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

2007-04-09 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.410 -> 1.411 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -2) SelectionDAGISel.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/SelectionDAG/

[llvm-commits] CVS: llvm/lib/VMCore/Function.cpp Instructions.cpp Type.cpp

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Function.cpp updated: 1.116 -> 1.117 Instructions.cpp updated: 1.81 -> 1.82 Type.cpp updated: 1.179 -> 1.180 --- Log message: For PR1146: http://llvm.org/PR1146 : * Add ParamAttrList pointers to Function and CallInst. * Move the implementation of ParamAttr

[llvm-commits] CVS: llvm/include/llvm/Function.h Instructions.h

2007-04-09 Thread Reid Spencer
Changes in directory llvm/include/llvm: Function.h updated: 1.72 -> 1.73 Instructions.h updated: 1.63 -> 1.64 --- Log message: For PR1146: http://llvm.org/PR1146 : * Add ParamAttrList pointers to Function and CallInst. * Move the implementation of ParamAttrList from Type.cpp to Function.cpp

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopRotation.cpp

2007-04-09 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: LoopRotation.cpp updated: 1.1 -> 1.2 --- Log message: Only cosmetic changes. Zero functionality Change. --- Diffs of the changes: (+100 -97) LoopRotation.cpp | 197 +++ 1 files changed, 10

[llvm-commits] New llvm-test regressions

2007-04-09 Thread Jeff Cohen
Changes in the last 24 hours have caused additional failures in llvm-tests: burg, spiff, lencode, espresso and cdecl. ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopRotation.cpp

2007-04-09 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: LoopRotation.cpp updated: 1.2 -> 1.3 --- Log message: More cosmetic changes. --- Diffs of the changes: (+18 -14) LoopRotation.cpp | 32 ++-- 1 files changed, 18 insertions(+), 14 deletions(-) Index: llvm/lib/T

Re: [llvm-commits] New llvm-test regressions

2007-04-09 Thread Reid Spencer
On Mon, 2007-04-09 at 09:16 -0700, Jeff Cohen wrote: > Changes in the last 24 hours have caused additional failures in > llvm-tests: burg, spiff, lencode, espresso and cdecl. I have been assuming these are a result of the PR1146 changes which require llvm-gcc changes. Is that the issue or someth

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopRotation.cpp

2007-04-09 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: LoopRotation.cpp updated: 1.3 -> 1.4 --- Log message: Fix future bug. Of course, Chris spotted this. Handle Argument or Undef as an incoming PHI value. --- Diffs of the changes: (+12 -11) LoopRotation.cpp | 23 --- 1 fi

Re: [llvm-commits] New llvm-test regressions

2007-04-09 Thread Chris Lattner
On Apr 9, 2007, at 9:16 AM, Jeff Cohen wrote: > Changes in the last 24 hours have caused additional failures in > llvm-tests: burg, spiff, lencode, espresso and cdecl. These (and many others) all failed for my tester last night, but seem ok. Make sure to update your llvm-gcc tree. -Chris __

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopRotation.cpp

2007-04-09 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: LoopRotation.cpp updated: 1.4 -> 1.5 --- Log message: Simpler for() loops. --- Diffs of the changes: (+17 -23) LoopRotation.cpp | 40 +--- 1 files changed, 17 insertions(+), 23 deletions(-) Index: llvm

Re: [llvm-commits] New llvm-test regressions

2007-04-09 Thread Jeff Cohen
Reid Spencer wrote: On Mon, 2007-04-09 at 09:16 -0700, Jeff Cohen wrote: Changes in the last 24 hours have caused additional failures in llvm-tests: burg, spiff, lencode, espresso and cdecl. I have been assuming these are a result of the PR1146 changes which require llvm-gcc changes.

Re: [llvm-commits] New llvm-test regressions

2007-04-09 Thread Jeff Cohen
Chris Lattner wrote: > > On Apr 9, 2007, at 9:16 AM, Jeff Cohen wrote: > >> Changes in the last 24 hours have caused additional failures in >> llvm-tests: burg, spiff, lencode, espresso and cdecl. > > These (and many others) all failed for my tester last night, but seem > ok. Make sure to update

Re: [llvm-commits] CVS: llvm/lib/VMCore/Function.cpp Instructions.cpp Type.cpp

2007-04-09 Thread Chris Lattner
The function and callinst dtors need to delete their attributes. -Chris On Apr 9, 2007, at 8:01 AM, Reid Spencer wrote: > > > Changes in directory llvm/lib/VMCore: > > Function.cpp updated: 1.116 -> 1.117 > Instructions.cpp updated: 1.81 -> 1.82 > Type.cpp updated: 1.179 -> 1.180 > --- > Log me

Re: [llvm-commits] CVS: llvm/include/llvm/Function.h Instructions.h

2007-04-09 Thread Chris Lattner
> For PR1146: http://llvm.org/PR1146 : > * Add ParamAttrList pointers to Function and CallInst. > * Move the implementation of ParamAttrList from Type.cpp to > Function.cpp Don't forget InvokeInst. -Chris ___ llvm-commits mailing list llvm-commits@cs

[llvm-commits] CVS: llvm/lib/VMCore/Type.cpp

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Type.cpp updated: 1.180 -> 1.181 --- Log message: Remove a memory leak, until ParamAttrsList is uniqued. --- Diffs of the changes: (+5 -1) Type.cpp |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/lib/VMCore/Type.cpp diff -u

Re: [llvm-commits] CVS: llvm/lib/VMCore/Function.cpp Instructions.cpp Type.cpp

2007-04-09 Thread Reid Spencer
On Mon, 2007-04-09 at 10:14 -0700, Chris Lattner wrote: > The function and callinst dtors need to delete their attributes. No one is setting these yet so there's no leaks. The next patch will unique the attributes in which case they should *not* be deleted. Use of ParamAttrsList in Function and C

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

2007-04-09 Thread Chris Lattner
> Next stage into switch lowering refactoring > 1. Fix some bugs in the jump table lowering threshold > 2. Implement much better metric for optimal pivot selection > 3. Tune thresholds for different lowering methods > 4. Implement shift-and trick for lowering small ( length) cases with few destinat

Re: [llvm-commits] CVS: llvm/lib/VMCore/Function.cpp Instructions.cpp Type.cpp

2007-04-09 Thread Chris Lattner
On Apr 9, 2007, at 10:22 AM, Reid Spencer wrote: > On Mon, 2007-04-09 at 10:14 -0700, Chris Lattner wrote: >> The function and callinst dtors need to delete their attributes. > > No one is setting these yet so there's no leaks. I understand. > The next patch will > unique the attributes in whic

Re: [llvm-commits] CVS: llvm-www/SVNMigration.html

2007-04-09 Thread Andrew Lenharth
On 4/6/07, Reid Spencer <[EMAIL PROTECTED]> wrote: > + yet, but you can visit: > + http://subversion.cs.uiuc.edu/viewvc/llvm";>ViewVC and > + http://subversion.cs.uiuc.edu/pub/svn/llvm";>Public SVN. Would it make sense to have svn.llvm.org be an alias to subversion.cs.uiuc.edu and use that as t

Re: [llvm-commits] CVS: llvm/include/llvm/Function.h Instructions.h

2007-04-09 Thread Reid Spencer
On Mon, 2007-04-09 at 10:14 -0700, Chris Lattner wrote: > > For PR1146: http://llvm.org/PR1146 : > > * Add ParamAttrList pointers to Function and CallInst. > > * Move the implementation of ParamAttrList from Type.cpp to > > Function.cpp > > Don't forget InvokeInst. That always bites me. I keep

Re: [llvm-commits] CVS: llvm-www/SVNMigration.html

2007-04-09 Thread Reid Spencer
Hi Andrew, On Mon, 2007-04-09 at 12:31 -0500, Andrew Lenharth wrote: > On 4/6/07, Reid Spencer <[EMAIL PROTECTED]> wrote: > > + yet, but you can visit: > > + http://subversion.cs.uiuc.edu/viewvc/llvm";>ViewVC and > > + http://subversion.cs.uiuc.edu/pub/svn/llvm";>Public SVN. > > Would it make

Re: [llvm-commits] CVS: llvm-www/SVNMigration.html

2007-04-09 Thread Chris Lattner
On Apr 9, 2007, at 10:31 AM, Andrew Lenharth wrote: > On 4/6/07, Reid Spencer <[EMAIL PROTECTED]> wrote: >> + yet, but you can visit: >> + http://subversion.cs.uiuc.edu/viewvc/llvm";>ViewVC and >> + http://subversion.cs.uiuc.edu/pub/svn/llvm";>Public >> SVN. > > Would it make sense to have s

Re: [llvm-commits] CVS: llvm-www/SVNMigration.html

2007-04-09 Thread Chris Lattner
On Apr 9, 2007, at 10:36 AM, Reid Spencer wrote: > Hi Andrew, > > On Mon, 2007-04-09 at 12:31 -0500, Andrew Lenharth wrote: >> On 4/6/07, Reid Spencer <[EMAIL PROTECTED]> wrote: >>> + yet, but you can visit: >>> + http://subversion.cs.uiuc.edu/viewvc/llvm";>ViewVC >>> and >>> + http://subver

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

2007-04-09 Thread Reid Spencer
Changes in directory llvm/include/llvm: Instructions.h updated: 1.64 -> 1.65 --- Log message: For PR1146: http://llvm.org/PR1146 : * Add ParamAttrs to InvokeInst class too. * Make sure all initializes of ParamAttrs in CallInst and InvokeInst are 0 * Destruct the ParamAttrs in Call/Invoke destru

[llvm-commits] CVS: llvm/lib/VMCore/Instructions.cpp

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Instructions.cpp updated: 1.82 -> 1.83 --- Log message: For PR1146: http://llvm.org/PR1146 : * Add ParamAttrs to InvokeInst class too. * Make sure all initializes of ParamAttrs in CallInst and InvokeInst are 0 * Destruct the ParamAttrs in Call/Invoke destru

[llvm-commits] Ignore .svn directories when installing include files

2007-04-09 Thread Scott Michel
Speeds up installation a bit... s/b ignoring them anyway, just like CVS directories. -scooter Index: Makefile.rules === --- Makefile.rules (.../trunk) (revision 2452) +++ Makefile.rules (.../branches/llvm-spu) (revision

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopRotation.cpp

2007-04-09 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: LoopRotation.cpp updated: 1.5 -> 1.6 --- Log message: Do not create new pre-header. Reuse original pre-header. --- Diffs of the changes: (+57 -73) LoopRotation.cpp | 130 --- 1 files chang

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

2007-04-09 Thread Reid Spencer
Changes in directory llvm: Makefile.rules updated: 1.429 -> 1.430 --- Log message: Speed up installation a bit by ignoring .svn directories. Patch by Scott Michel. --- Diffs of the changes: (+2 -1) Makefile.rules |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/M

Re: [llvm-commits] Ignore .svn directories when installing include files

2007-04-09 Thread Reid Spencer
Committed. Thanks. Watch those line lengths :) Reid. On Mon, 2007-04-09 at 11:57 -0700, Scott Michel wrote: > Speeds up installation a bit... s/b ignoring them anyway, just like > CVS directories. > > > -scooter > ___ > llvm-commits mailing list > llv

[llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Hello: Makefile updated: 1.6 -> 1.7 --- Log message: Don't link against System or Support library. These things will already be in the opt tool. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopRotation.cpp

2007-04-09 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: LoopRotation.cpp updated: 1.6 -> 1.7 --- Log message: Preserve canonical loop form. --- Diffs of the changes: (+55 -5) LoopRotation.cpp | 60 ++- 1 files changed, 55 insertions(+), 5 dele

[llvm-commits] [see] CVS: llvm-poolalloc/lib/DSA/Local.cpp

2007-04-09 Thread John Criswell
Changes in directory llvm-poolalloc/lib/DSA: Local.cpp updated: 1.158.2.4.2.8 -> 1.158.2.4.2.9 --- Log message: Reversed the order of metapools when merging. This ensures that the object on which we call the merge() method is never NULL. --- Diffs of the changes: (+1 -1) Local.cpp |2

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.246 -> 1.247 --- Log message: Fix a bug where calling materializeModule could corrupt the module, reading multiple copies of the function into the Function*. --- Diffs of the changes: (+8 -9) Reader.cpp | 17 ---

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: TargetLowering.h updated: 1.119 -> 1.120 --- Log message: add a default ctor for AddrMode. --- Diffs of the changes: (+1 -0) TargetLowering.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/Target/TargetLowering.h diff -u

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopRotation.cpp

2007-04-09 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: LoopRotation.cpp updated: 1.7 -> 1.8 --- Log message: Insert new pre-header before new header. Original pre-header may happen to be an entry, in such case, it is not a good idea to insert new block before entry. Also fix typo in assertion check.

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

2007-04-09 Thread Anton Korobeynikov
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.411 -> 1.412 --- Log message: Use integer log for metric calculation --- Diffs of the changes: (+2 -2) SelectionDAGISel.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Co

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.268 -> 1.269 --- Log message: Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2 are always unsupported. --- Diffs of the changes: (+3 -0) PPCISelLowering.cpp |3 +++ 1 files change

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopRotation.cpp

2007-04-09 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: LoopRotation.cpp updated: 1.8 -> 1.9 --- Log message: Check _all_ PHINodes. --- Diffs of the changes: (+1 -1) LoopRotation.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Scalar/LoopRotation.cpp dif

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.127 -> 1.128 --- Log message: switch LSR to use isLegalAddressingMode instead of other simpler hooks --- Diffs of the changes: (+21 -18) LoopStrengthReduce.cpp | 39 +--

[llvm-commits] CVS: llvm/test/Transforms/LoopRotate/LRCrash-1.ll LRCrash-2.ll LRCrash-3.ll LRCrash-4.ll PhiRename-1.ll PhiSelfRefernce-1.ll dg.exp

2007-04-09 Thread Devang Patel
Changes in directory llvm/test/Transforms/LoopRotate: LRCrash-1.ll added (r1.1) LRCrash-2.ll added (r1.1) LRCrash-3.ll added (r1.1) LRCrash-4.ll added (r1.1) PhiRename-1.ll added (r1.1) PhiSelfRefernce-1.ll added (r1.1) dg.exp added (r1.1) --- Log message: Add Loop Rotate test cases. --- Diff

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2007-04-09 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.85 -> 1.86 --- Log message: Improve some _slow_ behavior introduced in my patches the last few days. --- Diffs of the changes: (+42 -42) LoopSimplify.cpp | 84 +++--

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.cpp updated: 1.39 -> 1.40 ARMISelLowering.h updated: 1.11 -> 1.12 --- Log message: remove some dead target hooks, subsumed by isLegalAddressingMode --- Diffs of the changes: (+0 -30) ARMISelLowering.cpp | 18 -- AR

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.386 -> 1.387 X86ISelLowering.h updated: 1.95 -> 1.96 --- Log message: remove some dead target hooks, subsumed by isLegalAddressingMode --- Diffs of the changes: (+0 -28) X86ISelLowering.cpp | 16 X8

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: TargetLowering.cpp updated: 1.105 -> 1.106 --- Log message: remove some dead target hooks, subsumed by isLegalAddressingMode --- Diffs of the changes: (+0 -17) TargetLowering.cpp | 17 - 1 files changed, 17 deletions(-)

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: TargetLowering.h updated: 1.120 -> 1.121 --- Log message: remove some dead target hooks, subsumed by isLegalAddressingMode --- Diffs of the changes: (+0 -11) TargetLowering.h | 11 --- 1 files changed, 11 deletions(-) Index: llvm/i

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2007-04-09 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.86 -> 1.87 --- Log message: Tabs -> Spaces --- Diffs of the changes: (+36 -36) LoopSimplify.cpp | 72 +++ 1 files changed, 36 insertions(+), 36 deletions(-) I

Re: [llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2007-04-09 Thread Chris Lattner
> /// FindPHIToPartitionLoops - The first part of loop-nestification > is to find a > /// PHI node that tells us how to partition the loops. > static PHINode *FindPHIToPartitionLoops(Loop *L, ETForest *EF, > - AliasAnalysis *AA) { > + AliasAnalysis

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2007-04-09 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.87 -> 1.88 --- Log message: Const-ify some parameters, and some cosmetic cleanups. No functionality change. --- Diffs of the changes: (+4 -3) LoopSimplify.cpp |7 --- 1 files changed, 4 insertions(+), 3 d

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2007-04-09 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.88 -> 1.89 --- Log message: Unconst-ify stuff that broke the build. --- Diffs of the changes: (+1 -1) LoopSimplify.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Utils/Lo

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: CodeGenPrepare.cpp updated: 1.2 -> 1.3 --- Log message: eliminate the last uses of some TLI methods. --- Diffs of the changes: (+7 -3) CodeGenPrepare.cpp | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) Index: llvm/lib/T

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.387 -> 1.388 X86ISelLowering.h updated: 1.96 -> 1.97 --- Log message: remove some dead hooks --- Diffs of the changes: (+0 -49) X86ISelLowering.cpp | 35 --- X86ISelLowering.h | 1

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.cpp updated: 1.40 -> 1.41 ARMISelLowering.h updated: 1.12 -> 1.13 --- Log message: remove dead target hooks --- Diffs of the changes: (+49 -98) ARMISelLowering.cpp | 133 +++- ARMISel

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: TargetLowering.cpp updated: 1.106 -> 1.107 --- Log message: remove dead target hooks. --- Diffs of the changes: (+0 -19) TargetLowering.cpp | 19 --- 1 files changed, 19 deletions(-) Index: llvm/lib/CodeGen/SelectionDA

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: TargetLowering.h updated: 1.121 -> 1.122 --- Log message: remove dead target hooks. --- Diffs of the changes: (+0 -13) TargetLowering.h | 13 - 1 files changed, 13 deletions(-) Index: llvm/include/llvm/Target/TargetLowering.h d

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2007-04-09 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.89 -> 1.90 --- Log message: Re-constify things that don't break the build. Last patch in this series, I promise. --- Diffs of the changes: (+4 -2) LoopSimplify.cpp |6 -- 1 files changed, 4 insertions(+),

[llvm-commits] CVS: llvm/test/Transforms/LoopRotate/PhiRename-1.ll

2007-04-09 Thread Devang Patel
Changes in directory llvm/test/Transforms/LoopRotate: PhiRename-1.ll updated: 1.1 -> 1.2 --- Log message: Add check for opt crash. --- Diffs of the changes: (+1 -0) PhiRename-1.ll |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Transforms/LoopRotate/PhiRename-1.ll diff -u llvm

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

2007-04-09 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.412 -> 1.413 --- Log message: No longer needed. --- Diffs of the changes: (+0 -1) SelectionDAGISel.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp dif

Re: [llvm-commits] CVS: llvm/test/Transforms/LoopRotate/PhiRename-1.ll

2007-04-09 Thread Reid Spencer
On Mon, 2007-04-09 at 18:40 -0500, Devang Patel wrote: > > Changes in directory llvm/test/Transforms/LoopRotate: > > PhiRename-1.ll updated: 1.1 -> 1.2 > --- > Log message: > > Add check for opt crash. This idiom is becoming more and more prevalent. While it works, its also doubling the runtime

[llvm-commits] CVS: llvm/test/Transforms/InstCombine/set.ll

2007-04-09 Thread Chris Lattner
Changes in directory llvm/test/Transforms/InstCombine: set.ll updated: 1.21 -> 1.22 --- Log message: new testcase --- Diffs of the changes: (+5 -0) set.ll |5 + 1 files changed, 5 insertions(+) Index: llvm/test/Transforms/InstCombine/set.ll diff -u llvm/test/Transforms/InstCombin

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.737 -> 1.738 --- Log message: Strengthen the boundary conditions of this fold, implementing InstCombine/set.ll:test25 --- Diffs of the changes: (+3 -3) InstructionCombining.cpp |6 +++--- 1 files chang

Re: [llvm-commits] CVS: llvm/test/Transforms/LoopRotate/PhiRename-1.ll

2007-04-09 Thread Chris Lattner
On Apr 9, 2007, at 4:47 PM, Reid Spencer wrote: > On Mon, 2007-04-09 at 18:40 -0500, Devang Patel wrote: >> >> Changes in directory llvm/test/Transforms/LoopRotate: >> >> PhiRename-1.ll updated: 1.1 -> 1.2 >> --- >> Log message: >> >> Add check for opt crash. > > This idiom is becoming more and m

Re: [llvm-commits] CVS: llvm/test/Transforms/LoopRotate/PhiRename-1.ll

2007-04-09 Thread Reid Spencer
On Mon, 2007-04-09 at 16:57 -0700, Chris Lattner wrote: > On Apr 9, 2007, at 4:47 PM, Reid Spencer wrote: > > > On Mon, 2007-04-09 at 18:40 -0500, Devang Patel wrote: > >> > >> Changes in directory llvm/test/Transforms/LoopRotate: > >> > >> PhiRename-1.ll updated: 1.1 -> 1.2 > >> --- > >> Log mess

Re: [llvm-commits] CVS: llvm/test/Transforms/LoopRotate/PhiRename-1.ll

2007-04-09 Thread Jeff Cohen
Reid Spencer wrote: On Mon, 2007-04-09 at 18:40 -0500, Devang Patel wrote: Changes in directory llvm/test/Transforms/LoopRotate: PhiRename-1.ll updated: 1.1 -> 1.2 --- Log message: Add check for opt crash. This idiom is becoming more and more prevalent. While it works, its also doubl

Re: [llvm-commits] CVS: llvm/test/Transforms/LoopRotate/PhiRename-1.ll

2007-04-09 Thread Reid Spencer
On Mon, 2007-04-09 at 17:03 -0700, Jeff Cohen wrote: > Reid Spencer wrote: > > On Mon, 2007-04-09 at 18:40 -0500, Devang Patel wrote: > > > > > Changes in directory llvm/test/Transforms/LoopRotate: > > > > > > PhiRename-1.ll updated: 1.1 -> 1.2 > > > --- > > > Log message: > > > > > > Add che

[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

2007-04-09 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.52 -> 1.53 --- Log message: Add John Criswell. --- Diffs of the changes: (+4 -2) DevMtgMay2007.html |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay20

[llvm-commits] CVS: llvm/docs/LangRef.html

2007-04-09 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.227 -> 1.228 --- Log message: Fix name of an intrinsic: bit.part_select -> part.select --- Diffs of the changes: (+11 -11) LangRef.html | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) Index: llvm/do

[llvm-commits] CVS: llvm/include/llvm/Intrinsics.td

2007-04-09 Thread Reid Spencer
Changes in directory llvm/include/llvm: Intrinsics.td updated: 1.53 -> 1.54 --- Log message: Drop the "bit" prefix for the part.select intrinsic. --- Diffs of the changes: (+1 -1) Intrinsics.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Intrinsics.

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h

2007-04-09 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office-ispell: config.h updated: 1.2 -> 1.3 --- Log message: Use correct dirent.h header file. --- Diffs of the changes: (+5 -2) config.h |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index: llvm-test/MultiSo

[llvm-commits] CVS: llvm/lib/VMCore/Verifier.cpp

2007-04-09 Thread Jeff Cohen
Changes in directory llvm/lib/VMCore: Verifier.cpp updated: 1.199 -> 1.200 --- Log message: Fix build problem. --- Diffs of the changes: (+1 -1) Verifier.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/VMCore/Verifier.cpp diff -u llvm/lib/VMCore/Verifier.cpp:

[llvm-commits] CVS: llvm/lib/VMCore/Verifier.cpp

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Verifier.cpp updated: 1.200 -> 1.201 --- Log message: unbreak the build :( --- Diffs of the changes: (+1 -1) Verifier.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/VMCore/Verifier.cpp diff -u llvm/lib/VMCore/Verifier.c

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: IntrinsicLowering.cpp updated: 1.75 -> 1.76 --- Log message: apparently some people commit without building the tree, or they forget to commit a LOT of files. --- Diffs of the changes: (+1 -1) IntrinsicLowering.cpp |2 +- 1 files changed, 1 insert

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.413 -> 1.414 --- Log message: apparently some people commit without building the tree, or they forget to commit a LOT of files. --- Diffs of the changes: (+1 -1) SelectionDAGISel.cpp |2 +- 1 files chan

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.cpp updated: 1.41 -> 1.42 --- Log message: restore support for negative strides --- Diffs of the changes: (+5 -3) ARMISelLowering.cpp |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) Index: llvm/lib/Target/ARM/ARM

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: APInt.h updated: 1.63 -> 1.64 --- Log message: add a method --- Diffs of the changes: (+7 -0) APInt.h |7 +++ 1 files changed, 7 insertions(+) Index: llvm/include/llvm/ADT/APInt.h diff -u llvm/include/llvm/ADT/APInt.h:1.63 llvm/include/

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/include/llvm: Constants.h updated: 1.144 -> 1.145 --- Log message: getLimitedValue now just forward to APInt's getLimitedValue. Mark it const. --- Diffs of the changes: (+2 -3) Constants.h |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: ll