[llvm-commits] CVS: llvm/lib/AsmParser/Lexer.l llvmAsmParser.y

2007-05-19 Thread Reid Spencer
Changes in directory llvm/lib/AsmParser: Lexer.l updated: 1.107 -> 1.108 llvmAsmParser.y updated: 1.356 -> 1.357 --- Log message: Make the %"..." syntax legal for local name. This just makes it symmetric with global names which can already be @"..." --- Diffs of the changes: (+9 -2) Lexer.

[llvm-commits] CVS: llvm/test/Feature/weirdnames.ll

2007-05-19 Thread Reid Spencer
Changes in directory llvm/test/Feature: weirdnames.ll updated: 1.3 -> 1.4 --- Log message: Make sure we can round-trip an escaped value in a name. --- Diffs of the changes: (+1 -0) weirdnames.ll |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Feature/weirdnames.ll diff -u llvm

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

2007-05-19 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.282 -> 1.283 --- Log message: Adjust how LLVM names are produced: 1. Always use % for local and @ for global. 2. Replace NameNeedsQuotes with QuoteNameIfNeeded so that any adjustments to the name can be done in one pass. 3. Imple

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

2007-05-19 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.283 -> 1.284 --- Log message: Get the order of the hext digits right! --- Diffs of the changes: (+2 -2) AsmWriter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/VMCore/AsmWriter.cpp diff -u

Re: [llvm-commits] [llvm-testresults] Cygwin GCC 3.4.4 build

2007-05-19 Thread Chris Lattner
On May 19, 2007, at 10:14 AM, Aaron Gray wrote: Cygwin (snapshot) with GCC 3.4.4 build 'make check' test results for LLVM and LLVM-GCC4. Second prerelease. === Summary === # of expected passes 1946 # of unexpected failures 43 # of expected failures 3 Results attached. Most of the failu

[llvm-commits] CVS: llvm-test/SingleSource/Regression/C++/Makefile

2007-05-19 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/Regression/C++: Makefile updated: 1.9 -> 1.10 --- Log message: link in libstdc++, fixing Regression/C++/ofstream_ctor --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm-test/SingleSource/Regression/

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc/flops.c

2007-05-19 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/Benchmarks/Misc: flops.c updated: 1.1 -> 1.2 --- Log message: stabilize this harder --- Diffs of the changes: (+29 -29) flops.c | 58 +- 1 files changed, 29 insertions(+), 29 deletions(-)

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc/flops.c

2007-05-19 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/Benchmarks/Misc: flops.c updated: 1.2 -> 1.3 --- Log message: last (?) bit of nondeterminism. --- Diffs of the changes: (+1 -1) flops.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/SingleSource/Benchmarks/Misc/flop

Re: [llvm-commits] [llvm-testresults] Cygwin GCC 3.4.4 build

2007-05-19 Thread Anton Korobeynikov
Chris, > 2. The debugging tests don't work on cygwin, because apparently debug > info doesn't work there yet. I won't care much about debug information for mingw32/cygwin for now. The reason is simple: tools uses stabs there and, even worse, all runtime libraries are compiled with stabs. Mixing st