Changes in directory llvm/lib/Analysis/DataStructure:
BottomUpClosure.cpp updated: 1.117 -> 1.118
---
Log message:
friendlier error message
---
Diffs of the changes: (+1 -1)
BottomUpClosure.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Analysis/DataStructur
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.244 -> 1.245
---
Log message:
Another simple case type merge case to try
---
Diffs of the changes: (+24 -0)
DataStructure.cpp | 24
1 files changed, 24 insertions(+)
Index: llvm/l
Changes in directory llvm/lib/Analysis/DataStructure:
Local.cpp updated: 1.149 -> 1.150
---
Log message:
deal with memchr
---
Diffs of the changes: (+7 -0)
Local.cpp |7 +++
1 files changed, 7 insertions(+)
Index: llvm/lib/Analysis/DataStructure/Local.cpp
diff -u llvm/lib/Analysis
Changes in directory llvm/lib/Target/PowerPC:
README_ALTIVEC.txt updated: 1.32 -> 1.33
---
Log message:
add a note
---
Diffs of the changes: (+31 -0)
README_ALTIVEC.txt | 31 +++
1 files changed, 31 insertions(+)
Index: llvm/lib/Target/PowerPC/README_ALTIVEC
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.354 -> 1.355
---
Log message:
Alpha too!
---
Diffs of the changes: (+2 -2)
ReleaseNotes.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1
Changes in directory llvm-www:
www-index.html updated: 1.125 -> 1.126
---
Log message:
We have a code generator for V8 also
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists
Changes in directory llvm/lib/Target:
Target.td updated: 1.75 -> 1.76
TargetSelectionDAG.td updated: 1.64 -> 1.65
---
Log message:
Allow "let AddedCost = n in" to increase pattern complexity.
---
Diffs of the changes: (+5 -1)
Target.td |3 +++
TargetSelectionDAG.td |3 +
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.194 -> 1.195
DAGISelEmitter.h updated: 1.61 -> 1.62
---
Log message:
Allow "let AddedCost = n in" to increase pattern complexity.
---
Diffs of the changes: (+21 -7)
DAGISelEmitter.cpp | 21 -
DAGI
Changes in directory llvm/lib/Target/X86:
X86InstrSSE.td updated: 1.105 -> 1.106
---
Log message:
- More mov{h|l}ps patterns.
- Increase cost (complexity) of patterns which match mov{h|l}ps ops. These
are preferred over shufps in most cases.
---
Diffs of the changes: (+25 -2)
X86InstrSSE
Changes in directory llvm/lib/Target/X86:
X86InstrSSE.td updated: 1.106 -> 1.107
---
Log message:
More mov{h|l}p{d|s} patterns.
---
Diffs of the changes: (+26 -21)
X86InstrSSE.td | 47 ++-
1 files changed, 26 insertions(+), 21 deletions(-)
In
Changes in directory llvm:
configure updated: 1.221 -> 1.222
---
Log message:
Regenerate
---
Diffs of the changes: (+1 -1)
configure |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.221 llvm/configure:1.222
--- llvm/configure:1.221
Changes in directory llvm/autoconf/m4:
libtool.m4 updated: 1.5 -> 1.6
---
Log message:
When on darwin, compiler_flags need to be percolated down to the 'gcc -r'
command line so that relinked .o files can be built universal.
---
Diffs of the changes: (+1 -1)
libtool.m4 |2 +-
1 files ch
Changes in directory llvm:
Makefile.rules updated: 1.362 -> 1.363
---
Log message:
Final piece to get relinked .o files buildable universal on Darwin.
---
Diffs of the changes: (+6 -2)
Makefile.rules |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
Index: llvm/Makefile.r
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.173 -> 1.174
X86ISelLowering.h updated: 1.55 -> 1.56
---
Log message:
Commute vector_shuffle to match more movlhps, movlp{s|d} cases.
---
Diffs of the changes: (+59 -63)
X86ISelLowering.cpp | 115
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.195 -> 1.196
DAGISelEmitter.h updated: 1.62 -> 1.63
---
Log message:
Rename AddedCost to AddedComplexity.
---
Diffs of the changes: (+15 -13)
DAGISelEmitter.cpp | 18 +-
DAGISelEmitter.h | 10
Changes in directory llvm/lib/Target/X86:
X86InstrSSE.td updated: 1.107 -> 1.108
---
Log message:
- Renamed AddedCost to AddedComplexity.
- Added more movhlps and movlhps patterns.
---
Diffs of the changes: (+18 -11)
X86InstrSSE.td | 29 ++---
1 files changed, 18
Changes in directory llvm/lib/Target:
Target.td updated: 1.76 -> 1.77
TargetSelectionDAG.td updated: 1.65 -> 1.66
---
Log message:
Renamed AddedCost to AddedComplexity.
---
Diffs of the changes: (+6 -6)
Target.td |4 ++--
TargetSelectionDAG.td |8
2 files chang
Changes in directory llvm/lib/Target/X86:
X86InstrSSE.td updated: 1.108 -> 1.109
---
Log message:
Prefer {p}unpack* and mov*dup over {p}shuf* as well.
---
Diffs of the changes: (+13 -3)
X86InstrSSE.td | 16 +---
1 files changed, 13 insertions(+), 3 deletions(-)
Index: llvm/
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.174 -> 1.175
---
Log message:
- Added support to do aribitrary 4 wide shuffle with no more than three
instructions.
- Fixed a commute vector_shuff bug.
---
Diffs of the changes: (+54 -7)
X86ISelLowering.cpp | 61 +
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.368 -> 1.369
---
Log message:
Simplify some code
---
Diffs of the changes: (+1 -5)
LegalizeDAG.cpp |6 +-
1 files changed, 1 insertion(+), 5 deletions(-)
Index: llvm/lib/CodeGen/SelectionDAG/LegalizeDA
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.175 -> 1.176
---
Log message:
isSplatMask() bug: first element can be an undef.
---
Diffs of the changes: (+18 -6)
X86ISelLowering.cpp | 24 ++--
1 files changed, 18 insertions(+), 6 deletions(-)
Changes in directory llvm:
configure updated: 1.222 -> 1.223
---
Log message:
Allow OpenBSD to be recognized as a UNIX platform.
---
Diffs of the changes: (+32 -29)
configure | 61 -
1 files changed, 32 insertions(+), 29 deletio
Changes in directory llvm/autoconf:
configure.ac updated: 1.219 -> 1.220
---
Log message:
Allow OpenBSD to be recognized as a UNIX platform.
---
Diffs of the changes: (+3 -0)
configure.ac |3 +++
1 files changed, 3 insertions(+)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.176 -> 1.177
---
Log message:
Handle v2i64 BUILD_VECTOR custom lowering correctly. v2i64 is a legal type,
but i64 is not. If possible, change a i64 op to a f64 (e.g. load, constant)
and then cast it back.
---
Diffs of th
Changes in directory llvm/include/llvm/Support:
DataTypes.h.in updated: 1.22 -> 1.23
---
Log message:
Add in missing #defines for _OpenBSD_ systems.
---
Diffs of the changes: (+12 -0)
DataTypes.h.in | 12
1 files changed, 12 insertions(+)
Index: llvm/include/llvm/Support/D
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.355 -> 1.356
---
Log message:
Fixes from Tanya
---
Diffs of the changes: (+7 -6)
ReleaseNotes.html | 13 +++--
1 files changed, 7 insertions(+), 6 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/Rele
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.356 -> 1.357
---
Log message:
Yeah that's right!
---
Diffs of the changes: (+3 -3)
ReleaseNotes.html |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNo
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.357 -> 1.358
---
Log message:
This has been fixed! Thanks Reid.
---
Diffs of the changes: (+2 -2)
ReleaseNotes.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/
Changes in directory llvm/docs:
GettingStarted.html updated: 1.128 -> 1.129
---
Log message:
Minor fixes for the release.
---
Diffs of the changes: (+10 -23)
GettingStarted.html | 33 ++---
1 files changed, 10 insertions(+), 23 deletions(-)
Index: llvm/docs/
Changes in directory llvm/docs:
GettingStartedVS.html updated: 1.6 -> 1.7
---
Log message:
Removed cvs mirror comment
---
Diffs of the changes: (+2 -2)
GettingStartedVS.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/GettingStartedVS.html
diff -u llvm/
Changes in directory llvm/docs:
TestingGuide.html updated: 1.33 -> 1.34
---
Log message:
Added note about being able to XFAIL based on llvmgcc version.
---
Diffs of the changes: (+3 -3)
TestingGuide.html |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/docs/Te
Changes in directory llvm/docs:
TestingGuide.html updated: 1.34 -> 1.35
---
Log message:
Fixed up comment on xfail for llvmgcc version.
---
Diffs of the changes: (+3 -3)
TestingGuide.html |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/docs/TestingGuide.html
d
Changes in directory llvm/docs:
UsingLibraries.html updated: 1.19 -> 1.20
---
Log message:
Document is out of date.. added warning and link to llvm-config.
---
Diffs of the changes: (+3 -1)
UsingLibraries.html |4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/docs
Changes in directory llvm/docs:
UsingLibraries.html updated: 1.20 -> 1.21
---
Log message:
Made warning red.
---
Diffs of the changes: (+2 -2)
UsingLibraries.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/UsingLibraries.html
diff -u llvm/docs/UsingLib
Changes in directory llvm-www/releases/1.7:
---
Log message:
Directory /home/vadve/shared/PublicCVS/llvm-www/releases/1.7 added to the
repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.51 -> 1.52
---
Log message:
Removed listing of llvm releases after 1.4, and said "1.4 and newer"
---
Diffs of the changes: (+2 -2)
BytecodeFormat.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/
Changes in directory llvm-www/releases/1.7:
llvm-gcc4-1.7.powerpc-apple-darwin8.6.0.tar.gz added (r1.1)
llvm-gcc4-1.7.source.tar.gz added (r1.1)
---
Log message:
Checkin of the 1.7 release tarballs of llvmgcc4: source and ppc binary
---
Diffs of the changes: (+0 -0)
llvm-gcc4-1.7.powerpc-a
Changes in directory llvm/docs:
GettingStarted.html updated: 1.129 -> 1.130
---
Log message:
Update llvmgcc4 tarball names
---
Diffs of the changes: (+10 -7)
GettingStarted.html | 17 ++---
1 files changed, 10 insertions(+), 7 deletions(-)
Index: llvm/docs/GettingStarted.ht
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.51 -> 1.51.2.1
GettingStarted.html updated: 1.128 -> 1.128.2.1
GettingStartedVS.html updated: 1.6 -> 1.6.2.1
ReleaseNotes.html updated: 1.347 -> 1.347.2.1
UsingLibraries.html updated: 1.19 -> 1.19.2.1
---
Log message:
Checking in up
Changes in directory llvm-gcc:
README.llvm updated: 1.1 -> 1.1.12.1
---
Log message:
Updating license
---
Diffs of the changes: (+2 -2)
README.llvm |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-gcc/README.llvm
diff -u llvm-gcc/README.llvm:1.1 llvm-gcc/README.l
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.300 -> 1.301
---
Log message:
Implement folding of a bunch of binops with undef
---
Diffs of the changes: (+46 -0)
SelectionDAG.cpp | 46 ++
1 files changed, 46 ins
Changes in directory llvm/tools/llc:
llc.cpp updated: 1.129 -> 1.129.2.1
---
Log message:
Merging in from mainline
---
Diffs of the changes: (+3 -0)
llc.cpp |3 +++
1 files changed, 3 insertions(+)
Index: llvm/tools/llc/llc.cpp
diff -u llvm/tools/llc/llc.cpp:1.129 llvm/tools/llc/llc
Changes in directory llvm/tools/llvm-db:
llvm-db.cpp updated: 1.9 -> 1.9.8.1
---
Log message:
Merging in from mainline
---
Diffs of the changes: (+1 -0)
llvm-db.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/llvm-db/llvm-db.cpp
diff -u llvm/tools/llvm-db/llvm-db.cpp:1.9
Changes in directory llvm-www/releases/1.7:
llvm-gcc4-1.7.i686-apple-darwin8.6.1.tar.gz added (r1.1)
---
Log message:
X86 darwin CFE binary
---
Diffs of the changes: (+0 -0)
llvm-gcc4-1.7.i686-apple-darwin8.6.1.tar.gz |0
1 files changed
Index: llvm-www/releases/1.7/llvm-gcc4-1.7.i6
Changes in directory llvm:
LICENSE.TXT updated: 1.26 -> 1.27
---
Log message:
Changing domain name
---
Diffs of the changes: (+1 -1)
LICENSE.TXT |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/LICENSE.TXT
diff -u llvm/LICENSE.TXT:1.26 llvm/LICENSE.TXT:1.27
--- llvm/
Changes in directory llvm:
LICENSE.TXT updated: 1.26 -> 1.26.2.1
---
Log message:
Merging in from mainline
---
Diffs of the changes: (+1 -1)
LICENSE.TXT |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/LICENSE.TXT
diff -u llvm/LICENSE.TXT:1.26 llvm/LICENSE.TXT:1.26.2
Changes in directory llvm-www/releases/1.7:
cfrontend-1.7.i686-redhat-linux-gnu.tar.gz added (r1.1)
---
Log message:
llvmgcc binary for x86 in linux
---
Diffs of the changes: (+0 -0)
cfrontend-1.7.i686-redhat-linux-gnu.tar.gz |0
1 files changed
Index: llvm-www/releases/1.7/cfronten
Changes in directory llvm-www/releases/1.7:
llvm-test-1.7.tar.gz added (r1.1)
---
Log message:
llvm test 1.7 release tarball
---
Diffs of the changes: (+0 -0)
llvm-test-1.7.tar.gz |0
1 files changed
Index: llvm-www/releases/1.7/llvm-test-1.7.tar.gz
__
Changes in directory llvm-www/releases/1.7:
llvm-1.7.tar.gz added (r1.1)
---
Log message:
llvm 1.7 release tarball
---
Diffs of the changes: (+0 -0)
llvm-1.7.tar.gz |0
1 files changed
Index: llvm-www/releases/1.7/llvm-1.7.tar.gz
___
ll
Changes in directory llvm-www/releases/1.7:
cfrontend-1.7.source.tar.gz added (r1.1)
---
Log message:
cfrontend source 1.7 release
---
Diffs of the changes: (+0 -0)
cfrontend-1.7.source.tar.gz |0
1 files changed
Index: llvm-www/releases/1.7/cfrontend-1.7.source.tar.gz
__
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
2006-04-19-vmaddfp-crash.ll added (r1.1)
---
Log message:
New testcase for a codegen crash
---
Diffs of the changes: (+72 -0)
2006-04-19-vmaddfp-crash.ll | 72
1 files changed, 72 inse
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrAltivec.td updated: 1.51 -> 1.52
---
Log message:
Make sure that the new instructions selected have the right type. This fixes
CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll
---
Diffs of the changes: (+5 -5)
PPCInstrAltivec.td | 10
Changes in directory llvm-www/releases/1.7:
LICENSE.TXT added (r1.1)
---
Log message:
License
---
Diffs of the changes: (+72 -0)
LICENSE.TXT | 72
1 files changed, 72 insertions(+)
Index: llvm-www/releases/1.7/LICENSE.TXT
dif
Changes in directory llvm-www/releases/1.7:
index.html added (r1.1)
---
Log message:
Index file
---
Diffs of the changes: (+7 -0)
index.html |7 +++
1 files changed, 7 insertions(+)
Index: llvm-www/releases/1.7/index.html
diff -c /dev/null llvm-www/releases/1.7/index.html:1.1
***
Changes in directory llvm-www/releases/1.7/docs/img:
---
Log message:
Directory /home/vadve/shared/PublicCVS/llvm-www/releases/1.7/docs/img added to
the repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing lis
Changes in directory llvm-www/releases/1.7/docs:
---
Log message:
Directory /home/vadve/shared/PublicCVS/llvm-www/releases/1.7/docs added to the
repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-c
Changes in directory llvm-www/releases/1.7/docs/HistoricalNotes:
---
Log message:
Directory
/home/vadve/shared/PublicCVS/llvm-www/releases/1.7/docs/HistoricalNotes added
to the repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
Changes in directory llvm-www/releases/1.7/docs/CommandGuide:
---
Log message:
Directory /home/vadve/shared/PublicCVS/llvm-www/releases/1.7/docs/CommandGuide
added to the repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-c
Changes in directory llvm-www/releases/1.7/docs/img:
Debugging.gif added (r1.1)
libdeps.gif added (r1.1)
lines.gif added (r1.1)
objdeps.gif added (r1.1)
venusflytrap.jpg added (r1.1)
---
Log message:
Adding 1.7 docs
---
Diffs of the changes: (+0 -0)
Debugging.gif|0
libdeps.gif
Changes in directory llvm-www/releases/1.7/docs/CommandGuide/ps:
---
Log message:
Directory
/home/vadve/shared/PublicCVS/llvm-www/releases/1.7/docs/CommandGuide/ps added
to the repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
Changes in directory llvm-www/releases/1.7/docs/CommandGuide/html:
---
Log message:
Directory
/home/vadve/shared/PublicCVS/llvm-www/releases/1.7/docs/CommandGuide/html added
to the repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
Changes in directory llvm-www/releases/1.7/docs/CommandGuide/man:
---
Log message:
Directory
/home/vadve/shared/PublicCVS/llvm-www/releases/1.7/docs/CommandGuide/man added
to the repository
---
Diffs of the changes: (+0 -0)
0 files changed
_
Changes in directory llvm/docs:
LLVMVsTheWorld.html (r1.9) removed
---
Log message:
This is old, out of date, and isn't linked to by anything.
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc
Changes in directory llvm-www/releases/1.7/docs/CommandGuide/man/man1:
---
Log message:
Directory
/home/vadve/shared/PublicCVS/llvm-www/releases/1.7/docs/CommandGuide/man/man1
added to the repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
Changes in directory llvm-www/releases/1.7/docs/CommandGuide:
Makefile updated: 1.1 -> 1.2
index.html updated: 1.1 -> 1.2
---
Log message:
1.7 docs
---
Diffs of the changes: (+2 -2)
Makefile |2 +-
index.html |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-w
Changes in directory llvm/docs/CommandGuide:
Makefile updated: 1.14 -> 1.15
---
Log message:
Don't hardcode in 1.5 for the website, just use 'CVS'.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/docs/CommandGuide/Makefile
Changes in directory llvm-www/releases/1.7:
cfrontend-1.7.powerpc-apple-darwin8.5.0.tar.gz added (r1.1)
---
Log message:
1.7 llvmgcc binary for powerpc
---
Diffs of the changes: (+0 -0)
cfrontend-1.7.powerpc-apple-darwin8.5.0.tar.gz |0
1 files changed
Index: llvm-www/releases/1.7/c
67 matches
Mail list logo