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