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

2007-04-09 Thread Reid Spencer
Changes in directory llvm/include/llvm: DerivedTypes.h updated: 1.90 - 1.91 --- Log message: For PR1146: http://llvm.org/PR1146 : Remove the handling of ParameterAttributes from FunctionType as they are their own object defined in ParameterAttributes.h now. --- Diffs of the changes: (+8

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

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Type.cpp updated: 1.178 - 1.179 --- Log message: For PR1146: http://llvm.org/PR1146 : Move parameter attributes functionality to ParamAttrsList class. --- Diffs of the changes: (+106 -52) Type.cpp | 158

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.90 - 1.91 --- Log message: minor cleanups --- Diffs of the changes: (+16 -14) Dominators.cpp | 30 -- 1 files changed, 16 insertions(+), 14 deletions(-) Index: llvm/lib/VMCore/Dominators.cpp

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

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.266 - 1.267 --- Log message: For PR1146: http://llvm.org/PR1146 : Adjust writing of parameter attributes to use ParamAttrList class. --- Diffs of the changes: (+36 -30) AsmWriter.cpp | 66

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

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Module.cpp updated: 1.77 - 1.78 --- Log message: For PR1146: http://llvm.org/PR1146 : Simplify construction of FunctionType to use default arguments. --- Diffs of the changes: (+1 -2) Module.cpp |3 +-- 1 files changed, 1 insertion(+), 2

[llvm-commits] CVS: llvm/lib/AsmParser/ParserInternals.h llvmAsmParser.y

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/AsmParser: ParserInternals.h updated: 1.54 - 1.55 llvmAsmParser.y updated: 1.336 - 1.337 --- Log message: For PR1146: http://llvm.org/PR1146 : Adapt handling of parameter attributes to use the new ParamAttrsList class. --- Diffs of the changes: (+82 -46)

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

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.245 - 1.246 Reader.h updated: 1.51 - 1.52 --- Log message: For PR1146: http://llvm.org/PR1146 : Use ParamAttrsList for writing parameter attributes. Since they are sparse now, we also write them sparsely (saves a few bytes).

[llvm-commits] CVS: llvm/lib/Bytecode/Writer/SlotCalculator.cpp SlotCalculator.h Writer.cpp WriterInternals.h

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Writer: SlotCalculator.cpp updated: 1.111 - 1.112 SlotCalculator.h updated: 1.50 - 1.51 Writer.cpp updated: 1.170 - 1.171 WriterInternals.h updated: 1.33 - 1.34 --- Log message: For PR1146: http://llvm.org/PR1146 : Use ParamAttrsList for writing parameter

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeParser.y

2007-04-09 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.78 - 1.79 --- Log message: For PR1146: http://llvm.org/PR1146 : Adapt handling of parameter attributes to use ParamAttrsList class. --- Diffs of the changes: (+41 -25) UpgradeParser.y | 66

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

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/Target/MSIL: MSILWriter.cpp updated: 1.1 - 1.2 --- Log message: For PR1146: http://llvm.org/PR1146 : Adapt handling of parameter attributes to use the new ParamAttrsList class. --- Diffs of the changes: (+4 -2) MSILWriter.cpp |6 -- 1 files changed, 4

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

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.408 - 1.409 --- Log message: For PR1146: http://llvm.org/PR1146 : Adapt handling of parameter attributes to use the new ParamAttrsList class. --- Diffs of the changes: (+17 -13) SelectionDAGISel.cpp | 30

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

2007-04-09 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: CBackend.cpp updated: 1.331 - 1.332 --- Log message: For PR1146: http://llvm.org/PR1146 : Adapt handling of parameter attributes to use the new ParamAttrsList class. --- Diffs of the changes: (+13 -8) CBackend.cpp | 21 +

[llvm-commits] [125902] Apply reid's patch for PR1146

2007-04-09 Thread clattner
Revision: 125902 Author: clattner Date: 2007-04-08 23:25:22 -0700 (Sun, 08 Apr 2007) Log Message: --- Apply reid's patch for PR1146 Modified Paths: -- apple-local/branches/llvm/gcc/config/i386/llvm-i386-target.h apple-local/branches/llvm/gcc/llvm-types.cpp

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

2007-04-09 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.91 - 1.92 --- Log message: Convert ImmediateDominators::DFSPass from being recursive to being iterative. --- Diffs of the changes: (+43 -1) Dominators.cpp | 44 +++- 1 files changed,

[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

[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-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

[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,

[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:

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

[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

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:

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 your

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] 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

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 which case

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 thinking

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: + a href=http://subversion.cs.uiuc.edu/viewvc/llvm;ViewVC/a and + a href=http://subversion.cs.uiuc.edu/pub/svn/llvm;Public SVN/a./p Would it

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: + a href=http://subversion.cs.uiuc.edu/viewvc/llvm;ViewVC/a and + a href=http://subversion.cs.uiuc.edu/pub/svn/llvm;Public SVN/a./p Would it make sense to

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: + a href=http://subversion.cs.uiuc.edu/viewvc/llvm;ViewVC/a and + a

[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

[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

[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)

[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

[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:

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

[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

[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.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

[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. ---

[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 --

[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

[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-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(-)

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 *AA)

[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

[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-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-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 | 14

[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 +++-

[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-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

[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-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

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 of each

[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

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 check for opt crash.

[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-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-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.td

[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-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-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-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

[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

[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: