[llvm-commits] llvm-gcc build broken

2007-04-07 Thread Jeff Cohen
Something broke it in the last 24 hours. /usr/home/jeffc/llvm-gcc/obj/gcc/xgcc -B/usr/home/jeffc/llvm-gcc/obj/gcc/ -B/home/jeffc/llvm-gcc/install/amd64-unknown-freebsd6.2/bin/ -B/home/jeffc/llvm-gcc/install/amd64-unknown-freebsd6.2/lib/ -isystem

Re: [llvm-commits] llvm-gcc build broken

2007-04-07 Thread Jeff Cohen
: 'opt --help' May I suggest that they should have been run before these changes were committed? Chris Lattner wrote: On Apr 7, 2007, at 8:45 AM, Jeff Cohen wrote: Something broke it in the last 24 hours. /usr/home/jeffc/llvm-gcc/obj/gcc/xgcc -B/usr/home/jeffc/llvm-gcc/obj/gcc/ -B/home

Re: [llvm-commits] llvm-gcc build broken

2007-04-07 Thread Jeff Cohen
Jeff Cohen wrote: I'm also seeing a bunch of regression failures from make check: Running /usr/home/jeffc/llvm/test/Analysis/Dominators/dg.exp ... FAIL: /usr/home/jeffc/llvm/test/Analysis/Dominators/2003-05-12-UnreachableCode.ll: child process exited abnormally opt: Unknown command

Re: [llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2007-04-07 Thread Jeff Cohen
Still have two regressions: Running /usr/home/jeffc/llvm/test/Other/dg.exp ... FAIL: /usr/home/jeffc/llvm/test/Other/2002-01-31-PostDomSet-2.ll: child process exited abnormally opt: Unknown command line argument '-postdomset'. Try: 'opt --help' FAIL:

Re: [llvm-commits] CVS: llvm/lib/Debugger/ProgramInfo.cpp

2007-04-07 Thread Jeff Cohen
This breaks the LLVM build. I am getting errors like: llvm[1]: Compiling Archive.cpp for Debug build /usr/home/jeffc/llvm/lib/Bytecode/Archive/Archive.cpp: In member function 'bool llvm::ArchiveMember::replaceWith(const llvm::sys::Path, std::string*)':

[llvm-commits] CVS: llvm/lib/System/Win32/Path.inc Signals.inc

2007-04-07 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.64 - 1.65 Signals.inc updated: 1.23 - 1.24 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+32 -32) Path.inc| 53 + Signals.inc | 11 +++ 2

[llvm-commits] CVS: llvm-test/MultiSource/Applications/siod/Makefile slibu.c

