- Jun 10, 2004
-
-
Reid Spencer authored
llvm-svn: 14115
-
Reid Spencer authored
llvm-svn: 14113
-
- Jun 09, 2004
-
-
Reid Spencer authored
llvm-svn: 14093
-
Reid Spencer authored
llvm-svn: 14091
-
Reid Spencer authored
llvm-svn: 14090
-
Reid Spencer authored
Don't dump functions unless "detailedResults" is requested. llvm-svn: 14089
-
Reid Spencer authored
llvm-svn: 14088
-
Reid Spencer authored
llvm-svn: 14087
-
Reid Spencer authored
in doxygen. llvm-svn: 14084
-
- Jun 08, 2004
-
-
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
-
- 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
-
- May 30, 2004
-
-
Reid Spencer authored
llvm-svn: 13900
-
- May 28, 2004
-
-
Chris Lattner authored
space llvm-svn: 13864
-
- May 27, 2004
-
-
Reid Spencer authored
planes. A SymbolTable could still have types in it! This fixes problems with two regression tests that failed because a symbol table that only contained types was being omitted from bytecode files. Thanks to Chris for the reduced test case that helped find this immediately. llvm-svn: 13842
-
- May 26, 2004
-
-
Reid Spencer authored
This change removes the BuildBytecodeInfo flag from the SlotCalculator class. This flag was needed to distinguish between the Bytecode/Writer and the AsmWriter. Now that AsmWriter doesn't use SlotCalculator, we can remove this flag and simplify some code. Also, some minor name changes to CachedWriter.h needed to be committed (missed in previous commit). llvm-svn: 13785
-
- May 25, 2004
-
-
Reid Spencer authored
compliant. Thanks, Chris. llvm-svn: 13771
-
Reid Spencer authored
SlotTable. llvm-svn: 13766
-
Reid Spencer authored
llvm-svn: 13765
-
Reid Spencer authored
the Abstract Data Type that holds slot number values and associates them with Type* and Value*. The SlotTable is simply the holder of the slot numbers and provides a controlled interface for building the table. It does not enforce any particular idiom or functionality for manipulating the slot numbers. This is part of bug_122. The SlotCalculator and SlotMachine classes will follow. llvm-svn: 13764
-
Reid Spencer authored
llvm-svn: 13759
-
- Apr 28, 2004
-
-
Misha Brukman authored
llvm-svn: 13228
-
- Apr 27, 2004
-
-
Chris Lattner authored
llvm-svn: 13190
-
- Apr 05, 2004
-
-
Chris Lattner authored
to index into structure types and allows arbitrary 32- and 64-bit integer types to index into sequential types. llvm-svn: 12651
-
- Apr 04, 2004
-
-
Chris Lattner authored
prerelease format for LLVM bytecode files. Now we only are compatible with LLVM 1.0+. llvm-svn: 12643
-
- Mar 31, 2004
-
-
Brian Gaeke authored
In ReadArchiveBuffer, make sure that MemberName is set in the case where getObjectType would want to return SVR4LongFilename. llvm-svn: 12567
-
Chris Lattner authored
llvm-svn: 12563
-
- Mar 29, 2004
-
-
Chris Lattner authored
Contributed by Reid Spencer llvm-svn: 12523
-
- Mar 12, 2004
-
-
Chris Lattner authored
llvm-svn: 12315
-
Chris Lattner authored
llvm-svn: 12314
-
- Feb 09, 2004
-
-
Chris Lattner authored
llvm-svn: 11233
-
Chris Lattner authored
llvm-svn: 11228
-
Chris Lattner authored
llvm-svn: 11224
-
- Feb 01, 2004
-
-
Chris Lattner authored
term) working on bytecode size stuff. llvm-svn: 11046
-
- Jan 21, 2004
-
-
Misha Brukman authored
that are still left in the lazy reader map. llvm-svn: 10944
-
- Jan 20, 2004
-
-
Chris Lattner authored
llvm-svn: 10931
-
Chris Lattner authored
Fix testcase test/Regression/Assembler/2004-01-20-MaxLongLong.llx llvm-svn: 10928
-
Chris Lattner authored
llvm-svn: 10924
-