[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll

2007-04-12 Thread Anton Korobeynikov
Changes in directory llvm/test/CodeGen/Generic: 2007-04-13-SwitchLowerBadPhi.ll added (r1.1) --- Log message: Fix PR1323: http://llvm.org/PR1323 : we haven't updated phi nodes in good manner :) --- Diffs of the changes: (+27 -0) 2007-04-13-SwitchLowerBadPhi.ll | 27

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

2007-04-12 Thread Anton Korobeynikov
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.417 -> 1.418 --- Log message: Fix PR1323: http://llvm.org/PR1323 : we haven't updated phi nodes in good manner :) --- Diffs of the changes: (+1 -0) SelectionDAGISel.cpp |1 + 1 files changed, 1 insert

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

2007-04-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.cpp updated: 1.43 -> 1.44 --- Log message: arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes. --- Diffs of the changes: (+5 -1) ARMISelLowering.cpp |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: ll

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

2007-04-12 Thread Tanya Lattner
Changes in directory nightlytest-serverside: NightlyTestAccept.php updated: 1.61 -> 1.62 --- Log message: Moving guts of accept script to a function. --- Diffs of the changes: (+435 -431) NightlyTestAccept.php | 866 +- 1 files changed, 435

[llvm-commits] CVS: llvm/lib/Support/ConstantRange.cpp

2007-04-12 Thread Zhou Sheng
Changes in directory llvm/lib/Support: ConstantRange.cpp updated: 1.43 -> 1.44 --- Log message: Make the apint construction more effective. --- Diffs of the changes: (+3 -3) ConstantRange.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Support/Constant

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: GSoCProjects.html updated: 1.1 -> 1.2 --- Log message: Make ToC match content. --- Diffs of the changes: (+2 -2) GSoCProjects.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/GSoCProjects.html diff -u llvm-www/GSoCProjects.

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.101 -> 1.102 --- Log message: Hame? --- 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.html:1.101

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.100 -> 1.101 --- Log message: Fix a link. --- 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.html

[llvm-commits] CVS: llvm/lib/Analysis/ScalarEvolutionExpander.cpp

2007-04-12 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: ScalarEvolutionExpander.cpp updated: 1.15 -> 1.16 --- Log message: CSE simple binary expressions when they are inserted. This makes LSR produce less huge code that needs to be cleaned up by sdisel. --- Diffs of the changes: (+25 -5) ScalarEvolutionE

[llvm-commits] CVS: llvm/include/llvm/Analysis/ScalarEvolutionExpander.h

2007-04-12 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: ScalarEvolutionExpander.h updated: 1.13 -> 1.14 --- Log message: CSE simple binary expressions when they are inserted. This makes LSR produce less huge code that needs to be cleaned up by sdisel. --- Diffs of the changes: (+7 -4) ScalarEvol

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

2007-04-12 Thread Tanya Lattner
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.70 -> 1.71 --- Log message: Adding target triplet to be passed to database. --- Diffs of the changes: (+18 -1) NewNightlyTest.pl | 19 ++- 1 files changed, 18 insertions(+), 1 deletion(-) Index: llvm/utils/Ne

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

2007-04-12 Thread Owen Anderson
Changes in directory llvm-www: Name.html updated: 1.6 -> 1.7 --- Log message: Linkify my suggestion. --- Diffs of the changes: (+4 -2) Name.html |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-www/Name.html diff -u llvm-www/Name.html:1.6 llvm-www/Name.html:1.7

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

2007-04-12 Thread Jeff Cohen
Reid Spencer wrote: > On Thu, 2007-04-12 at 20:38 -0700, Bill Wendling wrote: > >> On Apr 12, 2007, at 5:25 AM, Reid Spencer wrote: >> >> >>> + Tax Exempt. Your donations are tax exempt in the >>> United States (and >>> + probably other countries). UIUC is a recognized non-profit >>

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: Funding.html updated: 1.2 -> 1.3 --- Log message: exempt -> deductible. --- Diffs of the changes: (+3 -3) Funding.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-www/Funding.html diff -u llvm-www/Funding.html:1.2 llvm-www/Fu

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

2007-04-12 Thread Reid Spencer
On Thu, 2007-04-12 at 20:38 -0700, Bill Wendling wrote: > On Apr 12, 2007, at 5:25 AM, Reid Spencer wrote: > > > + Tax Exempt. Your donations are tax exempt in the > > United States (and > > + probably other countries). UIUC is a recognized non-profit > > organization. > > + Reciepts are

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.99 -> 1.100 --- Log message: Fix a bad link and a typo. --- Diffs of the changes: (+2 -3) DevMtgMay2007.html |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/Dev

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

2007-04-12 Thread Jeff Cohen
Should be "deductible" (in the U.S. anyway). And if you donate $500 or more, you need to have the donation documented or else the IRS will be unhappy. Bill Wendling wrote: > On Apr 12, 2007, at 5:25 AM, Reid Spencer wrote: > > >> + Tax Exempt. Your donations are tax exempt in the >> Unit

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

2007-04-12 Thread Bill Wendling
On Apr 12, 2007, at 5:25 AM, Reid Spencer wrote: > + Tax Exempt. Your donations are tax exempt in the > United States (and > + probably other countries). UIUC is a recognized non-profit > organization. > + Reciepts are available upon request. > + "Exempt" or "Deductible"? -bw __

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: Name.html updated: 1.5 -> 1.6 --- Log message: Add Gabe's "Wyrm" entry. --- Diffs of the changes: (+15 -1) Name.html | 16 +++- 1 files changed, 15 insertions(+), 1 deletion(-) Index: llvm-www/Name.html diff -u llvm-www/Name.html:1.5 llvm-www/

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.98 -> 1.99 --- Log message: Move name stuff to its own page. --- Diffs of the changes: (+4 -118) DevMtgMay2007.html | 122 + 1 files changed, 4 insertions(+), 118 deletions(-)

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: Name.html updated: 1.4 -> 1.5 --- Log message: Final validation errors :) --- Diffs of the changes: (+2 -2) Name.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/Name.html diff -u llvm-www/Name.html:1.4 llvm-www/Name.html:1

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: Name.html updated: 1.3 -> 1.4 --- Log message: More validation errors. --- Diffs of the changes: (+4 -4) Name.html |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm-www/Name.html diff -u llvm-www/Name.html:1.3 llvm-www/Name.html:

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: Name.html updated: 1.2 -> 1.3 --- Log message: Fix validation errors. --- Diffs of the changes: (+51 -44) Name.html | 95 +- 1 files changed, 51 insertions(+), 44 deletions(-) Index: llvm-www/Nam

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: Name.html updated: 1.1 -> 1.2 --- Log message: Add TOC. --- Diffs of the changes: (+10 -2) Name.html | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) Index: llvm-www/Name.html diff -u llvm-www/Name.html:1.1 llvm-www/Name.html:1.2 --- l

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: Name.html added (r1.1) --- Log message: The project renaming deserves a page of its own. --- Diffs of the changes: (+218 -0) Name.html | 218 ++ 1 files changed, 218 insertions(+) Index: llvm-www/

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.97 -> 1.98 --- Log message: Fix a link. --- 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.html:1

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.96 -> 1.97 --- Log message: Some minor adjustments. --- Diffs of the changes: (+15 -12) DevMtgMay2007.html | 27 +++ 1 files changed, 15 insertions(+), 12 deletions(-) Index: llvm-www/DevMtgMay2007.htm

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

2007-04-12 Thread Reid Spencer
On Thu, 2007-04-12 at 15:36 -0700, Chris Lattner wrote: > On Apr 12, 2007, at 3:34 PM, Reid Spencer wrote: > > > On Thu, 2007-04-12 at 15:19 -0700, Jeff Cohen wrote: > >> Adamant isn't a Tolkien creation. It often refers to diamonds, but > >> historically can mean any hard, "unbreakable" stone, m

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

2007-04-12 Thread Chris Lattner
On Apr 12, 2007, at 3:34 PM, Reid Spencer wrote: > On Thu, 2007-04-12 at 15:19 -0700, Jeff Cohen wrote: >> Adamant isn't a Tolkien creation. It often refers to diamonds, but >> historically can mean any hard, "unbreakable" stone, metal or other >> substance. It's in the dictionary :) > > I'm ha

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

2007-04-12 Thread Reid Spencer
On Thu, 2007-04-12 at 15:19 -0700, Jeff Cohen wrote: > Adamant isn't a Tolkien creation. It often refers to diamonds, but > historically can mean any hard, "unbreakable" stone, metal or other > substance. It's in the dictionary :) I'm having enough trouble this end just keeping up with the submi

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.95 -> 1.96 --- Log message: Fix description of Adamant. --- Diffs of the changes: (+5 -2) DevMtgMay2007.html |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/D

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.94 -> 1.95 --- Log message: Better grouping by submitter. --- Diffs of the changes: (+12 -15) DevMtgMay2007.html | 27 --- 1 files changed, 12 insertions(+), 15 deletions(-) Index: llvm-www/DevMtgMay20

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.93 -> 1.94 --- Log message: Learn how to do rowspan properly. --- Diffs of the changes: (+8 -7) DevMtgMay2007.html | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) Index: llvm-www/DevMtgMay2007.html diff

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.92 -> 1.93 --- Log message: Add Scott's Greek mythology names. --- Diffs of the changes: (+13 -5) DevMtgMay2007.html | 18 +- 1 files changed, 13 insertions(+), 5 deletions(-) Index: llvm-www/DevMtgMay2007.htm

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

