[llvm-commits] CVS: llvm/test/CFrontend/2007-05-07-PaddingElements.c

2007-05-08 Thread Devang Patel
Changes in directory llvm/test/CFrontend: 2007-05-07-PaddingElements.c added (r1.1) --- Log message: New test. --- Diffs of the changes: (+12 -0) 2007-05-07-PaddingElements.c | 12 1 files changed, 12 insertions(+) Index: llvm/test/CFrontend/2007-05-07-PaddingElements.c

[llvm-commits] [126997] Fix PR1278.

2007-05-08 Thread dpatel
Revision: 126997 Author: dpatel Date: 2007-05-07 23:15:09 -0700 (Mon, 07 May 2007) Log Message: --- Fix PR1278. - While adding padding elements at the end of LLVM struct use an array of i32 (instead of an array of i8) if possible. - Keep track of padding elements at the end of

[llvm-commits] [release_20] CVS: llvm/lib/Bitcode/Writer/BitcodeWriter.cpp

2007-05-08 Thread Tanya Lattner
Changes in directory llvm/lib/Bitcode/Writer: BitcodeWriter.cpp updated: 1.51 - 1.51.2.1 --- Log message: Merging from mainline. --- Diffs of the changes: (+23 -4) BitcodeWriter.cpp | 27 +++ 1 files changed, 23 insertions(+), 4 deletions(-) Index:

[llvm-commits] [release_20] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp

2007-05-08 Thread Tanya Lattner
Changes in directory llvm/lib/Bitcode/Reader: BitcodeReader.cpp updated: 1.47 - 1.47.2.1 --- Log message: Merge from mainline --- Diffs of the changes: (+25 -16) BitcodeReader.cpp | 41 + 1 files changed, 25 insertions(+), 16 deletions(-) Index:

[llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

2007-05-08 Thread Bill Wendling
Changes in directory llvm/test/Transforms/LICM: scalar_promote.ll updated: 1.6 - 1.7 --- Log message: Spare '' in the RUN line. --- Diffs of the changes: (+1 -1) scalar_promote.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-stacker/tools/stkrc/Makefile stkrc.cpp

2007-05-08 Thread Reid Spencer
Changes in directory llvm-stacker/tools/stkrc: Makefile updated: 1.13 - 1.14 stkrc.cpp updated: 1.13 - 1.14 --- Log message: Adjust stkrc for change from Bytecode to Bitcode. --- Diffs of the changes: (+3 -4) Makefile |2 +- stkrc.cpp |5 ++--- 2 files changed, 3 insertions(+), 4

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

2007-05-08 Thread Dan Gohman
Changes in directory llvm/lib/Transforms/Scalar: LoopUnroll.cpp updated: 1.44 - 1.45 --- Log message: Correct the comment for ApproximateLoopSize to reflect what it actually does. --- Diffs of the changes: (+1 -2) LoopUnroll.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-)

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

2007-05-08 Thread Dan Gohman
Changes in directory llvm/lib/Transforms/Scalar: LoopUnroll.cpp updated: 1.45 - 1.46 --- Log message: Fix various whitespace inconsistencies. --- Diffs of the changes: (+10 -10) LoopUnroll.cpp | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) Index:

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-stacker/autoconf: AutoRegen.sh updated: 1.1 - 1.2 configure.ac updated: 1.4 - 1.5 --- Log message: CHanges for autconf 2.60 --- Diffs of the changes: (+62 -22) AutoRegen.sh | 52 +++- configure.ac | 32

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

2007-05-08 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.45 - 1.46 --- Log message: R0 is a sub-register of X0, etc. --- Diffs of the changes: (+3 -3) PPCRegisterInfo.td |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

Re: [llvm-commits] Regalloc Refactoring

2007-05-08 Thread Evan Cheng
Sorry, I haven't had a chance to review this. I'll read it today or tomorrow. Evan On May 8, 2007, at 7:41 AM, David Greene wrote: David A. Greene wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch splits LiveIntervalAnalysis into separate live interval analysis and register

[llvm-commits] CVS: llvm/test/CodeGen/ARM/2007-05-07-jumptoentry.ll

