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/test/Transforms/LICM/scalar_promote.
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(+),
David A. Greene wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> This patch splits LiveIntervalAnalysis into separate live interval
> analysis and register coalescing phases to facilitate development
> of new register allocators and coalescing schemes.
>
> It passes all tests that do
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(-)
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/li
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
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: llvm/lib/Target/PowerPC/PPCR
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 an
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 insert
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 /d
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:
--
apple-local/branches/llvm/gcc/llvm-convert.cpp
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 a
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(+)
Index
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/lib
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/include/llvm/CodeGen/LiveVariables.
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)
RegAllocLinea
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: llvm/test/Transfo
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
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 s
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 w
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 changed
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
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/lib/Tar
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)
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
=
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
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(-)
In
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-www/Dev
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(-)
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-www/De
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
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-ww
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 -
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 insertions(+
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 -
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
di
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-www/DevMtgMay2007.htm
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-www/DevMtgMay2007.htm
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: llvm/doc
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.370 -> 1.371
---
Log message:
arm no longer experimental, c++ eh support is?
---
Diffs of the changes: (+2 -2)
ReleaseNotes.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/ReleaseNotes.html
d
40 matches
Mail list logo