2007-04-12 Thread Jeff Cohen
Adamant isn't a Tolkien creation. It often refers to diamonds, but historically can mean any hard, "unbreakable" stone, metal or other substance. It's in the dictionary :) Reid Spencer wrote: Changes in directory llvm-www: DevMtgMay2007.html updated: 1.91 -> 1.92 --- Log message: More name

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.91 -> 1.92 --- Log message: More names. --- Diffs of the changes: (+11 -3) DevMtgMay2007.html | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMa

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: CBackend.cpp updated: 1.335 -> 1.336 --- Log message: Implement review feedback .. don't double search a set. --- Diffs of the changes: (+1 -3) CBackend.cpp |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index: llvm/lib/Target/

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen: IntrinsicLowering.cpp updated: 1.79 -> 1.80 --- Log message: Make sure intrinsics that are lowered to functions make the function weak linkage so we only end up with one of them in a program. These are, after all overloaded and templatish in nature. ---

Re: [llvm-commits] [126022] fix linkage of weak/linkonce functions

2007-04-12 Thread Dale Johannesen
On Apr 12, 2007, at 2:30 PM, Anton Korobeynikov wrote: > Dale, > >> Log Message: >> --- >> fix linkage of weak/linkonce functions > This patch definitely breaks Qt. This is very "fragile" place. In the > past we've marked linkonce too much in order not to break stuff > causing > undefin

Re: [llvm-commits] [126022] fix linkage of weak/linkonce functions

2007-04-12 Thread Chris Lattner
On Apr 12, 2007, at 2:30 PM, Anton Korobeynikov wrote: > Dale, > >> Log Message: >> --- >> fix linkage of weak/linkonce functions > This patch definitely breaks Qt. This is very "fragile" place. In the > past we've marked linkonce too much in order not to break stuff > causing > undefin

Re: [llvm-commits] [126022] fix linkage of weak/linkonce functions

2007-04-12 Thread Anton Korobeynikov
Dale, > Log Message: > --- > fix linkage of weak/linkonce functions This patch definitely breaks Qt. This is very "fragile" place. In the past we've marked linkonce too much in order not to break stuff causing undefined references. -- With best regards, Anton Korobeynikov. Faculty of M

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

2007-04-12 Thread Chris Lattner
> Provide support for intrinsics that lower themselves to a function > body. > This can happen for intrinsics that are overloaded. In such cases > it is > necessary to emit a function prototype before the body of the function > that calls the intrinsic and to ensure we don't emit it multiple

[llvm-commits] CVS: llvm/test/CFrontend/2007-04-11-InlineStorageClassC89.c 2007-04-11-InlineStorageClassC99.c

