- Nov 05, 2011
-
-
Peter Collingbourne authored
(Ninja generator requirement.) llvm-svn: 143783
-
- Oct 18, 2011
-
-
Daniel Dunbar authored
new all-targets pseudo-component. llvm-svn: 142401
-
- Sep 16, 2011
-
-
Ivan Krasin authored
gold plugin is built with Large File Support (sizeof(off_t) == 64 on i686) and the rest of LLVM is built w/o Large File Support (sizeof(off_t) == 32 on i686) which corrupts the stack. llvm-svn: 139873
-
- Sep 12, 2011
-
-
Ivan Krasin authored
llvm-svn: 139544
-
- Sep 09, 2011
-
-
Ivan Krasin authored
llvm-svn: 139340
-
- Jul 26, 2011
-
-
Nick Lewycky authored
and Jeffrey Bosboom! llvm-svn: 136066
-
- May 31, 2011
-
-
Nick Lewycky authored
from David Meyer's patch! llvm-svn: 132352
-
Nick Lewycky authored
llvm-svn: 132349
-
- May 12, 2011
-
-
Oscar Fuentes authored
inconsistent with autoconf, which by default set BINUTILS_INCDIR to empty and exclude gold from target list. Based on a patch by Haitao Li! llvm-svn: 131229
-
- May 04, 2011
-
-
Duncan Sands authored
llvm-svn: 130860
-
- Apr 07, 2011
-
-
Rafael Espindola authored
to map the file both in the linker and in the plugin. llvm-svn: 129109
-
- Mar 22, 2011
-
-
Rafael Espindola authored
memory and writing it back to disk. llvm-svn: 128108
-
- Mar 17, 2011
-
-
Rafael Espindola authored
of an file. llvm-svn: 127781
-
- Mar 11, 2011
-
-
Oscar Fuentes authored
llvm-svn: 127473
-
Oscar Fuentes authored
llvm-svn: 127471
-
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
-