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

2007-01-09 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.239 -> 1.240 --- Log message: Inline insertValue into CreateModuleSlot/CreateFunctionSlot --- Diffs of the changes: (+24 -35) AsmWriter.cpp | 59 +++--- 1 files changed, 24

[llvm-commits] Potential Patch for PR1095

2007-01-09 Thread Bill Wendling
Hi all, I would like someone to review this patch for PR1095. This gives us a "dialect" for the assembler code if we're given something like: __asm__("{cntlz|cntlzw} ... Before, we were defaulting to the first one. But there are some platforms which need the second form. Here's t

[llvm-commits] CVS: llvm-www/demo/index.cgi

2007-01-09 Thread John Criswell
Changes in directory llvm-www/demo: index.cgi updated: 1.66 -> 1.67 --- Log message: Updated to use my copy of the new LLVM tools and Andrew's newly built CFE. --- Diffs of the changes: (+5 -5) index.cgi | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm-www/

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

2007-01-09 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.307 -> 1.308 --- Log message: For PR1099: http://llvm.org/PR1099 : Invert the "isSigned" logic in calls to printType and printPrimitiveType. We want variables to be declared unsigned by default so that signless operators like

Re: [llvm-commits] CVS: llvm-www/demo/index.cgi

2007-01-09 Thread Andrew Lenharth
On 1/9/07, John Criswell <[EMAIL PROTECTED]> wrote: > Updated to use my copy of the new LLVM tools and Andrew's newly built CFE. The llvm-gcc you want to use is in ~alenhar2/base/cfe-install/bin the cfe/install one will go away once the packed struct patch is done. Andrew > > --- > Diffs of the

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Makefile

2007-01-09 Thread Evan Cheng
Changes in directory llvm-test/MultiSource/Benchmarks: Makefile updated: 1.11 -> 1.12 --- Log message: Added MiBench. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/MultiSource/Benchmarks/Makefile diff -u llvm-test/Mul

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive/Makefile

2007-01-09 Thread Evan Cheng
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: No qsort. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/MultiSource/Benchmarks/MiBench/automo

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/office/Makefile

2007-01-09 Thread Evan Cheng
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office: Makefile added (r1.1) --- Log message: Missed a makefile --- Diffs of the changes: (+7 -0) Makefile |7 +++ 1 files changed, 7 insertions(+) Index: llvm-test/MultiSource/Benchmarks/MiBench/office/Makefile diff -

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security/Makefile

2007-01-09 Thread Evan Cheng
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security: Makefile added (r1.1) --- Log message: Missed a makefile --- Diffs of the changes: (+7 -0) Makefile |7 +++ 1 files changed, 7 insertions(+) Index: llvm-test/MultiSource/Benchmarks/MiBench/security/Makefile di

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

2007-01-09 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.190 -> 1.191 --- Log message: Explain that bitcast can only cast a pointer to another pointer. --- Diffs of the changes: (+3 -2) LangRef.html |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.ht

[llvm-commits] [release_19] CVS: llvm-poolalloc/include/poolalloc/Config/config.h.in

2007-01-09 Thread John Criswell
Changes in directory llvm-poolalloc/include/poolalloc/Config: config.h.in updated: 1.3.2.1 -> 1.3.2.2 --- Log message: Merge in some DSA cleanup from mainline. --- Diffs of the changes: (+2 -0) config.h.in |2 ++ 1 files changed, 2 insertions(+) Index: llvm-poolalloc/include/poolallo

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSource

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSo

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-FFT/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-FFT: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSource/

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-adpcm/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-adpcm: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSourc

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSo

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSource/

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSou

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSou

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-bitcount/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-bitcount: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Mult

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Mul

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSource

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/network-dijkstra/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/network-dijkstra: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSou

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/network-patricia/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/network-patricia: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSou

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office-ispell: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSource

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security-sha/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-sha: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSource/

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/office-stringsearch/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office-stringsearch: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Mult

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSourc

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench: Makefile updated: 1.1.1.1 -> 1.2 --- Log message: flatten directory hierarchy --- Diffs of the changes: (+20 -2) Makefile | 22 -- 1 files changed, 20 insertions(+), 2 deletions(-) Index: llvm-test/Multi

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