2007-04-12 Thread Dale Johannesen
Changes in directory llvm/test/CFrontend: 2007-04-11-InlineStorageClassC89.c added (r1.1) 2007-04-11-InlineStorageClassC99.c added (r1.1) --- Log message: testcases for function linkage --- Diffs of the changes: (+74 -0) 2007-04-11-InlineStorageClassC89.c | 37 +++

[llvm-commits] CVS: llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp 2003-11-02-WeakLinkage.cpp.tr

2007-04-12 Thread Dale Johannesen
Changes in directory llvm/test/C++Frontend: 2007-04-11-InlineStorageClassC++.cpp added (r1.1) 2003-11-02-WeakLinkage.cpp.tr updated: 1.6 -> 1.7 --- Log message: testcases for function linkage --- Diffs of the changes: (+37 -1) 2003-11-02-WeakLinkage.cpp.tr|1 2007-04-11-Inline

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: CBackend.cpp updated: 1.334 -> 1.335 --- Log message: Provide support for intrinsics that lower themselves to a function body. This can happen for intrinsics that are overloaded. In such cases it is necessary to emit a function prototype before

[llvm-commits] [126022] fix linkage of weak/linkonce functions

2007-04-12 Thread johannes
Revision: 126022 Author: johannes Date: 2007-04-12 13:54:24 -0700 (Thu, 12 Apr 2007) Log Message: --- fix linkage of weak/linkonce functions Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp Modified: apple-local/branches/llvm/gcc/llvm-convert.cpp ==

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.90 -> 1.91 --- Log message: Add LoveByte --- Diffs of the changes: (+3 -1) DevMtgMay2007.html |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay2007.html:1

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

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/docs: LangRef.html updated: 1.233 -> 1.234 --- Log message: update documentation --- Diffs of the changes: (+5 -3) LangRef.html |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.233 l

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.89 -> 1.90 --- Log message: Make the layout table wider. --- 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/Dev

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.88 -> 1.89 --- Log message: Rearrange to use some empty white space. --- Diffs of the changes: (+17 -18) DevMtgMay2007.html | 35 +-- 1 files changed, 17 insertions(+), 18 deletions(-) Index: l

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.87 -> 1.88 --- Log message: Conference Room --- Diffs of the changes: (+6 -1) DevMtgMay2007.html |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay2007.

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

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.67 -> 1.68 --- Log message: update documentation --- Diffs of the changes: (+6 -2) BytecodeFormat.html |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) Index: llvm/docs/BytecodeFormat.html diff -u llvm/docs/B

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.86 -> 1.87 --- Log message: Add Michael McCracken. --- Diffs of the changes: (+3 -2) DevMtgMay2007.html |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMa

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

2007-04-12 Thread Reid Spencer
Hi Lauro, On Thu, 2007-04-12 at 13:33 -0500, Lauro Ramos Venancio wrote: > > Changes in directory llvm/lib/Bytecode/Reader: > > Analyzer.cpp updated: 1.39 -> 1.40 > Reader.cpp updated: 1.247 -> 1.248 > --- > Log message: > > Implement the "thread_local" keyword. Meta comment: I didn't see a co

[llvm-commits] [126020] Add TLS support, patch by Lauro, thanks!

2007-04-12 Thread clattner
Revision: 126020 Author: clattner Date: 2007-04-12 11:50:47 -0700 (Thu, 12 Apr 2007) Log Message: --- Add TLS support, patch by Lauro, thanks! Modified Paths: -- apple-local/branches/llvm/gcc/llvm-backend.cpp Modified: apple-local/branches/llvm/gcc/llvm-backend.cpp

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

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/Target/CBackend: CBackend.cpp updated: 1.333 -> 1.334 --- Log message: Implement Thread Local Storage (TLS) in CBackend. --- Diffs of the changes: (+27 -17) CBackend.cpp | 44 +++- 1 files changed, 27 insertions(+), 17

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

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/Transforms/Utils: CloneModule.cpp updated: 1.23 -> 1.24 --- Log message: Implement the "thread_local" keyword. --- Diffs of the changes: (+2 -0) CloneModule.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/Transforms/Utils/CloneModule.cpp diff

