- Aug 04, 2004
-
-
Brian Gaeke authored
llvm-svn: 15479
-
Brian Gaeke authored
llvm-svn: 15478
-
- Aug 02, 2004
-
-
Chris Lattner authored
llvm-svn: 15411
-
- Jul 29, 2004
-
-
Misha Brukman authored
llvm-svn: 15334
-
- Jul 27, 2004
-
-
Chris Lattner authored
The -disable-globalsmodref is temporary and will be removed eventually. llvm-svn: 15268
-
- Jul 24, 2004
-
-
Chris Lattner authored
llvm-svn: 15163
-
- Jul 23, 2004
-
-
Misha Brukman authored
* Print out another '\n' after printing out program execution status * Make sure code wraps at 80 cols llvm-svn: 15123
-
- Jul 22, 2004
-
-
Chris Lattner authored
Add new DSE pass. Add a temporary option to disable it in case we need it This is going in after the July 22 nightly tester run, so we'll wait until the 23rd to see it :) llvm-svn: 15104
-
- Jul 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 15089
-
- Jul 19, 2004
-
-
Chris Lattner authored
llvm-svn: 14980
-
- Jul 18, 2004
-
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953
-
Reid Spencer authored
- Minimize redundant isa<GlobalValue> usage llvm-svn: 14952
-
- Jul 16, 2004
-
-
Chris Lattner authored
llvm-svn: 14876
-
Chris Lattner authored
llvm-svn: 14867
-
- Jul 13, 2004
-
-
Chris Lattner authored
error messages because verification stops at the first error. llvm-svn: 14794
-
Chris Lattner authored
error. Just print the message like a good little tool. llvm-svn: 14793
-
Misha Brukman authored
* Delete extra blank lines llvm-svn: 14779
-
- Jul 12, 2004
-
-
Reid Spencer authored
llvm-svn: 14766
-
- Jul 11, 2004
-
-
Chris Lattner authored
llvm-svn: 14753
-
Chris Lattner authored
the ability to dynamically load and use targets that are not linked into it statically. e.g.: llc -load libparisc.so -march=parisc foo.bc -o foo.s llvm-svn: 14751
-
Chris Lattner authored
llvm-svn: 14740
-
Chris Lattner authored
llvm-svn: 14739
-
- Jul 04, 2004
-
-
Reid Spencer authored
llvm-svn: 14623
-
- Jul 02, 2004
-
-
Brian Gaeke authored
llvm-svn: 14568
-
Reid Spencer authored
llvm-svn: 14555
-
- Jun 30, 2004
-
-
Reid Spencer authored
Ensure output occurs even in the face of an error. llvm-svn: 14499
-
Reid Spencer authored
is no more. llvm-svn: 14498
-
- Jun 25, 2004
-
-
Chris Lattner authored
but allows us to generate valid code on hosts (like windows) that do newline translation for text files. llvm-svn: 14418
-
Chris Lattner authored
anders-aa llvm-svn: 14395
-
- Jun 23, 2004
-
-
Misha Brukman authored
llvm-svn: 14352
-
Misha Brukman authored
llvm-svn: 14351
-
- Jun 10, 2004
-
-
Reid Spencer authored
llvm-svn: 14119
-
Reid Spencer authored
llvm-svn: 14114
-
- Jun 08, 2004
-
-
Reid Spencer authored
Simplify the file handling. It now only writes to std::cout. llvm-svn: 14059
-
- Jun 07, 2004
-
-
Chris Lattner authored
llvm-svn: 14049
-
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
bytecode files on win32 systems. We keep the shell script on unix systems because it is much more transparent for the users and supports -load options. This allows llvmgcc work correctly on win32 systems without the -native or -native-cbe options. llvm-svn: 13946
-
Misha Brukman authored
llvm-svn: 13943
-
Chris Lattner authored
to reduce the inter-file interface in the gccld tool and gets some uninteresting code out of gccld.cpp. llvm-svn: 13942
-
Chris Lattner authored
llvm-svn: 13941
-