Age | Commit message (Expand) | Author |
2004-06-08 | Fix the bug that was preventing the parser from working on all bytecode | Reid Spencer |
2004-06-08 | Adjust what's included to compensate for changes in Parser.h | Reid Spencer |
2004-06-08 | Merged BytecodeHandler.h into Parser.h since the parser and the handler | Reid Spencer |
2004-06-07 | Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool | Reid Spencer |
2004-05-28 | Use the new FileUtilities.h API for mapping a file into an address | Chris Lattner |
2004-04-28 | Squelch compile-time warning (profile build). | Misha Brukman |
2004-04-27 | Fix warning building in optimized mode | Chris Lattner |
2004-04-05 | Implement support for a new LLVM 1.3 bytecode format, which uses uint's | Chris Lattner |
2004-04-03 | Remove a bunch of cruft that was used to be backwards compatible with the last | Chris Lattner |
2004-03-31 | Use the true, decoded name of the archive member in getObjectType. | Brian Gaeke |
2004-03-31 | Add support for reading constantexpr select instructions | Chris Lattner |
2004-03-29 | Make error message a bit nicer. | Chris Lattner |
2004-03-12 | Read select instrs from bytecode | Chris Lattner |
2004-02-09 | This debugging hook is no longer needed. | Chris Lattner |
2004-02-09 | Adjust to the changed StructType interface. In particular, getElementTypes()... | Chris Lattner |
2004-02-09 | Start using the new and improve interface to FunctionType arguments | Chris Lattner |
2004-01-21 | Implement ModuleProvider::materializeModule() by only materializing functions | Misha Brukman |
2004-01-20 | Fix PR212 - Bytecode reader misreads 'long -9223372036854775808'! | Chris Lattner |
2004-01-20 | Fix bogus warning and simplify code | Chris Lattner |
2004-01-20 | Bugfixes for dealing with partially compactified functions | Chris Lattner |
2004-01-18 | Save another 30K from 176.gcc by encoding the compaction table a bit more | Chris Lattner |
2004-01-18 | Add support for reading bytecode files with compactiontables for bytecode files. | Chris Lattner |
2004-01-17 | Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive | Chris Lattner |
2004-01-15 | Allow bytecode files to refer directly to global values as constants, instead | Chris Lattner |
2004-01-15 | Fix more breakage with string change. | Chris Lattner |
2004-01-15 | Fix PR73 | Chris Lattner |
2004-01-15 | Fix brokenness in my last checking | Chris Lattner |
2004-01-15 | Change all of the bytecode reader primitives to throw exceptions instead of | Chris Lattner |
2004-01-14 | Version 1.2 now supports encoding strings as a special case, to avoid having | Chris Lattner |
2004-01-14 | Like output_data, it's obvious that input_data was only used with 1 character | Chris Lattner |
2004-01-14 | Remove support for the pre-1.0 bytecode version #1. This will become | Chris Lattner |
2004-01-12 | Don't use ConstantExpr::getShift anymore | Chris Lattner |
2004-01-10 | * finegrainify namespacification of ArchiveReader.cpp | Chris Lattner |
2004-01-09 | Inching our way towards fixing PR82 | Chris Lattner |
2003-12-30 | remove some useless #includes | Chris Lattner |
2003-12-30 | Use new getFileSize function instead of sys/stat.h directly. | Chris Lattner |
2003-12-29 | Factor FDHandle out of the bytecode reader into the FileUtilities.h support | Chris Lattner |
2003-12-26 | minor cleanups | Chris Lattner |
2003-12-22 | Reverted back to revision 1.11. The previous fix doesn't really fix | John Criswell |
2003-12-20 | Fix PR#193. | John Criswell |
2003-12-17 | Make getObjectType() smarter about ranlibbed Mac OS X archives. | Brian Gaeke |
2003-12-12 | Throw better error messages, by calling strerror(errno) when we | Brian Gaeke |
2003-12-11 | In getObjectType(), doxygenify comment, and take a pointer to the | Brian Gaeke |
2003-12-01 | Emit & read more compressed bytecode by not emitting a bytecodeblock for | Chris Lattner |
2003-11-19 | * Finegrainify namespacification | Chris Lattner |
2003-11-19 | Minor efficiency improvements, finegrainify namespacification | Chris Lattner |
2003-11-19 | In the future, these slabs can be null... | Chris Lattner |
2003-11-19 | Minor efficiency improvements all over. Finegrainify Namespacification | Chris Lattner |
2003-11-19 | Fine grainify namespacification, #include file that defines the interface! | Chris Lattner |
2003-11-19 | Minor speedup to do less linear time searches of information we already have. | Chris Lattner |