Changes in directory llvm/lib/Bitcode:
LLVMBitCodes.h added (r1.1)
---
Log message:
add llvm ir bitcode definition file
---
Diffs of the changes: (+87 -0)
LLVMBitCodes.h | 87 +
1 files changed, 87 insertions(+)
Index: llvm/lib/Bi
I just synced CVS and am getting the following build error:
llvm/lib/Bitcode/Reader/BitcodeReader.h:19:29: error: ../
LLVMBitCodes.h: No such file or directory
--
Christopher Lamb
On Apr 22, 2007, at 1:16 AM, Chris Lattner wrote:
Changes in directory llvm/lib/Bitcode/Reader:
---
Log mes
On Apr 21, 2007, at 3:21 AM, Anton Korobeynikov wrote:
> Hello, Chris.
>> I disagree. They *act like* functions or GV's, but they really
>> aren't them. For example, (from m understanding), it is not legal to
>> give an alias a function body or a global variable initializer.
> After stripping ali
On Apr 22, 2007, at 12:03 AM, Christopher Lamb wrote:
I just synced CVS and am getting the following build error:
llvm/lib/Bitcode/Reader/BitcodeReader.h:19:29: error: ../
LLVMBitCodes.h: No such file or directory
Just fixed, sorry about that :(
-Chris
--
Christopher Lamb
On Apr 22, 20
How long does it usually take for these to propagate to the public
SVN site?
--
Christopher Lamb
On Apr 22, 2007, at 12:52 AM, [EMAIL PROTECTED] wrote:
Revision: 126379
Author: clattner
Date: 2007-04-21 22:52:13 -0700 (Sat, 21 Apr 2007)
Log Message:
---
apply reid's patch for P
I am getting the following error when running make in llvm/tests.
Running .../llvm/test/C++Frontend/dg.exp ...
ERROR: tcl error sourcing .../llvm/test/C++Frontend/dg.exp.
ERROR: couldn't compile regular expression pattern: quantifier
operand invalid
while executing
"regexp $lang $llvmgcc_l
On Apr 22, 2007, at 1:40 AM, Chris Lattner wrote:
On Apr 21, 2007, at 4:28 PM, Christopher Lamb wrote:
On Apr 21, 2007, at 6:12 PM, Reid Spencer wrote:
On Sat, 2007-04-21 at 18:07 -0500, Christopher Lamb wrote:
I'm getting a regression after my fixes that's coming from
getABIAlignment not
The program which does this is done at 2AM every morning.
-bw
On Apr 22, 2007, at 12:32 AM, Christopher Lamb wrote:
How long does it usually take for these to propagate to the public
SVN site?
--
Christopher Lamb
On Apr 22, 2007, at 12:52 AM, [EMAIL PROTECTED] wrote:
Revision: 126379
Auth
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.24 -> 1.25
---
Log message:
Fix generation of certain scheduler itineraries.
---
Diffs of the changes: (+2 -1)
SubtargetEmitter.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/utils/Tabl
The mirror has not been updated in two days. llvm-gcc is now
unbuildable by the public.
[EMAIL PROTECTED] wrote:
> Revision: 126379
> Author: clattner
> Date: 2007-04-21 22:52:13 -0700 (Sat, 21 Apr 2007)
>
> Log Message:
> ---
> apply reid's patch for PR1146
>
> Modified Paths:
> -
Changes in directory llvm/docs:
LangRef.html updated: 1.236 -> 1.237
---
Log message:
Undo erroneous corrections.
---
Diffs of the changes: (+5 -5)
LangRef.html | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html
Reid Spencer wrote:
> Jeff,
>
> On Sun, 2007-04-22 at 07:19 -0700, Jeff Cohen wrote:
>
>> The mirror has not been updated in two days. llvm-gcc is now
>> unbuildable by the public.
>>
>
> I just updated and the changes that Chris committed for me last night
> are in the repository mirror.
Changes in directory llvm/win32/Bitcode:
---
Log message:
Directory /var/cvs/llvm/llvm/win32/Bitcode added to the repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.
Jeff,
On Sun, 2007-04-22 at 07:19 -0700, Jeff Cohen wrote:
> The mirror has not been updated in two days. llvm-gcc is now
> unbuildable by the public.
I just updated and the changes that Chris committed for me last night
are in the repository mirror. The rev # is 315. Seems fine to me.
>
> [
Changes in directory llvm/test/lib:
llvm.exp updated: 1.21 -> 1.22
---
Log message:
Fix the comparison of language names to accept any characters by using
"string first" instead of "regexp match". This helps C++ tests get executed.
---
Diffs of the changes: (+1 -1)
llvm.exp |2 +-
1 fi
Changes in directory llvm/include/llvm/Bitcode:
BitstreamReader.h updated: 1.1 -> 1.2
BitstreamWriter.h updated: 1.1 -> 1.2
---
Log message:
Teach Visual Studio about Bitcode.
---
Diffs of the changes: (+8 -5)
BitstreamReader.h | 10 ++
BitstreamWriter.h |3 ++-
2 files change
Christopher,
Sorry about that, my bad. This is now fixed.
I forgot that the ++ in C++ would be treated as regular expression
special characters and is, in fact, an invalid regular expression. The
change was to just use "string first" to scan the string, not use a
regular expression.
Reid.
On
Changes in directory llvm/include/llvm:
ParameterAttributes.h updated: 1.9 -> 1.10
---
Log message:
Undo premature commit.
---
Diffs of the changes: (+1 -4)
ParameterAttributes.h |5 +
1 files changed, 1 insertion(+), 4 deletions(-)
Index: llvm/include/llvm/ParameterAttributes.h
Changes in directory llvm/include/llvm:
GlobalValue.h updated: 1.37 -> 1.38
---
Log message:
Implement review feedback.
---
Diffs of the changes: (+2 -2)
GlobalValue.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/GlobalValue.h
diff -u llvm/include
Changes in directory llvm/include/llvm:
ParameterAttributes.h updated: 1.8 -> 1.9
---
Log message:
Terminate file with newline.
---
Diffs of the changes: (+4 -1)
ParameterAttributes.h |5 -
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/ParameterAttribut
Changes in directory llvm/include/llvm/Bitcode:
BitstreamReader.h updated: 1.2 -> 1.3
---
Log message:
Terminate with newline.
---
Diffs of the changes: (+0 -2)
BitstreamReader.h |2 --
1 files changed, 2 deletions(-)
Index: llvm/include/llvm/Bitcode/BitstreamReader.h
diff -u llvm/in
Bill Wendling wrote:
> The program which does this is done at 2AM every morning.
>
> -bw
Not anymore... it hasn't run in two days.
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
Changes in directory llvm/win32/Bitcode:
Bitcode.vcproj added (r1.1)
---
Log message:
Teach Visual Studio about Bitcode.
---
Diffs of the changes: (+161 -0)
Bitcode.vcproj | 161 +
1 files changed, 161 insertions(+)
Index: llvm/win3
Changes in directory llvm/win32:
llvm.sln updated: 1.27 -> 1.28
---
Log message:
Teach Visual Studio about Bitcode.
---
Diffs of the changes: (+10 -0)
llvm.sln | 10 ++
1 files changed, 10 insertions(+)
Index: llvm/win32/llvm.sln
diff -u llvm/win32/llvm.sln:1.27 llvm/win32/llvm.
Changes in directory llvm/include/llvm:
Function.h updated: 1.80 -> 1.81
Instructions.h updated: 1.69 -> 1.70
ParameterAttributes.h updated: 1.10 -> 1.11
---
Log message:
For PR1136: http://llvm.org/PR1136 :
Add reference counting to ParamAttrsList and make use of it in Function,
CallInst and I
Changes in directory llvm/lib/VMCore:
Function.cpp updated: 1.125 -> 1.126
Instructions.cpp updated: 1.88 -> 1.89
---
Log message:
For PR1136: http://llvm.org/PR1136 :
Add reference counting to ParamAttrsList and make use of it in Function,
CallInst and InvokeInst classes.
---
Diffs of the ch
Changes in directory llvm/tools/llvm-config:
llvm-config.in.in updated: 1.26 -> 1.27
---
Log message:
Add new option to usage help.
---
Diffs of the changes: (+1 -0)
llvm-config.in.in |1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/llvm-config/llvm-config.in.in
diff -u llvm/to
Changes in directory llvm/include/llvm:
AbstractTypeUser.h updated: 1.27 -> 1.28
---
Log message:
Fix build problem with Gentoo 4.1.1-r3.
---
Diffs of the changes: (+4 -0)
AbstractTypeUser.h |4
1 files changed, 4 insertions(+)
Index: llvm/include/llvm/AbstractTypeUser.h
diff -u
Changes in directory llvm/lib/Bitcode/Reader:
BitcodeReader.h updated: 1.1 -> 1.2
---
Log message:
Fix build problem with Gentoo 4.1.1-r3.
---
Diffs of the changes: (+1 -1)
BitcodeReader.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Bitcode/Reader/BitcodeRead
For the record, GCC 3.4.6 also has this problem.
Jeff Cohen wrote:
> Changes in directory llvm/include/llvm:
>
> AbstractTypeUser.h updated: 1.27 -> 1.28
> ---
> Log message:
>
> Fix build problem with Gentoo 4.1.1-r3.
>
> ---
> Diffs of the changes: (+4 -0)
>
> AbstractTypeUser.h |4
>
Changes in directory llvm/lib/VMCore:
Instructions.cpp updated: 1.89 -> 1.90
AsmWriter.cpp updated: 1.273 -> 1.274
---
Log message:
PR400: http://llvm.org/PR400 work phase 1. Add attributed load/store
instructions for volatile/align to LLVM.
---
Diffs of the changes: (+49 -0)
AsmWriter.c
Changes in directory llvm/lib/AsmParser:
llvmAsmParser.y updated: 1.346 -> 1.347
---
Log message:
PR400: http://llvm.org/PR400 work phase 1. Add attributed load/store
instructions for volatile/align to LLVM.
---
Diffs of the changes: (+4 -4)
llvmAsmParser.y |8
1 files chang
Changes in directory llvm/lib/Bytecode/Reader:
Reader.cpp updated: 1.251 -> 1.252
---
Log message:
PR400: http://llvm.org/PR400 work phase 1. Add attributed load/store
instructions for volatile/align to LLVM.
---
Diffs of the changes: (+21 -3)
Reader.cpp | 24 +---
Changes in directory llvm/lib/Bytecode/Writer:
Writer.cpp updated: 1.175 -> 1.176
---
Log message:
PR400: http://llvm.org/PR400 work phase 1. Add attributed load/store
instructions for volatile/align to LLVM.
---
Diffs of the changes: (+35 -6)
Writer.cpp | 41 ++
Changes in directory llvm/include/llvm:
Instructions.h updated: 1.70 -> 1.71
---
Log message:
PR400: http://llvm.org/PR400 work phase 1. Add attributed load/store
instructions for volatile/align to LLVM.
---
Diffs of the changes: (+37 -7)
Instructions.h | 44 +++
This patch was buried at the end of the discussion...--Christopher LambBegin forwarded message:From: Christopher Lamb <[EMAIL PROTECTED]>Date: April 22, 2007 4:12:29 AM CDTTo: CVS Commit Messages for LLVM repository Subject: Re: [llvm-commits] Major regressions On Apr 22,
I noticed that Reid didn't check in the generated .cvs files from
AsmParser changes, and neither did I this time. Is this something
that should be done?
--
Christopher Lamb
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.ui
Hello, Christopher.
> I noticed that Reid didn't check in the generated .cvs files from
> AsmParser changes, and neither did I this time. Is this something that
> should be done?
Yes. Definitely. But with separate commit (not with *.l and *.y).
--
With best regards, Anton Korobeynikov.
Faculty
It appears that Mac's have an older version of Bison that the one
Reid was using. If this is a problem Reid should probably regenerate
the files.
--
Christopher Lamb
On Apr 22, 2007, at 2:56 PM, Anton Korobeynikov wrote:
Hello, Christopher.
I noticed that Reid didn't check in the genera
Christopher,
> It appears that Mac's have an older version of Bison that the one Reid
> was using. If this is a problem Reid should probably regenerate the
> files.
I think it doesn't matter, which bison version is used. The only
requirement - it should be "known to work" (e.g 2.x).
--
With best
>
> Undo erroneous corrections.
Thanks Jeff!
-Chris
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> Index: llvm/include/llvm/AbstractTypeUser.h
> diff -u llvm/include/llvm/AbstractTypeUser.h:1.27 llvm/include/llvm/
> AbstractTypeUser.h:1.28
> --- llvm/include/llvm/AbstractTypeUser.h:1.27 Mon Jun 5 11:29:06 2006
> +++ llvm/include/llvm/AbstractTypeUser.h Sun Apr 22 13:49:32 2007
> @@ -14,
On Apr 22, 2007, at 1:17 PM, Anton Korobeynikov wrote:
> Christopher,
>
>> It appears that Mac's have an older version of Bison that the one
>> Reid
>> was using. If this is a problem Reid should probably regenerate the
>> files.
> I think it doesn't matter, which bison version is used. The onl
Changes in directory llvm/test/CodeGen/Alpha:
zapnot3.ll updated: 1.2 -> 1.3
---
Log message:
simplify this test until it can be dealt with
---
Diffs of the changes: (+7 -6)
zapnot3.ll | 13 +++--
1 files changed, 7 insertions(+), 6 deletions(-)
Index: llvm/test/CodeGen/Alpha/za
Looks good to me, plz apply, Thanks!
-Chris
On Apr 22, 2007, at 12:32 PM, Christopher Lamb wrote:
This patch was buried at the end of the discussion...
--
Christopher Lamb
Begin forwarded message:
From: Christopher Lamb <[EMAIL PROTECTED]>
Date: April 22, 2007 4:12:29 AM CDT
To: CVS Commit
> + /// getAlignment - Return the alignment of the access that is
> being performed
> + ///
> + unsigned getAlignment() const {
> +signed Log2AlignVal = ((SubclassData>>1)-1);
> +return ((Log2AlignVal < 0) ? 0 : 1< + }
I think that this can be written as:
((1 << (SubclassData>>1)
Changes in directory llvm/lib/Target:
TargetData.cpp updated: 1.106 -> 1.107
---
Log message:
Support alignment queries for degenerate (length 1) vectors.
---
Diffs of the changes: (+8 -2)
TargetData.cpp | 10 --
1 files changed, 8 insertions(+), 2 deletions(-)
Index: llvm/lib/
Changes in directory llvm/lib/VMCore:
Type.cpp updated: 1.185 -> 1.186
---
Log message:
Have compiler enforce this.
---
Diffs of the changes: (+0 -1)
Type.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/VMCore/Type.cpp
diff -u llvm/lib/VMCore/Type.cpp:1.185 llvm/lib/VMCore/Ty
Changes in directory llvm/include/llvm:
AbstractTypeUser.h updated: 1.28 -> 1.29
---
Log message:
Have compiler enforce this.
---
Diffs of the changes: (+5 -3)
AbstractTypeUser.h |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
Index: llvm/include/llvm/AbstractTypeUser.h
Changes in directory llvm/lib/Bytecode/Reader:
Reader.cpp updated: 1.252 -> 1.253
---
Log message:
PR400: http://llvm.org/PR400 phase 1 implementation feedback.
---
Diffs of the changes: (+2 -4)
Reader.cpp |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
Index: llvm/lib/B
Changes in directory llvm/include/llvm:
Instructions.h updated: 1.71 -> 1.72
---
Log message:
PR400: http://llvm.org/PR400 phase 1 implementation feedback.
---
Diffs of the changes: (+2 -4)
Instructions.h |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
Index: llvm/includ
On Sun, 2007-04-22 at 13:45 -0700, Chris Lattner wrote:
> > Index: llvm/include/llvm/AbstractTypeUser.h
> > diff -u llvm/include/llvm/AbstractTypeUser.h:1.27 llvm/include/llvm/
> > AbstractTypeUser.h:1.28
> > --- llvm/include/llvm/AbstractTypeUser.h:1.27 Mon Jun 5 11:29:06 2006
> > +++ llvm
It could have been a glitch on the part of the updating thingy. Let
me know if this happens again!
-bw
On Apr 22, 2007, at 7:41 AM, Jeff Cohen wrote:
> Reid Spencer wrote:
>> Jeff,
>>
>> On Sun, 2007-04-22 at 07:19 -0700, Jeff Cohen wrote:
>>
>>> The mirror has not been updated in two days. l
Changes in directory llvm/lib/Target/X86:
X86ATTAsmPrinter.cpp updated: 1.101 -> 1.102
X86ISelLowering.cpp updated: 1.395 -> 1.396
X86InstrInfo.td updated: 1.303 -> 1.304
---
Log message:
X86 TLS: fix and optimize the implementation of "initial exec" model.
---
Diffs of the changes: (+11 -2)
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.188 -> 1.189
SelectionDAG.h updated: 1.149 -> 1.150
---
Log message:
PR400: http://llvm.org/PR400 phase 2. Propagate attributed load/store
information through DAGs.
---
Diffs of the changes: (+10 -5)
Selection
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.423 -> 1.424
SelectionDAG.cpp updated: 1.401 -> 1.402
DAGCombiner.cpp updated: 1.295 -> 1.296
---
Log message:
PR400: http://llvm.org/PR400 phase 2. Propagate attributed load/store
information through DAGs.
>>
>> #ifndef LLVM_TYPE_H
>> #error "dont' do this"
>> #endif
>>
>> to the top of this file?
>
> If that's the case then ATU.h should just be folded into Type.h and we
> don't ever have to talk about this again :)
We'd have to fold value/type/atu together, not a good idea,
-Chris
Changes in directory llvm/include/llvm/Bitcode:
LLVMBitCodes.h added (r1.1)
---
Log message:
promote this to being a public header.
---
Diffs of the changes: (+87 -0)
LLVMBitCodes.h | 87 +
1 files changed, 87 insertions(+)
Index:
Changes in directory llvm/lib/Bitcode/Reader:
BitcodeReader.h updated: 1.2 -> 1.3
---
Log message:
promote LLVMBitCodes to be a public header
---
Diffs of the changes: (+1 -1)
BitcodeReader.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Bitcode/Reader/Bitcode
Changes in directory llvm/lib/Bitcode:
LLVMBitCodes.h (r1.1) removed
---
Log message:
promote LLVMBitCodes to be a public header
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://li
Changes in directory llvm/lib/Bitcode/Writer:
Writer.cpp updated: 1.1 -> 1.2
---
Log message:
promote LLVMBitCodes to be a public header
---
Diffs of the changes: (+1 -1)
Writer.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Bitcode/Writer/Writer.cpp
diff -
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.304 -> 1.305
---
Log message:
X86 TLS: optimize the implementation of "local exec" model.
---
Diffs of the changes: (+10 -3)
X86InstrInfo.td | 13 ++---
1 files changed, 10 insertions(+), 3 deletions(-)
Index:
Changes in directory llvm/test/CodeGen/X86:
tls1.ll added (r1.1)
tls2.ll added (r1.1)
---
Log message:
Add TLS tests.
---
Diffs of the changes: (+38 -0)
tls1.ll | 19 +++
tls2.ll | 19 +++
2 files changed, 38 insertions(+)
Index: llvm/test/CodeGen/X86/
Tthe llvm.org DNS was down, rendering the site unreachable, at 7:30am
Sunday. I don't know when Comcast fixed the link, but as an aside, I
don't think that the secondary DNS for llvm.org is working. For me it
returned a blank A record for the domain.
--
Christopher Lamb
On Apr 22, 2007, a
That wasn't the problem. svn reached the server; it just didn't find a
new revision to pull.
Christopher Lamb wrote:
> Tthe llvm.org DNS was down, rendering the site unreachable, at 7:30am
> Sunday. I don't know when Comcast fixed the link, but as an aside, I
> don't think that the secondary D
65 matches
Mail list logo