2007-04-07 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/siod: Makefile updated: 1.8 - 1.9 slibu.c updated: 1.5 - 1.6 --- Log message: Make it work on FreeBSD (and any other platform where dlopen isn't in libdl). --- Diffs of the changes: (+6 -2) Makefile |2 +- slibu.c |6 +-

[llvm-commits] CVS: llvm/win32/Support/Support.vcproj

2007-04-06 Thread Jeff Cohen
Changes in directory llvm/win32/Support: Support.vcproj updated: 1.18 - 1.19 --- Log message: Track new header file. --- Diffs of the changes: (+3 -0) Support.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/Support/Support.vcproj diff -u

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

2007-04-06 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-sha: sha.h updated: 1.1 - 1.2 --- Log message: Make it work on 64-bit systems. --- Diffs of the changes: (+1 -1) sha.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll

2007-04-04 Thread Jeff Cohen
Changes in directory llvm/test/Transforms/InstCombine: 2007-04-04-BadFoldBitcastIntoMalloc.ll added (r1.1) --- Log message: Add new test. --- Diffs of the changes: (+19 -0) 2007-04-04-BadFoldBitcastIntoMalloc.ll | 19 +++ 1 files changed, 19 insertions(+) Index:

[llvm-commits] CVS: llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll

2007-04-04 Thread Jeff Cohen
Changes in directory llvm/test/Transforms/InstCombine: 2007-04-04-BadFoldBitcastIntoMalloc.ll updated: 1.1 - 1.2 --- Log message: Get it right... --- Diffs of the changes: (+2 -1) 2007-04-04-BadFoldBitcastIntoMalloc.ll |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll

2007-04-04 Thread Jeff Cohen
Changes in directory llvm/test/Transforms/InstCombine: 2007-04-04-BadFoldBitcastIntoMalloc.ll updated: 1.2 - 1.3 --- Log message: Any add is wrong, regardless of type. --- Diffs of the changes: (+1 -1) 2007-04-04-BadFoldBitcastIntoMalloc.ll |2 +- 1 files changed, 1 insertion(+), 1

[llvm-commits] CVS: llvm/test/CFrontend/extern-weak.c

2007-04-04 Thread Jeff Cohen
Changes in directory llvm/test/CFrontend: extern-weak.c updated: 1.3 - 1.4 --- Log message: Fix some FreeBSD/amd64 regressions. --- Diffs of the changes: (+1 -1) extern-weak.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/CFrontend/extern-weak.c diff -u

Re: [llvm-commits] eh_arm.cc

2007-04-03 Thread Jeff Cohen
The build of llvm-gcc is now broken on other platforms: Making install in libsupc++ gmake[2]: Entering directory `/usr/home/jeffc/llvm-gcc/obj/amd64-unknown-freebsd6.2/libstdc++-v3/libsupc++' gmake[2]: *** No rule to make target `eh_arm.lo', needed by `libsupc++convenience.la'. Stop. Dale

Re: [llvm-commits] eh_arm.cc

2007-04-03 Thread Jeff Cohen
Yep... clean build. Dale Johannesen wrote: On Apr 3, 2007, at 8:09 PM, Jeff Cohen wrote: The build of llvm-gcc is now broken on other platforms: Making install in libsupc++ gmake[2]: Entering directory `/usr/home/jeffc/llvm-gcc/obj/amd64-unknown-freebsd6.2/libstdc++-v3/libsupc

Re: [llvm-commits] eh_arm.cc

2007-04-03 Thread Jeff Cohen
Correction... I do not have eh_arm.cc. I'm at revision 301, and I certainly pulled in something that requires eh_arm.cc. Jeff Cohen wrote: Yep... clean build. Dale Johannesen wrote: On Apr 3, 2007, at 8:09 PM, Jeff Cohen wrote: The build of llvm-gcc is now broken on other

[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj

2007-04-01 Thread Jeff Cohen
Changes in directory llvm/win32/Transforms: Transforms.vcproj updated: 1.25 - 1.26 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -0) Transforms.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/Transforms/Transforms.vcproj diff -u

Re: [llvm-commits] CVS: llvm/lib/System/Unix/MappedFile.inc

2007-03-30 Thread Jeff Cohen
Chris Lattner wrote: Use the stat information in the Path object, if it is already obtained. This avoids a call to ::fstat by MappedFile when the file size information was already obtained by the Path object. Interesting approach. The problem is that fstat is significantly

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

2007-03-30 Thread Jeff Cohen
lipExecute the native code program:/p @@ -352,7 +351,7 @@ a href=mailto:[EMAIL PROTECTED]Jeff Cohen/abr a href=http://llvm.org;The LLVM Compiler Infrastructure/abr - Last modified: $Date: 2007/03/28 20:27:51 $ + Last modified: $Date: 2007/03/30 22:02:18 $ /address /body /html

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/lencod/image.c

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/JM/lencod: image.c updated: 1.4 - 1.5 --- Log message: Improve BSD ftime hack and apply it to another test. --- Diffs of the changes: (+14 -0) image.c | 14 ++ 1 files changed, 14 insertions(+) Index:

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/image.c

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: image.c updated: 1.5 - 1.6 --- Log message: Improve BSD ftime hack and apply it to another test. --- Diffs of the changes: (+12 -17) image.c | 29 - 1 files changed, 12 insertions(+), 17

[llvm-commits] CVS: llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/hexxagon: hexxagonmove.cpp updated: 1.4 - 1.5 --- Log message: Correct OpenBSD oversight. --- Diffs of the changes: (+1 -1) hexxagonmove.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan: susan.c updated: 1.1 - 1.2 --- Log message: Fix for other BSDs. --- Diffs of the changes: (+1 -1) susan.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg: Makefile updated: 1.1 - 1.2 --- Log message: Fix for src != obj --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame: Makefile updated: 1.1 - 1.2 lame.c updated: 1.1 - 1.2 --- Log message: Fix for src != obj Don't include header files from within a function. --- Diffs of the changes: (+4 -4) Makefile |2 +- lame.c |6

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office-ispell: Makefile updated: 1.1 - 1.2 config.h updated: 1.1 - 1.2 --- Log message: Fix for src != obj. Don't use obsolete header file. --- Diffs of the changes: (+7 -3) Makefile |2 +- config.h |8 ++-- 2 files

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-CRC32: Makefile updated: 1.1 - 1.2 --- Log message: Fix for src != obj. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/System/Win32/Path.inc

2007-03-29 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.61 - 1.62 --- Log message: Determine absolute paths the correct way :) --- Diffs of the changes: (+9 -3) Path.inc | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) Index: llvm/lib/System/Win32/Path.inc

[llvm-commits] CVS: llvm/include/llvm/System/Path.h

2007-03-29 Thread Jeff Cohen
Changes in directory llvm/include/llvm/System: Path.h updated: 1.46 - 1.47 --- Log message: uniqueID is a uint64_t (caught by VC++) --- Diffs of the changes: (+1 -1) Path.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/System/Path.h diff -u

[llvm-commits] CVS: llvm/tools/llvm-ar/llvm-ar.cpp

2007-03-29 Thread Jeff Cohen
Changes in directory llvm/tools/llvm-ar: llvm-ar.cpp updated: 1.40 - 1.41 --- Log message: getFileStatus has a new parameter (caught by VC++). --- Diffs of the changes: (+2 -2) llvm-ar.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/tools/llvm-ar/llvm-ar.cpp

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm/lib/Target/CBackend: CBackend.cpp updated: 1.330 - 1.331 --- Log message: MS C does have inlining after all, just uses _inline instead of inline. --- Diffs of the changes: (+1 -1) CBackend.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/Makefile

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: Makefile updated: 1.7 - 1.8 --- Log message: Don't put program output back in src tree. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-lame: Makefile updated: 1.2 - 1.3 output_large.mp3 (r1.1) removed --- Log message: Fix for src != obj. Don't keep test output in repository. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/Makefile

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: Makefile updated: 1.8 - 1.9 --- Log message: Put test output in Output directory. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/lencod/Makefile

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/JM/lencod: Makefile updated: 1.3 - 1.4 --- Log message: More src != obj corrections. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/lencod/data/encoder.cfg

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/JM/lencod/data: encoder.cfg updated: 1.4 - 1.5 --- Log message: More src != obj corrections. --- Diffs of the changes: (+3 -3) encoder.cfg |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/sim: Makefile updated: 1.5 - 1.6 sim.c updated: 1.5 - 1.6 --- Log message: Fix for src != obj. --- Diffs of the changes: (+5 -3) Makefile |2 ++ sim.c|6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg: Makefile updated: 1.2 - 1.3 output_large_decode.ppm (r1.1) removed --- Log message: Do not keep test output in repository. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1

[llvm-commits] CVS: llvm-test/MultiSource/Applications/minisat/Makefile

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/minisat: Makefile updated: 1.9 - 1.10 --- Log message: Fix for src != obj. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/McCat/15-trie: Makefile updated: 1.4 - 1.5 --- Log message: Fix for src != obj. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile output_large.smoothing.pgm

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive-susan: Makefile updated: 1.1 - 1.2 output_large.smoothing.pgm (r1.1) removed --- Log message: Fix for src != dir. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] CVS: llvm-test/MultiSource/Applications/minisat/Makefile

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/minisat: Makefile updated: 1.10 - 1.11 --- Log message: oops. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/MultiSource/Applications/minisat/Makefile diff

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/.cvsignore Makefile large.lout.ld output_large.ps

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset: .cvsignore updated: 1.1 - 1.2 Makefile updated: 1.2 - 1.3 large.lout.ld (r1.1) removed output_large.ps (r1.1) removed --- Log message: Fix for src != obj. --- Diffs of the changes: (+3 -1) .cvsignore |2 ++

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/network-dijkstra: Makefile updated: 1.1 - 1.2 --- Log message: Fix for src != obj. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/network-patricia: Makefile updated: 1.1 - 1.2 --- Log message: Fix for src != obj. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/McCat/03-testtrie: Makefile updated: 1.5 - 1.6 --- Log message: Fix for src != obj. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office-ispell: Makefile updated: 1.2 - 1.3 --- Log message: Fix for src != obj. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish: Makefile updated: 1.1 - 1.2 --- Log message: Program doesn't take files as arguments. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-rijndael: Makefile updated: 1.1 - 1.2 output_large.dec (r1.1) removed --- Log message: Fix for src != obj. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-sha: Makefile updated: 1.1 - 1.2 --- Log message: Fix for src != obj. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile

2007-03-29 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ: Makefile updated: 1.2 - 1.3 --- Log message: Fix for src != obj. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

Re: [llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile

2007-03-29 Thread Jeff Cohen
And that should be the last of the src != obj fixes. Jeff Cohen wrote: Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ: Makefile updated: 1.2 - 1.3 --- Log message: Fix for src != obj. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed

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

2007-03-28 Thread Jeff Cohen
/p/li @@ -342,7 +352,7 @@ a href=mailto:[EMAIL PROTECTED]Jeff Cohen/abr a href=http://llvm.org;The LLVM Compiler Infrastructure/abr - Last modified: $Date: 2007/02/09 15:59:08 $ + Last modified: $Date: 2007/03/28 20:27:51 $ /address /body /html

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

2007-03-28 Thread Jeff Cohen
Changes in directory llvm/lib/Target/CBackend: CBackend.cpp updated: 1.329 - 1.330 --- Log message: Fix C Backend to generate code that works with Microsoft C for the benefit of front ends that do not depend on the GCC runtime (someday...). --- Diffs of the changes: (+4 -1) CBackend.cpp |

[llvm-commits] CVS: llvm-test/MultiSource/Applications/SPASS/stringsx.h dfgparser.c flags.c options.c strings.c symbol.h top.c strings.h

2007-03-28 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/SPASS: stringsx.h added (r1.1) dfgparser.c updated: 1.1 - 1.2 flags.c updated: 1.1 - 1.2 options.c updated: 1.1 - 1.2 strings.c updated: 1.1 - 1.2 symbol.h updated: 1.1 - 1.2 top.c updated: 1.1 - 1.2 strings.h (r1.1) removed --- Log

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/image.c

2007-03-28 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: image.c updated: 1.4 - 1.5 --- Log message: Fix for BSD systems (JIT still fails though). --- Diffs of the changes: (+21 -2) image.c | 23 +-- 1 files changed, 21 insertions(+), 2 deletions(-) Index:

Re: [llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.cpp

2007-03-27 Thread Jeff Cohen
FWIW, the system assembler is GNU assembler 2.15. Chris Lattner wrote: Changes in directory llvm/lib/Target/X86: X86InstrInfo.cpp updated: 1.79 - 1.80 --- Log message: Fix a problem building llvm-gcc on amd64-unknown-freebsd6.2, due to the system assembler not groking legal instructions

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Shootout/ackermann.c

2007-03-27 Thread Jeff Cohen
Changes in directory llvm-test/SingleSource/Benchmarks/Shootout: ackermann.c updated: 1.4 - 1.5 --- Log message: User-supplied prototype for printf *very* non-portable. --- Diffs of the changes: (+3 -3) ackermann.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/Support/MathExtras.h

2007-03-22 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Support: MathExtras.h updated: 1.43 - 1.44 --- Log message: Be more explicit concerning argument sizes. Use VC++ byteswap intrinsics. --- Diffs of the changes: (+41 -31) MathExtras.h | 72 +--

Re: [llvm-commits] CVS: llvm/include/llvm/Support/MathExtras.h

2007-03-22 Thread Jeff Cohen
How is it any worse than checking for GCC? It's treated as an intrinsic when optimizations are enable. It directly generates a bswap instruction. Same as the conditional code for GCC. Reid Spencer wrote: Jeff, On Thu, 2007-03-22 at 14:12 -0500, Jeff Cohen wrote: Changes in directory

Re: [llvm-commits] CVS: llvm/include/llvm/Support/MathExtras.h

2007-03-22 Thread Jeff Cohen
Reid Spencer wrote: -for (uint64_t Shift = 64 1; Shift; Shift = 1) { +for (unsigned Shift = 64 1; Shift; Shift = 1) { Why not uint32_t? For conformity with the rest of your changes? The size of a shift amount is unrelated to the size of the function's argument, so there's no

Re: [llvm-commits] CVS: llvm-www/InTheNews.html

2007-03-20 Thread Jeff Cohen
Reid Spencer wrote: Changes in directory llvm-www: InTheNews.html updated: 1.1 - 1.2 --- Log message: Add further notices to maintainers. --- Diffs of the changes: (+5 -2) InTheNews.html |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Support/APInt.cpp

2007-03-20 Thread Jeff Cohen
Changes in directory llvm/lib/Support: APInt.cpp updated: 1.73 - 1.74 --- Log message: Fix (and simplify) 48-bit byte swap. Get pos/neg infinity the correct way. --- Diffs of the changes: (+8 -9) APInt.cpp | 17 - 1 files changed, 8 insertions(+), 9 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp

2007-03-20 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.124 - 1.125 --- Log message: Fix some VC++ warnings. --- Diffs of the changes: (+1 -0) ScheduleDAG.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp diff -u

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2007-03-20 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.119 - 1.120 --- Log message: Fix some VC++ warnings. --- Diffs of the changes: (+1 -1) LoopStrengthReduce.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/include/llvm/Target/TargetInstrInfo.h

2007-03-14 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Target: TargetInstrInfo.h updated: 1.111 - 1.112 --- Log message: Fix for VS 2005 problem supplied by Morten Ofstad. --- Diffs of the changes: (+1 -0) TargetInstrInfo.h |1 + 1 files changed, 1 insertion(+) Index:

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeParser.y

2007-03-14 Thread Jeff Cohen
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.68 - 1.69 --- Log message: Make older versions of bison happy. --- Diffs of the changes: (+1 -1) UpgradeParser.y |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/ExecutionEngine/ExecutionEngine.cpp

2007-03-13 Thread Jeff Cohen
Changes in directory llvm/lib/ExecutionEngine: ExecutionEngine.cpp updated: 1.113 - 1.114 --- Log message: Unbreak C++ build. --- Diffs of the changes: (+1 -0) ExecutionEngine.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/ExecutionEngine/ExecutionEngine.cpp diff -u

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LowerSwitch.cpp

2007-03-13 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Utils: LowerSwitch.cpp updated: 1.35 - 1.36 --- Log message: Unbreak VC++ build. Do not use identifiers starting with _ as they are reserved and can collide with system defined names. Windows defines _BB, for example. --- Diffs of the changes: (+3

[llvm-commits] CVS: llvm/lib/Analysis/ConstantFolding.cpp

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/lib/Analysis: ConstantFolding.cpp updated: 1.19 - 1.20 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+2 -2) ConstantFolding.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Analysis/ConstantFolding.cpp diff -u

[llvm-commits] CVS: llvm/win32/Support/Support.vcproj

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/win32/Support: Support.vcproj updated: 1.17 - 1.18 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+27 -3) Support.vcproj | 30 +++--- 1 files changed, 27 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/Analysis/ScalarEvolution.h

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Analysis: ScalarEvolution.h updated: 1.15 - 1.16 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -0) ScalarEvolution.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/Analysis/ScalarEvolution.h diff -u

[llvm-commits] CVS: llvm/include/llvm/Support/MathExtras.h

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Support: MathExtras.h updated: 1.42 - 1.43 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -1) MathExtras.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Support/MathExtras.h diff -u

[llvm-commits] CVS: llvm/lib/VMCore/Pass.cpp PassManager.cpp Value.cpp

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/lib/VMCore: Pass.cpp updated: 1.84 - 1.85 PassManager.cpp updated: 1.138 - 1.139 Value.cpp updated: 1.70 - 1.71 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -1) Pass.cpp|1 + PassManager.cpp |1 + Value.cpp |2 +- 3

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

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/IPO: RaiseAllocations.cpp updated: 1.39 - 1.40 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -0) RaiseAllocations.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Transforms/IPO/RaiseAllocations.cpp diff -u

[llvm-commits] CVS: llvm/win32/Bytecode/Bytecode.vcproj

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/win32/Bytecode: Bytecode.vcproj updated: 1.6 - 1.7 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+0 -3) Bytecode.vcproj |3 --- 1 files changed, 3 deletions(-) Index: llvm/win32/Bytecode/Bytecode.vcproj diff -u

[llvm-commits] CVS: llvm/tools/llvm-prof/llvm-prof.cpp

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/tools/llvm-prof: llvm-prof.cpp updated: 1.30 - 1.31 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -0) llvm-prof.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-prof/llvm-prof.cpp diff -u

[llvm-commits] CVS: llvm/win32/x86/x86.vcproj

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/win32/x86: x86.vcproj updated: 1.25 - 1.26 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+38 -7) x86.vcproj | 45 ++--- 1 files changed, 38 insertions(+), 7 deletions(-) Index: llvm/win32/x86/x86.vcproj

[llvm-commits] CVS: llvm/win32/CodeGen/CodeGen.vcproj

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/win32/CodeGen: CodeGen.vcproj updated: 1.26 - 1.27 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+29 -5) CodeGen.vcproj | 34 +- 1 files changed, 29 insertions(+), 5 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/win32/VMCore: VMCore.vcproj updated: 1.26 - 1.27 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+6 -10) VMCore.vcproj | 16 ++-- 1 files changed, 6 insertions(+), 10 deletions(-) Index: llvm/win32/VMCore/VMCore.vcproj diff -u

[llvm-commits] CVS: llvm/win32/System/System.vcproj

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/win32/System: System.vcproj updated: 1.18 - 1.19 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+6 -0) System.vcproj |6 ++ 1 files changed, 6 insertions(+) Index: llvm/win32/System/System.vcproj diff -u

[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/tools/llvm-nm: llvm-nm.cpp updated: 1.31 - 1.32 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -0) llvm-nm.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-nm/llvm-nm.cpp diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.31

[llvm-commits] CVS: llvm/lib/Support/APInt.cpp

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/lib/Support: APInt.cpp updated: 1.68 - 1.69 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+9 -1) APInt.cpp | 10 +- 1 files changed, 9 insertions(+), 1 deletion(-) Index: llvm/lib/Support/APInt.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.379 - 1.380 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -1) SelectionDAGISel.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/include/llvm/ADT/SmallVector.h

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/include/llvm/ADT: SmallVector.h updated: 1.24 - 1.25 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+19 -0) SmallVector.h | 19 +++ 1 files changed, 19 insertions(+) Index: llvm/include/llvm/ADT/SmallVector.h diff -u

[llvm-commits] CVS: llvm/win32/Analysis/Analysis.vcproj

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/win32/Analysis: Analysis.vcproj updated: 1.22 - 1.23 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+6 -3) Analysis.vcproj |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) Index: llvm/win32/Analysis/Analysis.vcproj diff -u

[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/win32/Transforms: Transforms.vcproj updated: 1.24 - 1.25 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -21) Transforms.vcproj | 24 +++- 1 files changed, 3 insertions(+), 21 deletions(-) Index:

[llvm-commits] CVS: llvm/win32/Target/Target.vcproj

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/win32/Target: Target.vcproj updated: 1.15 - 1.16 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+9 -0) Target.vcproj |9 + 1 files changed, 9 insertions(+) Index: llvm/win32/Target/Target.vcproj diff -u

[llvm-commits] CVS: llvm/win32/TableGen/TableGen.vcproj

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/win32/TableGen: TableGen.vcproj updated: 1.21 - 1.22 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+6 -0) TableGen.vcproj |6 ++ 1 files changed, 6 insertions(+) Index: llvm/win32/TableGen/TableGen.vcproj diff -u

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

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/lib/Target: TargetData.cpp updated: 1.104 - 1.105 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -1) TargetData.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/TargetData.cpp diff -u

[llvm-commits] CVS: llvm/include/llvm/ADT/SmallVector.h

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/include/llvm/ADT: SmallVector.h updated: 1.25 - 1.26 --- Log message: Elminate tabs and improve comments. --- Diffs of the changes: (+8 -7) SmallVector.h | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/System/Win32/Program.inc Win32.h

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: Program.inc updated: 1.19 - 1.20 Win32.h updated: 1.10 - 1.11 --- Log message: Implement memoryLimit on Windows. --- Diffs of the changes: (+52 -6) Program.inc | 37 +++-- Win32.h | 21 +

[llvm-commits] CVS: llvm/lib/System/Win32/Program.inc

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: Program.inc updated: 1.20 - 1.21 --- Log message: Ensure 64-bit correctness. --- Diffs of the changes: (+1 -1) Program.inc |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/System/Win32/Program.inc diff -u

[llvm-commits] Repository is broken

2007-01-21 Thread Jeff Cohen
cvs update: cannot open directory /var/cvs/llvm/llvm/test/Regression: No such file or directory cvs update: skipping directory test/Regression ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

[llvm-commits] Major regressions

2007-01-21 Thread Jeff Cohen
In the two weeks since I last ran them, the regression tests have gone from 4 to 63 unexpected failures. Is this expected? ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Re: [llvm-commits] Major regressions

2007-01-21 Thread Jeff Cohen
will be better then. Reid Spencer wrote: On Sun, 2007-01-21 at 12:01 -0800, Jeff Cohen wrote: In the two weeks since I last ran them, the regression tests have gone from 4 to 63 unexpected failures. Is this expected? No, TOT gives me 6 right now .. 5 in the new ARM backend (be patient

[llvm-commits] CVS: llvm/win32/CBackend/CBackend.vcproj

2007-01-15 Thread Jeff Cohen
Changes in directory llvm/win32/CBackend: CBackend.vcproj updated: 1.5 - 1.6 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -1) CBackend.vcproj |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/win32/CBackend/CBackend.vcproj diff -u

[llvm-commits] CVS: llvm/win32/CodeGen/CodeGen.vcproj

2007-01-15 Thread Jeff Cohen
Changes in directory llvm/win32/CodeGen: CodeGen.vcproj updated: 1.25 - 1.26 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -0) CodeGen.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/CodeGen/CodeGen.vcproj diff -u

[llvm-commits] CVS: llvm/lib/Analysis/ScalarEvolution.cpp

2007-01-15 Thread Jeff Cohen
Changes in directory llvm/lib/Analysis: ScalarEvolution.cpp updated: 1.88 - 1.89 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+1 -1) ScalarEvolution.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Analysis/ScalarEvolution.cpp diff -u

[llvm-commits] CVS: llvm/win32/llc/llc.vcproj

2007-01-15 Thread Jeff Cohen
Changes in directory llvm/win32/llc: llc.vcproj updated: 1.9 - 1.10 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+2 -2) llc.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/win32/llc/llc.vcproj diff -u llvm/win32/llc/llc.vcproj:1.9

<    1   2   3   4   5   >