2007-01-09 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: GlobalOpt.cpp updated: 1.82 -> 1.83 --- Log message: Fix a bug in heap-sra that caused compilation failure of office-ispell. --- Diffs of the changes: (+19 -3) GlobalOpt.cpp | 22 +++--- 1 files changed, 19 insertions(+), 3 d

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailin

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-bitcount/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-bitcount: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/automotive-bitcount added to the repository --- Diffs of the changes: (+0 -0) 0 files changed _

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/office-stringsearch/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office-stringsearch: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/office-stringsearch added to the repository --- Diffs of the changes: (+0 -0) 0 files changed _

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/network-patricia/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/network-patricia: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/network-patricia added to the repository --- Diffs of the changes: (+0 -0) 0 files changed

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish added to the repository --- Diffs of the changes: (+0 -0) 0 files changed __

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32 added to the repository --- Diffs of the changes: (+0 -0) 0 files changed _

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security-sha/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-sha: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/security-sha added to the repository --- Diffs of the changes: (+0 -0) 0 files changed _

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset added to the repository --- Diffs of the changes: (+0 -0) 0 files changed

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan added to the repository --- Diffs of the changes: (+0 -0) 0 files changed

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-adpcm/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-adpcm: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/telecomm-adpcm added to the repository --- Diffs of the changes: (+0 -0) 0 files changed _

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office-ispell: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/office-ispell added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-FFT/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-FFT: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/telecomm-FFT added to the repository --- Diffs of the changes: (+0 -0) 0 files changed _

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm added to the repository --- Diffs of the changes: (+0 -0) 0 files changed _

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/network-dijkstra/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/network-dijkstra: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/network-dijkstra added to the repository --- Diffs of the changes: (+0 -0) 0 files changed

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael added to the repository --- Diffs of the changes: (+0 -0) 0 files changed __

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/Makefile

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench: Makefile added (r1.1) --- Log message: re-check-in MiBench --- Diffs of the changes: (+27 -0) Makefile | 27 +++ 1 files changed, 27 insertions(+) Index: llvm-test/MultiSource/Benchmarks/MiBench/Make

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-bitcount/LICENSE Makefile bitarray.c bitcnt_1.c bitcnt_2.c bitcnt_3.c bitcnt_4.c bitcnts.c bitfiles.c bitops.h bitstrng.c bstr_i

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-bitcount: LICENSE added (r1.1) Makefile added (r1.1) bitarray.c added (r1.1) bitcnt_1.c added (r1.1) bitcnt_2.c added (r1.1) bitcnt_3.c added (r1.1) bitcnt_4.c added (r1.1) bitcnts.c added (r1.1) bitfiles.c added (r1.1) bi

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/network-dijkstra/LICENSE Makefile dijkstra.c input.dat

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/network-dijkstra: LICENSE added (r1.1) Makefile added (r1.1) dijkstra.c added (r1.1) input.dat added (r1.1) --- Log message: initial recheckin of mibench --- Diffs of the changes: (+285 -0) LICENSE|5 + Makefile |6

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-adpcm/LICENSE Makefile README.MB adpcm.c adpcm.h large.adpcm rawdaudio.c

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-adpcm: LICENSE added (r1.1) Makefile added (r1.1) README.MB added (r1.1) adpcm.c added (r1.1) adpcm.h added (r1.1) large.adpcm added (r1.1) rawdaudio.c added (r1.1) --- Log message: initial recheckin of mibench --- Diffs o

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32/LICENSE Makefile crc.h crc_32.c large.pcm sniptype.h

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32: LICENSE added (r1.1) Makefile added (r1.1) crc.h added (r1.1) crc_32.c added (r1.1) large.pcm added (r1.1) sniptype.h added (r1.1) --- Log message: readd mibench --- Diffs of the changes: (+291 -0) LICENSE|

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-FFT/LICENSE Makefile README ddc.h ddcmath.h fftmisc.c fourier.h fourierf.c main.c

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-FFT: LICENSE added (r1.1) Makefile added (r1.1) README added (r1.1) ddc.h added (r1.1) ddcmath.h added (r1.1) fftmisc.c added (r1.1) fourier.h added (r1.1) fourierf.c added (r1.1) main.c added (r1.1) --- Log message: readd m

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/data/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/data: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/data added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath/LICENSE Makefile basicmath.c cubic.c isqrt.c pi.h rad2deg.c round.h snipmath.h sniptype.h

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-basicmath: LICENSE added (r1.1) Makefile added (r1.1) basicmath.c added (r1.1) cubic.c added (r1.1) isqrt.c added (r1.1) pi.h added (r1.1) rad2deg.c added (r1.1) round.h added (r1.1) snipmath.h added (r1.1) sniptype.h adde

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/include/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/include: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/include added to the repository --- Diffs of the changes: (+0 -0) 0 files changed _

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/font/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/font: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/font added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/maps/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/maps: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/maps added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/hyph/

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/hyph: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/hyph added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame/.cvsignore

