Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.70 -> 1.71
---
Log message:
Add missing tag.
---
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
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 llvm-www/DevMtgMay200
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
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
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.396 -> 1.397
---
Log message:
fold noop vbitconvert instructions
---
Diffs of the changes: (+9 -0)
SelectionDAG.cpp |9 +
1 files changed, 9 insertions(+)
Index: llvm/lib/CodeGen/SelectionDAG/Sele
Changes in directory llvm/test/CodeGen/X86:
2007-04-11-InlineAsmVectorResult.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+21 -0)
2007-04-11-InlineAsmVectorResult.ll | 21 +
1 files changed, 21 insertions(+)
Index: llvm/test/CodeGen/X86/2
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.67 -> 1.68
---
Log message:
Link to Illuvium wikipedia page.
---
Diffs of the changes: (+6 -4)
DevMtgMay2007.html | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
Index: llvm-www/DevMtgMay2007.html
diff -u ll
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.66 -> 1.67
---
Log message:
Put in some naming rules.
---
Diffs of the changes: (+20 -2)
DevMtgMay2007.html | 22 --
1 files changed, 20 insertions(+), 2 deletions(-)
Index: llvm-www/DevMtgMay2007.html
dif
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.65 -> 1.66
---
Log message:
Unbreak the name table.
---
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/DevMtg
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.64 -> 1.65
---
Log message:
Add a spot for the logo.
---
Diffs of the changes: (+7 -4)
DevMtgMay2007.html | 11 +++
1 files changed, 7 insertions(+), 4 deletions(-)
Index: llvm-www/DevMtgMay2007.html
diff -u llvm-www/
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.63 -> 1.64
---
Log message:
Add more for naming content.
---
Diffs of the changes: (+26 -2)
DevMtgMay2007.html | 28 ++--
1 files changed, 26 insertions(+), 2 deletions(-)
Index: llvm-www/DevMtgMay2007
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.62 -> 1.63
---
Log message:
Add link to Chris' "Name That Compiler" email.
---
Diffs of the changes: (+13 -5)
DevMtgMay2007.html | 18 +-
1 files changed, 13 insertions(+), 5 deletions(-)
Index: llvm-www/DevMt
Changes in directory llvm/lib/CodeGen/SelectionDAG:
TargetLowering.cpp updated: 1.107 -> 1.108
---
Log message:
Fix weirdness handling single element vectors.
---
Diffs of the changes: (+2 -5)
TargetLowering.cpp |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
Index: llvm
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.388 -> 1.389
---
Log message:
Fix mmx paddq, add support for the 'y' register class, though it isn't tested.
---
Diffs of the changes: (+5 -1)
X86ISelLowering.cpp |6 +-
1 files changed, 5 insertions(+), 1 del
Changes in directory llvm/test:
Makefile updated: 1.95 -> 1.96
---
Log message:
Make the shlibext and llvmlibsdir variables accessible.
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.95 llvm/test
Changes in directory llvm/test/lib:
llvm-dg.exp updated: 1.16 -> 1.17
---
Log message:
Make the shlibext and llvmlibsdir variables accessible.
---
Diffs of the changes: (+5 -1)
llvm-dg.exp |6 +-
1 files changed, 5 insertions(+), 1 deletion(-)
Index: llvm/test/lib/llvm-dg.exp
dif
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.415 -> 1.416
---
Log message:
For PR1284: http://llvm.org/PR1284 :
Implement the "part_set" intrinsic.
---
Diffs of the changes: (+6 -1)
SelectionDAGISel.cpp |7 ++-
1 files changed, 6 insertions(+)
Changes in directory llvm/lib/CodeGen:
IntrinsicLowering.cpp updated: 1.76 -> 1.77
---
Log message:
For PR1284: http://llvm.org/PR1284 :
Implement the "part_set" intrinsic.
---
Diffs of the changes: (+193 -11)
IntrinsicLowering.cpp | 204 +++---
Changes in directory llvm/lib/VMCore:
Verifier.cpp updated: 1.201 -> 1.202
---
Log message:
For PR1284: http://llvm.org/PR1284 :
Implement the "part_set" intrinsic.
---
Diffs of the changes: (+3 -2)
Verifier.cpp |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/l
Changes in directory llvm/include/llvm:
Intrinsics.td updated: 1.54 -> 1.55
---
Log message:
For PR1284: http://llvm.org/PR1284 :
Implement the "part_set" intrinsic.
---
Diffs of the changes: (+5 -2)
Intrinsics.td |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
Index: ll
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.61 -> 1.62
---
Log message:
Add T-Shirts notice.
---
Diffs of the changes: (+10 -5)
DevMtgMay2007.html | 15 ++-
1 files changed, 10 insertions(+), 5 deletions(-)
Index: llvm-www/DevMtgMay2007.html
diff -u llvm-ww
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.60 -> 1.61
---
Log message:
Add Lang Hames.
---
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/DevMtgMay2007.h
Changes in directory llvm/test/Feature:
load_module.ll updated: 1.2 -> 1.3
---
Log message:
The hello pass actually requires a function to chew on!
---
Diffs of the changes: (+5 -0)
load_module.ll |5 +
1 files changed, 5 insertions(+)
Index: llvm/test/Feature/load_module.ll
diff
Changes in directory llvm/docs:
LangRef.html updated: 1.232 -> 1.233
---
Log message:
Fix extra argument in part_set examples. Thanks Zhiru.
---
Diffs of the changes: (+5 -5)
LangRef.html | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/docs/LangRef.html
di
Changes in directory llvm/lib/Support:
CommandLine.cpp updated: 1.86 -> 1.87
---
Log message:
improve the patch for PR1318: http://llvm.org/PR1318 to also support grouped
options with custom
handlers (like the pass list). My previous fix only supported *new* command
line options, not additio
Changes in directory llvm/include/llvm/Support:
CommandLine.h updated: 1.63 -> 1.64
---
Log message:
improve the patch for PR1318: http://llvm.org/PR1318 to also support grouped
options with custom
handlers (like the pass list). My previous fix only supported *new* command
line options, not
Revision: 125991
Author: dpatel
Date: 2007-04-11 17:33:44 -0700 (Wed, 11 Apr 2007)
Log Message:
---
Fix num of bits required calculation for bitfields that
do not start at byte boundary.
Fix
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047340.html
Modified
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.59 -> 1.60
---
Log message:
Requested deletion.
---
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/DevMtgMay20
Changes in directory llvm/test/CFrontend:
2007-04-11-PR1321.c added (r1.1)
---
Log message:
New test case for PR 1321: http://llvm.org/PR1321 .
---
Diffs of the changes: (+12 -0)
2007-04-11-PR1321.c | 12
1 files changed, 12 insertions(+)
Index: llvm/test/CFrontend/2007-04
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.58 -> 1.59
---
Log message:
Make the group rate section stand out a bit more.
---
Diffs of the changes: (+3 -2)
DevMtgMay2007.html |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm-www/DevMtgMay2007.htm
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.57 -> 1.58
---
Log message:
Mention the group rate at Cupertino Inn
Learn the alphabet all over.
---
Diffs of the changes: (+21 -2)
DevMtgMay2007.html | 23 +--
1 files changed, 21 insertions(+), 2 deletions
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.56 -> 1.57
---
Log message:
No response from Dan about Cray's 2nd attendee .. move to unconfirmed.
---
Diffs of the changes: (+5 -4)
DevMtgMay2007.html |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
Index: l
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.55 -> 1.56
---
Log message:
Add Ron Price.
---
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/DevMtgMay2007.ht
Changes in directory llvm/docs:
LangRef.html updated: 1.231 -> 1.232
---
Log message:
Fix validation errors.
---
Diffs of the changes: (+9 -9)
LangRef.html | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.
Changes in directory llvm/docs:
LangRef.html updated: 1.230 -> 1.231
---
Log message:
Missing end tag. Thanks, Nick.
---
Diffs of the changes: (+2 -2)
LangRef.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1
Revision: 125990
Author: clattner
Date: 2007-04-11 16:44:56 -0700 (Wed, 11 Apr 2007)
Log Message:
---
Switch approaches used to handle union destinations. This approach
correctly handles multi-element struct destinations as well, and
doesn't require a codegen change.
Modified Pat
Changes in directory llvm/test/CFrontend:
2007-04-11-InlineAsmStruct.c added (r1.1)
2007-04-11-InlineAsmUnion.c updated: 1.1 -> 1.2
---
Log message:
new testcase.
---
Diffs of the changes: (+10 -1)
2007-04-11-InlineAsmStruct.c |9 +
2007-04-11-InlineAsmUnion.c |2 +-
2 fil
Reid Spencer wrote:
> -cause these bits to be set: 0xFF1F.
> +cause these bits to be set: 0xFF1F.
.
Nick
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
Changes in directory llvm/docs:
LangRef.html updated: 1.229 -> 1.230
---
Log message:
Put period inside the paragraph!
---
Diffs of the changes: (+2 -2)
LangRef.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html
Changes in directory llvm/docs:
LangRef.html updated: 1.228 -> 1.229
---
Log message:
Document the part_set intrinsic.
---
Diffs of the changes: (+53 -2)
LangRef.html | 55 +--
1 files changed, 53 insertions(+), 2 deletions(-)
Index:
Changes in directory llvm/test/Feature:
forwardreftest.ll updated: 1.9 -> 1.10
---
Log message:
Fix a guard that is supposed to guard against mistakes like this patch fixes!
We *really* need to be running these with tcl's "exec" to catch the errors.
---
Diffs of the changes: (+1 -1)
forwar
Revision: 125989
Author: clattner
Date: 2007-04-11 15:35:32 -0700 (Wed, 11 Apr 2007)
Log Message:
---
Fix a front-end crash on CFrontend/2007-04-11-InlineAsmUnion.c, in which
an inline asm is emitting a store into a union (!?). There is still a
backend crash as well.
Modified Paths
Changes in directory llvm/test/CFrontend:
2007-04-11-InlineAsmUnion.c added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+7 -0)
2007-04-11-InlineAsmUnion.c |7 +++
1 files changed, 7 insertions(+)
Index: llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c
diff -c /
Reid Spencer wrote:
> +; RUN: llvm-upgrade < %s | llvm-as | llvm-ds -o /dev/null -f &&
llvm-dis?
> ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
> ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
> ; RUN: diff %t1.ll %t2.ll
Nick
___
llvm-commi
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.148 -> 1.149
---
Log message:
Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
---
Diffs of the changes: (+8 -6)
X86ISelDAGToDAG.cpp | 14 --
1 files changed, 8 insertions(+), 6 deletions(-)
Index: llv
Nice, thanks Reid!
-Chris
On Apr 11, 2007, at 2:30 PM, Reid Spencer wrote:
>
>
> Changes in directory llvm/test/Feature:
>
> load_module.ll updated: 1.1 -> 1.2
> ---
> Log message:
>
> The "Hello" message is written on stderr so make sure it is
> duplicated to
> stdout so the grep can match it
Changes in directory llvm/test/Feature:
load_module.ll updated: 1.1 -> 1.2
---
Log message:
The "Hello" message is written on stderr so make sure it is duplicated to
stdout so the grep can match it.
---
Diffs of the changes: (+1 -1)
load_module.ll |2 +-
1 files changed, 1 insertion(+)
Changes in directory llvm/docs:
GettingStarted.html updated: 1.157 -> 1.158
---
Log message:
Add Scott's note about GCC 4.1.2 on OpenSUSE.
---
Diffs of the changes: (+3 -1)
GettingStarted.html |4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/docs/GettingStarted.ht
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 is a co
Changes in directory llvm/test/Feature:
load_module.ll added (r1.1)
---
Log message:
Add a test case for PR1318: http://llvm.org/PR1318 .
---
Diffs of the changes: (+6 -0)
load_module.ll |6 ++
1 files changed, 6 insertions(+)
Index: llvm/test/Feature/load_module.ll
diff -c /dev/
Changes in directory llvm/lib/Transforms:
Makefile updated: 1.12 -> 1.13
---
Log message:
Build Hello by default so it can be used in test cases.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/Makefile
diff
Changes in directory llvm/test/Feature:
llvm2cpp.ll updated: 1.1 -> 1.2
---
Log message:
Use the new %link variable to make this test portable.
---
Diffs of the changes: (+1 -1)
llvm2cpp.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Feature/llvm2cpp.ll
dif
Changes in directory llvm/test/lib:
llvm-dg.exp updated: 1.15 -> 1.16
---
Log message:
Make new variables available: compile_c, compile_cxx, link to handle tests
that want to use LLVM's notion of compiling and linking programs. This
includes all the -I -L and optimization switches that LLVM wo
Changes in directory llvm/test:
Makefile updated: 1.94 -> 1.95
---
Log message:
Make new variables available: compile_c, compile_cxx, link to handle tests
that want to use LLVM's notion of compiling and linking programs. This
includes all the -I -L and optimization switches that LLVM would usi
On Wed, 2007-04-11 at 13:43 -0700, Jeff Cohen wrote:
> Chris Lattner wrote:
> > On Apr 11, 2007, at 12:54 PM, Reid Spencer wrote:
> >
> >
> > > + ; RUN: llvm-as < %s | llvm-dis > %t1.ll
> > > + ; RUN: llvm-as < %s | llvm2cpp -gen-program -o %t2.cpp -
> > > + ; RUN: gcc -g -D__STDC_LIMIT_MACROS
Chris Lattner wrote:
On Apr 11, 2007, at 12:54 PM, Reid Spencer wrote:
+ ; RUN: llvm-as < %s | llvm-dis > %t1.ll
+ ; RUN: llvm-as < %s | llvm2cpp -gen-program -o %t2.cpp -
+ ; RUN: gcc -g -D__STDC_LIMIT_MACROS -o %t2.exe %t2.cpp -I%I -L%L -
lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem -
On Apr 11, 2007, at 1:00 PM, Reid Spencer wrote:
> On Wed, 2007-04-11 at 10:35 -0500, Chris Lattner wrote:
>>
>> Changes in directory llvm/lib/Support:
>>
>> CommandLine.cpp updated: 1.85 -> 1.86
>> ---
>> Log message:
>>
>> Fix PR1318: http://llvm.org/PR1318 by reacting appropriately to a
>>
On Apr 11, 2007, at 12:54 PM, Reid Spencer wrote:
> + ; RUN: llvm-as < %s | llvm-dis > %t1.ll
> + ; RUN: llvm-as < %s | llvm2cpp -gen-program -o %t2.cpp -
> + ; RUN: gcc -g -D__STDC_LIMIT_MACROS -o %t2.exe %t2.cpp -I%I -L%L -
> lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem -lstdc++
> + ; RUN:
> Make the llvm-runtest function much more amenable by eliminating
> all the
> global variables that needed to be passed in. This makes it
> possible to
> add new global variables with only a couple changes (Makefile and
> llvm-dg.exp)
> instead of touching every single dg.exp file.
yay! :)
Changes in directory llvm/test/Transforms/SimplifyLibCalls:
dg.exp updated: 1.2 -> 1.3
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple c
Changes in directory llvm/test/Transforms/DecomposeMultiDimRefs:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a cou
Changes in directory llvm/test/Transforms/ArgumentPromotion:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple
Changes in directory llvm/test/Transforms/DeadStoreElimination:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a coup
Changes in directory llvm/test/lib:
llvm-dg.exp updated: 1.14 -> 1.15
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Makefile
Changes in directory llvm/test/Transforms/IPConstantProp:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple cha
Changes in directory llvm/test/Transforms/ScalarRepl:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes
Changes in directory llvm/test/Transforms/LCSSA:
dg.exp updated: 1.1 -> 1.2
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Mak
Changes in directory llvm/test/Transforms/LoopStrengthReduce:
dg.exp updated: 1.2 -> 1.3
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple
Changes in directory llvm/test/Transforms/LoopUnswitch:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple chang
Changes in directory llvm/test/Transforms/CorrelatedExprs:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple ch
Changes in directory llvm/test/Transforms/IndVarsSimplify:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple ch
Changes in directory llvm/test/Transforms/LoopSimplify:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple chang
Changes in directory llvm/test/Transforms/ConstantMerge:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple chan
Changes in directory llvm/test/Transforms/CodeExtractor:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple chan
Changes in directory llvm/test/Transforms/Reassociate:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple change
Changes in directory llvm/test/Transforms/LoopUnroll:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes
Changes in directory llvm/test/Transforms/GlobalDCE:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes
Changes in directory llvm/test/Analysis/GlobalsModRef:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple change
Changes in directory llvm/test/Transforms/LowerSwitch:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple change
Changes in directory llvm/test/Analysis/ScalarEvolution:
dg.exp updated: 1.1 -> 1.2
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple chan
Changes in directory llvm/test/Transforms/LowerSetJmp:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple change
Changes in directory llvm/test/Transforms/LowerInvoke:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple change
Changes in directory llvm/test/Transforms/SimplifyCFG:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple change
Changes in directory llvm/test/Transforms/InstCombine:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple change
Changes in directory llvm/test/Transforms/CondProp:
dg.exp updated: 1.2 -> 1.3
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (
Changes in directory llvm/test/Transforms/RaiseAllocations:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple c
Changes in directory llvm/test/Transforms/LoopRotate:
dg.exp updated: 1.1 -> 1.2
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes
Changes in directory llvm/test/Analysis/Dominators:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (
Changes in directory llvm/test/Transforms/ConstProp:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes
Changes in directory llvm/test/Transforms/TailCallElim:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple chang
Changes in directory llvm/test/Transforms/PredicateSimplifier:
dg.exp updated: 1.1 -> 1.2
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a coupl
Changes in directory llvm/test/Transforms/DeadArgElim:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple change
Changes in directory llvm/test/Analysis/LoopInfo:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Ma
Changes in directory llvm/test/Transforms/GlobalOpt:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes
Changes in directory llvm/test/Transforms/Inline:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Ma
Changes in directory llvm/test/Transforms/PruneEH:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (M
Changes in directory llvm/test/Transforms/SCCP:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Make
Changes in directory llvm/test/Transforms/BlockPlacement:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple cha
Changes in directory llvm/test/CodeGen/PowerPC:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Make
Changes in directory llvm/test/CodeGen/IA64:
dg.exp updated: 1.2 -> 1.3
---
Log message:
Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Makefil
1 - 100 of 162 matches
Mail list logo