- Mar 11, 2011
-
-
Oscar Fuentes authored
other systems pending. PR9456. llvm-svn: 127466
-
- Feb 27, 2011
-
-
Rafael Espindola authored
necessary anymore. llvm-svn: 126580
-
Rafael Espindola authored
llvm-svn: 126579
-
- Feb 26, 2011
-
-
Rafael Espindola authored
llvm-svn: 126546
-
- Feb 20, 2011
-
-
Rafael Espindola authored
used by the linker and not by nm or ar. llvm-svn: 126089
-
- Feb 19, 2011
-
-
Rafael Espindola authored
of libxul from 12m31.084s to 7m1.359s. llvm-svn: 126052
-
- Feb 16, 2011
-
-
Rafael Espindola authored
llvm-svn: 125663
-
- Feb 14, 2011
-
-
Rafael Espindola authored
section. llvm-svn: 125526
-
- Feb 08, 2011
-
-
Rafael Espindola authored
MemoryBuffer::getOpenFile to not close the file descriptor. llvm-svn: 125128
-
- Jan 20, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123886
-
- Nov 29, 2010
-
-
Charles Davis authored
from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314
-
Michael J. Spencer authored
llvm-svn: 120304
-
- Oct 07, 2010
-
-
Dan Gohman authored
llvm-svn: 115973
-
- Sep 10, 2010
-
-
NAKAMURA Takumi authored
Building archive would be executed due to definition of BUILD_ARCHIVE, even if BUILD_ARCHIVE = "0". llvm-svn: 113578
-
- Sep 02, 2010
-
-
Nick Lewycky authored
llvm-svn: 112808
-
- Aug 20, 2010
-
-
Dan Gohman authored
checking to places which previously lacked it. llvm-svn: 111651
-
- Aug 11, 2010
-
-
Rafael Espindola authored
llvm-svn: 110759
-
- Aug 10, 2010
-
-
Rafael Espindola authored
Nick, please review. llvm-svn: 110705
-
Rafael Espindola authored
llvm-svn: 110684
-
- Aug 09, 2010
-
-
Rafael Espindola authored
gold plugin. llvm-svn: 110604
-
- Aug 08, 2010
-
-
Rafael Espindola authored
llvm-svn: 110552
-
- Jun 29, 2010
-
-
Duncan Sands authored
llvm-svn: 107126
-
- Jun 23, 2010
-
-
Rafael Espindola authored
having a library both as bitcode and native code. We want to use the bitcode first, but if codegen produces new undefined references we have to use the native code to satisfy those references. Gold has no notion of bitcode and native search directories, so instead it has an API where the plugin can instruct it to look for the libraries it is passing to it. This patch uses that API. llvm-svn: 106674
-
- Jun 21, 2010
-
-
Rafael Espindola authored
const_cast. llvm-svn: 106410
-
- Jun 18, 2010
-
-
Rafael Espindola authored
ask the linker to take another look into some library or object. The case when one might want to do this is when codegen introduces a new undefined reference. The canonical example is libgcc. llvm-svn: 106303
-
- Jun 14, 2010
-
-
Rafael Espindola authored
llvm-svn: 105962
-
- Jun 07, 2010
-
-
Nick Lewycky authored
llvm-svn: 105556
-
Rafael Espindola authored
llvm-svn: 105534
-
- Jun 03, 2010
-
-
Rafael Espindola authored
llvm-svn: 105414
-
Nick Lewycky authored
llvm-svn: 105397
-
Nick Lewycky authored
llvm-svn: 105395
-
Rafael Espindola authored
needed. The result is that now we are able to drop unnecessary symbol from shared libraries. llvm-svn: 105389
-
- May 16, 2010
-
-
Rafael Espindola authored
LLVMgold.so both in both the build and install directories. llvm-svn: 103897
-
- May 13, 2010
-
-
Rafael Espindola authored
llvm-svn: 103714
-
- Apr 16, 2010
-
-
-
Dan Gohman authored
llvm-svn: 101431
-
Dan Gohman authored
llvm-svn: 101430
-
- Jan 24, 2010
-
-
Chris Lattner authored
llvm-svn: 94378
-
- Jan 22, 2010
-
-
Chris Lattner authored
missing ones are libsupport, libsystem and libvmcore. libvmcore is currently blocked on bugpoint, which uses EH. Once it stops using EH, we can switch it off. This #if 0's out 3 unit tests, because gtest requires RTTI information. Suggestions welcome on how to fix this. llvm-svn: 94164
-
- Oct 28, 2009
-
-
Viktor Kutuzov authored
llvm-svn: 85419
-