[llvm-commits] [129934] Revert.

2007-07-26 Thread echeng
Revision: 129934 Author: echeng Date: 2007-07-26 12:08:11 -0700 (Thu, 26 Jul 2007) Log Message: --- Revert. Wrong repository. Modified Paths: -- apple-local/branches/llvm/gcc/Makefile.in Modified: apple-local/branches/llvm/gcc/Makefile.in

[llvm-commits] [129933] Restore llvm version info.

2007-07-26 Thread echeng
Revision: 129933 Author: echeng Date: 2007-07-26 11:52:21 -0700 (Thu, 26 Jul 2007) Log Message: --- Restore llvm version info. Modified Paths: -- apple-local/branches/llvm/gcc/Makefile.in Modified: apple-local/branches/llvm/gcc/Makefile.in

[llvm-commits] [127994] LLVM x86-64 is capable of generating static code.

2007-06-04 Thread echeng
Revision: 127994 Author: echeng Date: 2007-06-04 16:17:19 -0700 (Mon, 04 Jun 2007) Log Message: --- LLVM x86-64 is capable of generating static code. Disable gcc hack. Modified Paths: -- apple-local/branches/llvm/gcc/config/i386/i386.c Modified: apple-local

[llvm-commits] [127254] Lauro's patch to enable PIC codegen for arm-linux.

2007-05-14 Thread echeng
Revision: 127254 Author: echeng Date: 2007-05-14 18:11:39 -0700 (Mon, 14 May 2007) Log Message: --- Lauro's patch to enable PIC codegen for arm-linux. Modified Paths: -- apple-local/branches/llvm/gcc/config/arm/linux-elf.h Modified: apple-local/branches/llvm/gcc

[llvm-commits] [126991] Unbreak Apple style build.

2007-05-07 Thread echeng
Revision: 126991 Author: echeng Date: 2007-05-07 14:17:06 -0700 (Mon, 07 May 2007) Log Message: --- Unbreak Apple style build. Modified Paths: -- apple-local/branches/llvm/gcc/llvm-linker-hack.cpp Modified: apple-local/branches/llvm/gcc/llvm-linker-hack.cpp

[llvm-commits] [126993] Unbreak Apple style build.

2007-05-07 Thread echeng
Revision: 126993 Author: echeng Date: 2007-05-07 15:23:43 -0700 (Mon, 07 May 2007) Log Message: --- Unbreak Apple style build. Modified Paths: -- apple-local/branches/llvm/gcc/llvm-linker-hack.cpp Modified: apple-local/branches/llvm/gcc/llvm-linker-hack.cpp

[llvm-commits] [126900] When -mthumb is used, we must emit the triple thumb-linux-gnueabi or thumb-apple-darwin ( committed for Lauro).

2007-05-04 Thread echeng
Revision: 126900 Author: echeng Date: 2007-05-04 16:57:27 -0700 (Fri, 04 May 2007) Log Message: --- When -mthumb is used, we must emit the triple thumb-linux-gnueabi or thumb-apple-darwin (committed for Lauro). Modified Paths: -- apple-local/branches/llvm/gcc

[llvm-commits] [126901] LLVM_OVERRIDE_TARGET_ARCH should return empty string if it doesn' t override the default target.

2007-05-04 Thread echeng
Revision: 126901 Author: echeng Date: 2007-05-04 16:59:58 -0700 (Fri, 04 May 2007) Log Message: --- LLVM_OVERRIDE_TARGET_ARCH should return empty string if it doesn't override the default target. Modified Paths: -- apple-local/branches/llvm/gcc/config/arm/arm.h

[llvm-commits] [126663] Don't create libstdc++.dylib links.

2007-04-27 Thread echeng
Revision: 126663 Author: echeng Date: 2007-04-27 17:44:37 -0700 (Fri, 27 Apr 2007) Log Message: --- Don't create libstdc++.dylib links. Just use the one under /usr/lib. Modified Paths: -- apple-local/branches/llvm/build_gcc Modified: apple-local/branches/llvm

[llvm-commits] [126665] Revert previous patch.

2007-04-27 Thread echeng
Revision: 126665 Author: echeng Date: 2007-04-27 18:07:12 -0700 (Fri, 27 Apr 2007) Log Message: --- Revert previous patch. libstdc++.dylib links still needed. Modified Paths: -- apple-local/branches/llvm/build_gcc Modified: apple-local/branches/llvm/build_gcc

[llvm-commits] [124490] Workaround to fix functionarguments aligment on arm-linux-gnueabi.

2007-03-02 Thread echeng
Revision: 124490 Author: echeng Date: 2007-03-02 18:10:50 -0800 (Fri, 02 Mar 2007) Log Message: --- Workaround to fix functionarguments aligment on arm-linux-gnueabi. Modified Paths: -- apple-local/branches/llvm/gcc/llvm-abi.h Modified: apple-local/branches/llvm

[llvm-commits] [124325] llvm_get_type cannot be extern inline since it' s externally referenced.

2007-02-26 Thread echeng
Revision: 124325 Author: echeng Date: 2007-02-26 13:23:54 -0800 (Mon, 26 Feb 2007) Log Message: --- llvm_get_type cannot be extern inline since it's externally referenced. Modified Paths: -- apple-local/branches/llvm/gcc/llvm-types.cpp Modified: apple-local

[llvm-commits] [123745] Add llvm::createStripDeadPrototypesPass().

2007-02-12 Thread echeng
Revision: 123745 Author: echeng Date: 2007-02-12 13:27:35 -0800 (Mon, 12 Feb 2007) Log Message: --- Add llvm::createStripDeadPrototypesPass(). Modified Paths: -- apple-local/branches/llvm/gcc/llvm-linker-hack.cpp Modified: apple-local/branches/llvm/gcc/llvm-linker