- Jun 08, 2004
-
-
Chris Lattner authored
llvm-svn: 14071
-
Chris Lattner authored
symbols with. Therefore, if you do not use struct/class consistently, you can get LINK ERRORS. grr. This fixes the link errors for libsupport and vmcore. -Chris llvm-svn: 14070
-
Misha Brukman authored
llvm-svn: 14068
-
Reid Spencer authored
GetQMTestResults function closes all its open tags. * Cause XFAIL results to not be reported at all except in the stats. llvm-svn: 14067
-
Reid Spencer authored
between LLVM versions. This is just a reminder so I don't forget to document it. llvm-svn: 14066
-
Reid Spencer authored
llvm-svn: 14065
-
Chris Lattner authored
llvm-svn: 14064
-
Chris Lattner authored
llvm-svn: 14063
-
Chris Lattner authored
llvm-svn: 14062
-
Chris Lattner authored
llvm-svn: 14061
-
Chris Lattner authored
llvm-svn: 14060
-
Reid Spencer authored
Simplify the file handling. It now only writes to std::cout. llvm-svn: 14059
-
Reid Spencer authored
store the output of the bytecode dumper. llvm-svn: 14058
-
Reid Spencer authored
files. It was reading non-initialized global vars when the flag said it was initialized and vice versa. Causes mis-alignment since initialized and non-initialized constants have different bytecode lengths. llvm-svn: 14057
-
Reid Spencer authored
needs the BytecodeHandler interface which is now in Parser.h llvm-svn: 14056
-
Reid Spencer authored
llvm-svn: 14055
-
Reid Spencer authored
must always coexist. Cleaned up the documentation on these interfaces significantly. This is in preparation for moving Parser.h to the include directories to make it a public interface. llvm-svn: 14054
-
Chris Lattner authored
Dominance properties don't hold in unreachable code llvm-svn: 14053
-
Chris Lattner authored
llvm-svn: 14052
-
- Jun 07, 2004
-
-
Chris Lattner authored
system specific stuff on HAVE_MKSTEMP llvm-svn: 14051
-
Chris Lattner authored
getrusage implementation on HAVE_GETRUSAGE llvm-svn: 14050
-
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
-
John Criswell authored
llvm-svn: 14047
-
- Jun 05, 2004
-
-
Chris Lattner authored
llvm-svn: 14046
-
Chris Lattner authored
llvm-svn: 14045
-
Chris Lattner authored
llvm-svn: 14044
-
Reid Spencer authored
llvm-svn: 14043
-
Reid Spencer authored
llvm-svn: 14042
-
Alkis Evlogimenos authored
llvm-svn: 14041
-
Chris Lattner authored
Work around for bogus errors: no those static functions don't need to be executed to be initialized! llvm-svn: 14040
-
Chris Lattner authored
llvm-svn: 14039
-
Chris Lattner authored
llvm-svn: 14038
-
Chris Lattner authored
llvm-svn: 14037
-
Chris Lattner authored
llvm-svn: 14036
-
Chris Lattner authored
llvm-svn: 14035
-
Chris Lattner authored
up with, even though it's perfectly conformant code. :( llvm-svn: 14034
-
Chris Lattner authored
llvm-svn: 14033
-
Chris Lattner authored
llvm-svn: 14032
-
Chris Lattner authored
llvm-svn: 14031
-