- 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
-
Reid Spencer authored
llvm-svn: 27913
-
- Apr 24, 2005
-
-
Misha Brukman authored
llvm-svn: 21501
-
- Jan 16, 2005
-
-
Reid Spencer authored
llvm-svn: 19592
-
- Dec 31, 2004
-
-
Reid Spencer authored
correctly omit them for non-Unix operating systems. llvm-svn: 19206
-
- Dec 17, 2004
-
-
Reid Spencer authored
built on this platform. llvm-svn: 19015
-
Reid Spencer authored
llvm-db and bugpoint for Win32 rather than add them in subtr llvm-svn: 19014
-
Reid Spencer authored
llvm-svn: 19009
-
Reid Spencer authored
that platform without a lot of work because they depend on process image copy behavior of fork(2). llvm-svn: 19008
-
- Dec 14, 2004
-
-
Reid Spencer authored
llee was a nice hack, but it wasn't portable so its gone, with Misha's approval. Operating systems have facilities available for making bytecode directly executable without this utility. llvm-svn: 18916
-
- Nov 14, 2004
-
-
Reid Spencer authored
llvm-svn: 17785
-
- Oct 28, 2004
-
-
Reid Spencer authored
llvm-svn: 17293
-