- 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
-
- Oct 26, 2004
-
-
Reid Spencer authored
llvm-svn: 17233
-
- Sep 13, 2004
-
-
Misha Brukman authored
llvm-svn: 16304
-
- Aug 29, 2004
-
-
Reid Spencer authored
llvm-svn: 16090
-
- Jul 02, 2004
-
-
Brian Gaeke authored
llvm-svn: 14568
-
- Jun 07, 2004
-
-
Reid Spencer authored
will (eventually) provide statistical analysis of bytecode files as well as the ability to dump them in a low level format (slot numbers not resolved). The purpose of this is to aid in the Type!=Value change of bug 122. With this initial release, llvm-abcd merely dumps out the bytecode. However, the infrastructure for separating bytecode parsing from handling the parsing events is in place. The style chosen is similar to SAX XML parsing where a handler object is called to handlign the parsing events. This probably isn't useful to anyone but me right now as there is no analysis yet, and the dumper doesn't work on every bytecode file. It will probably be useful by the end of this week. Note that there is some duplication of code from the bytecode reader. This was done to eliminate errors from being introduced in the reader and to minimize the impact to other LLVM developers. At some point, the Analyzer and the Reader will be integrated to use the same infrastructure. Also, sorry for the minor change to Instruction.h but I just couldn't bring myself to write code that depends on Instruction internals. llvm-svn: 14048
-
- Jun 02, 2004
-
-
Chris Lattner authored
llvm-svn: 13938
-
- Jan 05, 2004
-
-
Chris Lattner authored
llvm-svn: 10688
-
- Oct 28, 2003
-
-
Chris Lattner authored
llvm-svn: 9552
-
- Oct 21, 2003
-
-
John Criswell authored
llvm-svn: 9314
-
- Oct 16, 2003
-
-
Chris Lattner authored
llvm-svn: 9161
-
- Sep 16, 2003
-
-
Misha Brukman authored
llvm-svn: 8556
-
- Sep 15, 2003
-
-
Misha Brukman authored
llvm-svn: 8529
-
- Sep 13, 2003
-
-
Tanya Lattner authored
llvm-svn: 8506
-
- Aug 28, 2003
-
-
Misha Brukman authored
llvm-svn: 8192
-
- May 14, 2003
-
-
Chris Lattner authored
llvm-svn: 6218
-
- Dec 24, 2002
-
-
Chris Lattner authored
llvm-svn: 5135
-
- Dec 06, 2002
-
-
Chris Lattner authored
llvm-svn: 4938
-
- Nov 20, 2002
-
-
Chris Lattner authored
llvm-svn: 4790
-