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

2007-04-12 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.416 - 1.417 --- Log message: the result of an inline asm copy can be an arbitrary VT that the register class supports. In the case of vectors, this means we often get the wrong type (e.g. we get v4f32 instead

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

2007-04-12 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.68 - 1.69 --- Log message: Made up names and portmanteaux. --- Diffs of the changes: (+9 -1) DevMtgMay2007.html | 10 +- 1 files changed, 9 insertions(+), 1 deletion(-) 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.69 - 1.70 --- Log message: Add a portmanteau --- Diffs of the changes: (+4 -2) DevMtgMay2007.html |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u

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

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

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

[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

[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

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

[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

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

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

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

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

[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

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

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

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 undefined

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 undefined

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

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

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

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

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

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 having

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, metal or

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

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

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: + pbTax Exempt/b. 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./p + p Exempt or Deductible? -bw

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: + pbTax Exempt/b. Your donations are tax exempt in the United

[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

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: + pbTax Exempt/b. 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/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

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: + pbTax Exempt/b. Your donations are tax exempt in the United States (and + probably other countries). UIUC is a recognized non-profit organization.

[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

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

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

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