- Feb 26, 2009
-
-
Nick Lewycky authored
llvm-svn: 65523
-
Nick Lewycky authored
with the rest of the parallel directories. Build lto when possible on all platforms. Make gold to explicitly depend on libLTO. llvm-svn: 65518
-
- Feb 11, 2009
-
-
Duncan Sands authored
without --enable-pic, like my nightly tester. llvm-svn: 64302
-
Nick Lewycky authored
llvm-svn: 64299
-
Devang Patel authored
Revert 62987 for now. Nicolas please investigate. llvm-svn: 64285
-
- Feb 03, 2009
-
-
Nick Lewycky authored
llvm-svn: 63623
-
- Jan 26, 2009
-
-
Nick Lewycky authored
llvm-svn: 62987
-
- Jan 24, 2009
-
-
Mike Stump authored
llvm-svn: 62895
-
- Nov 25, 2008
-
-
Mikhail Glushenkov authored
llvm-svn: 60048
-
- Jun 30, 2008
-
-
Devang Patel authored
Rename new lto2 tool as lto. lto2->lto llvm-svn: 52912
-
- Apr 24, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 50193
-
- Mar 30, 2008
-
-
Chris Lattner authored
llvm-svn: 48964
-
- Mar 25, 2008
-
-
Tanya Lattner authored
llvm-svn: 48764
-
- Mar 23, 2008
-
-
Anton Korobeynikov authored
on ideas mentioned in PR686. Written by Mikhail Glushenkov and contributed by Codedgers, Inc. Old llvmc will be removed soon after new one will have all its properties. llvm-svn: 48699
-
- Mar 03, 2008
-
-
Tanya Lattner authored
llvm-svn: 47845
-
- Mar 01, 2008
-
-
Tanya Lattner authored
llvm-svn: 47783
-
- Feb 29, 2008
-
-
Nick Kledzik authored
llvm-svn: 47762
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45414
-
- Dec 09, 2007
-
-
Chris Lattner authored
llvm-svn: 44729
-
Bill Wendling authored
llvm-svn: 44727
-
- Aug 13, 2007
-
-
Reid Spencer authored
llvm-svn: 41039
-
- Feb 09, 2007
-
-
Reid Spencer authored
llvm-svn: 34100
-
Reid Spencer authored
for parallel builds so that we space out the large links. llvm-svn: 34098
-
- Jan 08, 2007
-
-
- Dec 02, 2006
-
-
Reid Spencer authored
llvm-svn: 32116
-
- Sep 08, 2006
-
-
Chris Lattner authored
llvm-svn: 30195
-
Devang Patel authored
llvm-svn: 30194
-
Chris Lattner authored
llvm-svn: 30193
-
Anton Korobeynikov authored
removed after 'PIC vs non-PIC' problem solution llvm-svn: 30192
-
- Sep 07, 2006
-
-
Devang Patel authored
llvm-svn: 30154
-
- Aug 23, 2006
-
-
Reid Spencer authored
triplet ordering (large, small, small) explicit with one triplet per line. llvm-svn: 29839
-
Reid Spencer authored
llvm-svn: 29838
-
Reid Spencer authored
memory pressure. This order spaces out large executables with small ones in between so that in a -j2 or -j3 build, it only attempts to build only one large executable at time. If you're doing -j4, you probably have enuogh memory anyway. llvm-svn: 29835
-
- Aug 18, 2006
-
-
Reid Spencer authored
Shrinkify LLVM's footprint by removing the analyze tool and moving its functionality into the opt tool. THis eliminates one of the largest tools from LLVM and doesn't make opt much bigger because it already included most of the analysis passes. To get the old analyze functionality pass the -analyze option to opt. Note that the integeration here is dead simple. The "main" of analyze was just copied to opt and invoked if the -analyze option was given. There may be opportunities for further integration such as removing the distinction between transform passes and analysis passes. To use the analysis functionality, if you previously did this: analyze $FNAME -domset -disable-verify you would now do this: opt -analyze $FNAME -domset -disable-verify Pretty simple. llvm-svn: 29762
-
- Jul 26, 2006
-
-
Chris Lattner authored
llvm-svn: 29299
-
Reid Spencer authored
llvm-svn: 29289
-
- May 30, 2006
-
-
Reid Spencer authored
optional. llvm-svn: 28570
-
- May 17, 2006
-
-
Reid Spencer authored
they can be compiled with ming32. The use of fork(2) has been removed. llvm-svn: 28369
-
- Apr 20, 2006
-
-
Reid Spencer authored
llvm-svn: 27916
-
Reid Spencer authored
llvm-svn: 27914
-