2007-05-08 Thread Dale Johannesen
Changes in directory llvm/test/CodeGen/ARM: 2007-05-07-jumptoentry.ll added (r1.1) --- Log message: testcase for CodeGenPrepare bug fixed yesterday --- Diffs of the changes: (+58 -0) 2007-05-07-jumptoentry.ll | 58 ++ 1 files changed, 58

[llvm-commits] CVS: llvm/test/CFrontend/2007-05-08-PCH.c

2007-05-08 Thread Devang Patel
Changes in directory llvm/test/CFrontend: 2007-05-08-PCH.c added (r1.1) --- Log message: New test for PR1400: http://llvm.org/PR1400 --- Diffs of the changes: (+7 -0) 2007-05-08-PCH.c |7 +++ 1 files changed, 7 insertions(+) Index: llvm/test/CFrontend/2007-05-08-PCH.c diff -c

[llvm-commits] [127041] Fix PR1400

2007-05-08 Thread dpatel
Revision: 127041 Author: dpatel Date: 2007-05-08 11:09:27 -0700 (Tue, 08 May 2007) Log Message: --- Fix PR1400 Test case http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049420.html Modified Paths: --

[llvm-commits] [127042] If new bit field's starting offset is not at byte boundary

2007-05-08 Thread dpatel
Revision: 127042 Author: dpatel Date: 2007-05-08 11:24:04 -0700 (Tue, 08 May 2007) Log Message: --- If new bit field's starting offset is not at byte boundary _AND_ the field's starting offset is outside already allocated bytes for enclosing structure then - Do not insert PadBytes

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

2007-05-08 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: MachineBasicBlock.h updated: 1.62 - 1.63 --- Log message: Add MachineBasicBlock preds / succs reverse iterators. --- Diffs of the changes: (+24 -0) MachineBasicBlock.h | 24 1 files changed, 24 insertions(+)

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

2007-05-08 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: LiveVariables.cpp updated: 1.82 - 1.83 --- Log message: Eliminate MarkVirtRegAliveInBlock recursion. --- Diffs of the changes: (+17 -4) LiveVariables.cpp | 21 + 1 files changed, 17 insertions(+), 4 deletions(-) Index:

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

2007-05-08 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: LiveVariables.h updated: 1.45 - 1.46 --- Log message: Eliminate MarkVirtRegAliveInBlock recursion. --- Diffs of the changes: (+2 -0) LiveVariables.h |2 ++ 1 files changed, 2 insertions(+) Index:

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

2007-05-08 Thread Bill Wendling
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.148 - 1.149 RegAllocLocal.cpp updated: 1.105 - 1.106 --- Log message: Change names from RA to something unique to get rid of naming conflicts with certain linkers... --- Diffs of the changes: (+42 -38)

[llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

2007-05-08 Thread Chris Lattner
Changes in directory llvm/test/Transforms/LICM: scalar_promote.ll updated: 1.7 - 1.8 --- Log message: add the back. I'm not sure why bill removed it. --- Diffs of the changes: (+1 -1) scalar_promote.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

Re: [llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

2007-05-08 Thread Bill
On 5/8/07, Chris Lattner [EMAIL PROTECTED] wrote: add the back. I'm not sure why bill removed it. That test was failing for me last night, and it seemed like that was part of the problem. Also, I didn't see the | in other places... Oh well. -bw

Re: [llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

2007-05-08 Thread Chris Lattner
On May 8, 2007, at 1:10 PM, Bill wrote: On 5/8/07, Chris Lattner [EMAIL PROTECTED] wrote: add the back. I'm not sure why bill removed it. That test was failing for me last night, and it seemed like that was part of the problem. Also, I didn't see the | in other places... tcl shell uses

Re: [llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

2007-05-08 Thread Bill
Ah! Gotcha. On 5/8/07, Chris Lattner [EMAIL PROTECTED] wrote: On May 8, 2007, at 1:10 PM, Bill wrote: On 5/8/07, Chris Lattner [EMAIL PROTECTED] wrote: add the back. I'm not sure why bill removed it. That test was failing for me last night, and it seemed like that was part of the

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

2007-05-08 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.294 - 1.295 --- Log message: If a PredicateOperand has an empty ExecuteAlways field, treat it as if a normal operand for isel. --- Diffs of the changes: (+9 -4) DAGISelEmitter.cpp | 13 + 1 files

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

2007-05-08 Thread Evan Cheng
Changes in directory llvm/lib/Target: Target.td updated: 1.99 - 1.100 --- Log message: PredicateOperand can be used as a normal operand for isel. --- Diffs of the changes: (+1 -1) Target.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Target.td diff -u

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td

2007-05-08 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.277 - 1.278 --- Log message: PredicateOperand can be used as a normal operand for isel. --- Diffs of the changes: (+1 -1) PPCInstrInfo.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMAsmPrinter.cpp ARMInstrInfo.td ARMInstrThumb.td ARMInstrVFP.td

2007-05-08 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.72 - 1.73 ARMInstrInfo.td updated: 1.99 - 1.100 ARMInstrThumb.td updated: 1.25 - 1.26 ARMInstrVFP.td updated: 1.4 - 1.5 --- Log message: Switch BCC, MOVCCr, etc. to PredicateOperand. --- Diffs of the changes: (+22 -17)

[llvm-commits] [127059] Use -- instead of - for command line options.

2007-05-08 Thread bwendlin
Revision: 127059 Author: bwendlin Date: 2007-05-08 14:48:47 -0700 (Tue, 08 May 2007) Log Message: --- Use -- instead of - for command line options. Modified Paths: -- apple-local/branches/llvm/build_gcc Modified: apple-local/branches/llvm/build_gcc

[llvm-commits] [127060] Add missing undefs.

2007-05-08 Thread dpatel
Revision: 127060 Author: dpatel Date: 2007-05-08 16:23:00 -0700 (Tue, 08 May 2007) Log Message: --- Add missing undefs. Patch by Reid. Modified Paths: -- apple-local/branches/llvm/gcc/c-common.c Modified: apple-local/branches/llvm/gcc/c-common.c

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

2007-05-08 Thread Tanya Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.45 - 1.45.2.1 --- Log message: Merging from mainline. PR1399: http://llvm.org/PR1399 fix. --- Diffs of the changes: (+3 -3) PPCRegisterInfo.td |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.120 - 1.121 --- Log message: Too late to request a T-Shirt or offer to present. --- Diffs of the changes: (+1 -14) DevMtgMay2007.html | 15 +-- 1 files changed, 1 insertion(+), 14 deletions(-) Index:

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.121 - 1.122 --- Log message: First draft of schedule. --- Diffs of the changes: (+126 -135) DevMtgMay2007.html | 261 + 1 files changed, 126 insertions(+), 135 deletions(-)

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.122 - 1.123 --- Log message: Format to make the sessions/breaks more distinct. --- Diffs of the changes: (+9 -9) DevMtgMay2007.html | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index:

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.123 - 1.124 --- Log message: Session 3? We don' need no stinkin' Session 3. --- Diffs of the changes: (+2 -2) DevMtgMay2007.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.124 - 1.125 --- Log message: Get the rowspan thingy right. --- Diffs of the changes: (+3 -3) DevMtgMay2007.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.125 - 1.126 --- Log message: No, really, get the rowspan thing right. --- Diffs of the changes: (+2 -2) DevMtgMay2007.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff

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

2007-05-08 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.368 - 1.369 --- Log message: strip the llvm 1.9 info out of the release notes --- Diffs of the changes: (+29 -121) ReleaseNotes.html | 150 ++ 1 files changed, 29

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.126 - 1.127 --- Log message: Some more formatting corrections. --- Diffs of the changes: (+7 -4) DevMtgMay2007.html | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) Index: llvm-www/DevMtgMay2007.html diff

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.127 - 1.128 --- Log message: Add Jeff Cohen's talk. --- Diffs of the changes: (+15 -9) DevMtgMay2007.html | 24 +++- 1 files changed, 15 insertions(+), 9 deletions(-) Index: llvm-www/DevMtgMay2007.html

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.128 - 1.129 --- Log message: Fix a title. --- Diffs of the changes: (+2 -2) DevMtgMay2007.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u

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

2007-05-08 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.129 - 1.130 --- Log message: Add breakfast. --- Diffs of the changes: (+2 -1) DevMtgMay2007.html |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm-www/DevMtgMay2007.html diff -u

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

2007-05-08 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.369 - 1.370 --- Log message: add a meta-blurb about the 2.0 release --- Diffs of the changes: (+19 -10) ReleaseNotes.html | 29 +++-- 1 files changed, 19 insertions(+), 10 deletions(-) Index: