"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "731381dc0efa5399f34469fdec51f7d96e1ec147"
- Jan 05, 2009
-
-
Chris Lattner authored
not in system library directories by checking -L paths as well. Patch by Axel Naumann! llvm-svn: 61730
-
- Nov 19, 2008
-
-
Andrew Lenharth authored
llvm-svn: 59642
-
- Jun 27, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 52827
-
- Jun 15, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 52289
-
Argyrios Kyrtzidis authored
With this more general way, -native and -native-cbe options are handled too. llvm-svn: 52287
-
Argyrios Kyrtzidis authored
llvm-svn: 52285
-
- Feb 20, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47367
-
- Jan 27, 2008
-
-
Chris Lattner authored
llvm-svn: 46421
-
- Jan 09, 2008
-
-
Chris Lattner authored
llvm-svn: 45770
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45421
-
- Oct 08, 2007
-
-
Dan Gohman authored
commands and into the common code. llvm-svn: 42752
-
- Jul 23, 2007
-
-
Reid Spencer authored
llvm-svn: 40415
-
- Jul 05, 2007
-
-
Gabor Greif authored
Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913
-
- Jun 19, 2007
-
-
Chris Lattner authored
llvm-svn: 37658
-
- May 06, 2007
-
-
Chris Lattner authored
llvm-svn: 36868
-
Chris Lattner authored
llvm-svn: 36853
-
- Apr 30, 2007
-
-
Reid Spencer authored
llvm-svn: 36581
-
- Apr 04, 2007
-
-
Reid Spencer authored
Rename LinkItems as NativeLinkItems since it is filled out by the Linker library to contain only those items deemed to be native. llvm-svn: 35654
-
- Feb 16, 2007
-
-
Anton Korobeynikov authored
is especially needed for bugpoint. This partly implements PR688 llvm-svn: 34349
-
- Feb 09, 2007
-
-
Reid Spencer authored
llvm-svn: 34073
-
- Feb 08, 2007
-
-
Reid Spencer authored
Copy a couple more missing options from gccld to llvm-ld. llvm-svn: 34061
-
- Jan 21, 2007
-
-
Chris Lattner authored
llvm-svn: 33420
-
- Dec 07, 2006
-
-
Bill Wendling authored
now cerr, cout, and NullStream resp. llvm-svn: 32298
-
- Dec 06, 2006
-
-
Chris Lattner authored
With this change, I can now move -stats to print when llvm_shutdown is called. llvm-svn: 32250
-
- Nov 29, 2006
-
-
Bill Wendling authored
adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should be fixed in the future. llvm-svn: 31990
-
- Nov 11, 2006
-
-
Reid Spencer authored
llvm-svn: 31685
-
Reid Spencer authored
Fix an infinite loop in the Linker and a few other assorted link problems. Patch contributed by Scott Michel. Thanks, Scott! llvm-svn: 31680
-
- Nov 05, 2006
-
-
Reid Spencer authored
llvm-svn: 31466
-
Jeff Cohen authored
llvm-svn: 31464
-
- Sep 01, 2006
-
-
Anton Korobeynikov authored
- Removed warning about clobbered parameter in Bytecode/Reader llvm-svn: 30026
-
- Aug 23, 2006
-
-
Reid Spencer authored
Eliminate exception throwing from Path::renamePathOnDisk and adjust its users correspondingly. llvm-svn: 29843
-
Reid Spencer authored
Remove exceptions from the Path::create*OnDisk methods. Update their users to handle error messages via arguments and result codes. llvm-svn: 29840
-
Reid Spencer authored
Change the Path::make*OnDisk methods exception free and adjust their usage. llvm-svn: 29836
-
- Aug 21, 2006
-
-
Reid Spencer authored
Adjust usage of the ExecuteAndWait function to use the last argument which is the ErrMsg string. This is necessitated because this function no longer throws exceptions on error. llvm-svn: 29791
-
- Jun 27, 2006
-
-
Devang Patel authored
llvm-svn: 28928
-
- Jun 08, 2006
-
-
Reid Spencer authored
1. Add #includes to LinkAllVMCore.h to get Mangler.o and InlineAsm.o 2. Make Mangler.h and InlineAsm.h use the macros to ensure linkage 3. Make each of the tools with --load options include LinkAllVMCore.h This should be the last set of changes for this bug and 800. llvm-svn: 28719
-
- May 14, 2006
-
-
Chris Lattner authored
llvm-svn: 28288
-
- Mar 06, 2006
-
-
Reid Spencer authored
(-L options) to TheLinker. Problem noticed by Wink Saville. llvm-svn: 26571
-
- Jan 10, 2006
-
-
Reid Spencer authored
With these patches we implement the ability for the Linker library to keep track of which libraries were actually bytecode files (not archives) and cause their users to remove such files from the list of libraries to pass to the native linker. llvm-svn: 25169
-
- Dec 21, 2005
-
-
Reid Spencer authored
This patch adds a -post-link-opts option to llvm-ld which allows an arbitrary program to optimize bytecode after linking. The program is passed two file names. The first is the input (linked bytecode) the second is where it must place its output (presumably after optimizing). If the output file is bytecode, it is used as a substitute for the input. This will allow things like poolalloc to be written as a separate program instead of a loadable module or built into LLVM. llvm-svn: 24893
-