- Jul 16, 2004
-
-
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
-
Chris Lattner authored
llvm-svn: 13939
-
Chris Lattner authored
llvm-svn: 13938
-
Chris Lattner authored
bytecode files on systems that don't support #!/bin/sh natively (ie, win32). llvm-svn: 13937
-
- May 27, 2004
-
-
Chris Lattner authored
llvm-svn: 13844
-
Reid Spencer authored
optimization pasess fail. This is necessary to avoid breaking feature tests in the tests suite that depend on this behavior. *sigh* llvm-svn: 13832
-
Reid Spencer authored
output produces confusing results in TestRunner.sh llvm-svn: 13828
-
Chris Lattner authored
llvm-svn: 13822
-
Chris Lattner authored
llvm-svn: 13820
-
Chris Lattner authored
llvm-svn: 13815
-
Chris Lattner authored
llvm-svn: 13813
-
- May 25, 2004
-
-
Reid Spencer authored
llvm-svn: 13754
-
- May 12, 2004
-
-
Chris Lattner authored
llvm-svn: 13502
-
Chris Lattner authored
llvm-svn: 13491
-