2007-01-09 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame: .cvsignore added (r1.1) --- Log message: new file --- Diffs of the changes: (+9 -0) .cvsignore |9 + 1 files changed, 9 insertions(+) Index: llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame/.cv

Re: [llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame/.cvsignore

2007-01-09 Thread Jeff Cohen
The repository is broken: cvs update: failed to create lock directory for `/var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data' (/var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/data/#cvs.lock): Permission denied cvs update: failed to obtain dir

Re: [llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame/.cvsignore

2007-01-09 Thread Chris Lattner
On Jan 9, 2007, at 6:32 PM, Jeff Cohen wrote: > The repository is broken: > > cvs update: failed to create lock directory for > `/var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer- > typeset/data' > (/var/cvs/llvm/llvm-test/MultiSource/Benchmarks/MiBench/consumer- > typeset/data/#c

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

2007-01-09 Thread LLVM
Changes in directory llvm/lib/Target/CBackend: Writer.cpp (r1.308) removed --- Log message: Rename Writer.cpp as CBackend.cpp so it doesn't conflict with Writer.cpp in the bytecode writer library. This helps with debugging. --- Diffs of the changes: (+0 -0) 0 files changed _

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

2007-01-09 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: CBackend.cpp updated: 1.308 -> 1.309 --- Log message: Change the file header name as this file was renamed. --- Diffs of the changes: (+1 -1) CBackend.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/CBack

Re: [llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame/.cvsignore

2007-01-09 Thread Jeff Cohen
It worked. Now... I can *finally* run the regression tests on freebsd/amd64 and see how well they work with everything built with gcc 4.0! (just 4 unexpected failures with gmake check). Chris Lattner wrote: > > On Jan 9, 2007, at 6:32 PM, Jeff Cohen wrote: > >> The repository is broken: >> >>

Re: [llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame/.cvsignore

2007-01-09 Thread Jeff Cohen
Jeff Cohen wrote: It worked. Now... I can *finally* run the regression tests on freebsd/amd64 and see how well they work with everything built with gcc 4.0! (just 4 unexpected failures with gmake check). That didn't take long: it's a disaster. No obvious single cause of failure. There

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

2007-01-09 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.240 -> 1.241 --- Log message: eliminate some iterator gymnastics. --- Diffs of the changes: (+4 -8) AsmWriter.cpp | 12 1 files changed, 4 insertions(+), 8 deletions(-) Index: llvm/lib/VMCore/AsmWriter.cpp diff

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

2007-01-09 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.241 -> 1.242 --- Log message: Last refactoring before PR645: http://llvm.org/PR645 : split up getSlot into getLocalSlot and getGlobalSlot. No functionality change. --- Diffs of the changes: (+63 -63) AsmWriter.cpp | 126 +