[llvm-commits] CVS: llvm/include/llvm/Bytecode/BytecodeHandler.h

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/include/llvm/Bytecode: BytecodeHandler.h updated: 1.17 -> 1.18 --- Log message: Implement the "thread_local" keyword. --- Diffs of the changes: (+2 -1) BytecodeHandler.h |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Bytecod

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

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/include/llvm: GlobalVariable.h updated: 1.39 -> 1.40 --- Log message: Implement the "thread_local" keyword. --- Diffs of the changes: (+7 -2) GlobalVariable.h |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) Index: llvm/include/llvm/GlobalVaria

[llvm-commits] CVS: llvm/lib/Linker/LinkModules.cpp

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/Linker: LinkModules.cpp updated: 1.138 -> 1.139 --- Log message: Implement the "thread_local" keyword. --- Diffs of the changes: (+4 -3) LinkModules.cpp |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/lib/Linker/LinkModules.cpp d

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

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.171 -> 1.172 --- Log message: Implement the "thread_local" keyword. --- Diffs of the changes: (+6 -5) Writer.cpp | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) Index: llvm/lib/Bytecode/Writer/Write

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

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.268 -> 1.269 Globals.cpp updated: 1.18 -> 1.19 --- Log message: Implement the "thread_local" keyword. --- Diffs of the changes: (+8 -7) AsmWriter.cpp |3 ++- Globals.cpp | 12 ++-- 2 files changed, 8 insertions(

[llvm-commits] CVS: llvm/lib/Transforms/IPO/GlobalOpt.cpp

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/Transforms/IPO: GlobalOpt.cpp updated: 1.100 -> 1.101 --- Log message: Implement the "thread_local" keyword. --- Diffs of the changes: (+19 -7) GlobalOpt.cpp | 26 +++--- 1 files changed, 19 insertions(+), 7 deletions(-) Index: llvm/lib

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

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/lib/Bytecode/Reader: Analyzer.cpp updated: 1.39 -> 1.40 Reader.cpp updated: 1.247 -> 1.248 --- Log message: Implement the "thread_local" keyword. --- Diffs of the changes: (+8 -5) Analyzer.cpp |4 +++- Reader.cpp |9 + 2 files changed, 8 insertio

[llvm-commits] CVS: llvm/test/Feature/packed_cmp.ll

2007-04-12 Thread Chris Lattner
Changes in directory llvm/test/Feature: packed_cmp.ll (r1.5) removed --- Log message: vector compares aren't allowed. It doesn't make sense to have an xfailed test to remind us of this. --- Diffs of the changes: (+0 -0) 0 files changed ___ ll

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.85 -> 1.86 --- Log message: Add Mark Thomas and Jeff Poznanovic. --- Diffs of the changes: (+8 -8) DevMtgMay2007.html | 16 1 files changed, 8 insertions(+), 8 deletions(-) Index: llvm-www/DevMtgMay2007.html

[llvm-commits] llvm-gcc: fix bitfield-after-zero-width-struct crash

2007-04-12 Thread Duncan Sands
The assertion was off by one. I tweaked some comments while I was there. Ciao, Duncan. Index: gcc.llvm/gcc/llvm-types.cpp === --- gcc.llvm.orig/gcc/llvm-types.cpp 2007-04-12 20:00:58.0 +0200 +++ gcc.llvm/gcc/llvm-types.cpp 2

[llvm-commits] CVS: llvm/test/CodeGen/Generic/ispositive.ll

2007-04-12 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/Generic: ispositive.ll updated: 1.3 -> 1.4 --- Log message: make this really work on linux :) --- Diffs of the changes: (+1 -1) ispositive.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/CodeGen/Generic/ispositive.ll di

[llvm-commits] CVS: llvm/test/CodeGen/Generic/ispositive.ll

2007-04-12 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/Generic: ispositive.ll updated: 1.2 -> 1.3 --- Log message: make this happier on linux hosts --- Diffs of the changes: (+1 -1) ispositive.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/CodeGen/Generic/ispositive.ll dif

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.84 -> 1.85 --- Log message: Remove spurious end tag. Close an element. --- Diffs of the changes: (+3 -3) DevMtgMay2007.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007.html diff

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.83 -> 1.84 --- Log message: Clean up validation errors in links that were changed. Fix Gabor's name (sorry Gabor!). --- Diffs of the changes: (+10 -6) DevMtgMay2007.html | 16 ++-- 1 files changed, 10 insertions(+),

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: GSoCProjects.html added (r1.1) --- Log message: Add page for our GSoC projects. --- Diffs of the changes: (+84 -0) GSoCProjects.html | 84 ++ 1 files changed, 84 insertions(+) Index: llvm-www/GSoCProject

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen: IntrinsicLowering.cpp updated: 1.78 -> 1.79 --- Log message: Fix bugs in generated code for part_select and part_set so that llc doesn't barf when CBE is run with a program that contains these intrinsics. --- Diffs of the changes: (+45 -36) IntrinsicL

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.82 -> 1.83 --- Log message: Add Mithril. --- Diffs of the changes: (+10 -5) DevMtgMay2007.html | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtg

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen: IntrinsicLowering.cpp updated: 1.77 -> 1.78 --- Log message: Fix a bug in PartSet. The replacement value needs to be zext or trunc to the size of the value, not just zext. Also, give better names to two BBs. --- Diffs of the changes: (+7 -3) Intrinsic

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.81 -> 1.82 --- Log message: Link to funding page. --- Diffs of the changes: (+4 -4) DevMtgMay2007.html |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtg

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.80 -> 1.81 --- Log message: Fix many spello/typo. --- Diffs of the changes: (+16 -16) DevMtgMay2007.html | 32 1 files changed, 16 insertions(+), 16 deletions(-) Index: llvm-www/DevMtgMay2007.

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: Funding.html updated: 1.1 -> 1.2 --- Log message: Fix spellos --- Diffs of the changes: (+2 -2) Funding.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/Funding.html diff -u llvm-www/Funding.html:1.1 llvm-www/Funding.html:1

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: Funding.html added (r1.1) --- Log message: Initial content for funding page. --- Diffs of the changes: (+63 -0) Funding.html | 63 +++ 1 files changed, 63 insertions(+) Index: llvm-www/Funding.html d

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.79 -> 1.80 --- Log message: Okay, there's a reason I'm not a web developer. --- Diffs of the changes: (+4 -4) DevMtgMay2007.html |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm-www/DevMtgMay2007.h

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.78 -> 1.79 --- Log message: Use the right tags! --- Diffs of the changes: (+4 -4) DevMtgMay2007.html |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMa

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.77 -> 1.78 --- Log message: Add Duncan's ideas. --- Diffs of the changes: (+5 -1) DevMtgMay2007.html |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay20

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.76 -> 1.77 --- Log message: Add a note about connotations of the name. --- Diffs of the changes: (+6 -1) DevMtgMay2007.html |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm-www/DevMtgMay2007.html diff

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.75 -> 1.76 --- Log message: Add NYAC --- Diffs of the changes: (+5 -1) DevMtgMay2007.html |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay2007.html:1.7

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.74 -> 1.75 --- Log message: Fix table botch. --- Diffs of the changes: (+3 -3) DevMtgMay2007.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay2007

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.73 -> 1.74 --- Log message: Finish highlighting. --- Diffs of the changes: (+10 -10) DevMtgMay2007.html | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.72 -> 1.73 --- Log message: Try out some highlighting --- Diffs of the changes: (+6 -6) DevMtgMay2007.html | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-ww

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.71 -> 1.72 --- Log message: Add several new naming entries. --- Diffs of the changes: (+32 -7) DevMtgMay2007.html | 39 --- 1 files changed, 32 insertions(+), 7 deletions(-) Index: llvm-www

Re: [llvm-commits] llvm-gcc: don't crash when emitting debug info for a field at a variable offset

2007-04-12 Thread Duncan Sands
> If a field in a record is at a variable offset from > the start of the record, then DebugInfo::getOrCreateType > crashes at this line > MemberDesc->setOffset(int_bit_position(Member)); > since the bit-offset is not an integer constant. Fixed > by using 0 for the offset in this case - w