aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2004-01-18Add support for writing bytecode files with compactiontables for bytecode files.Chris Lattner
2004-01-18Add support for reading bytecode files with compactiontables for bytecode files.Chris Lattner
2004-01-18Add support for building the compactiontable for bytecode files. This shrinksChris Lattner
2004-01-18Add support for representing the "compaction table"Chris Lattner
2004-01-17Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitiveChris Lattner
2004-01-15If these blocks are empty, there is no reason to even emit the bytecode blocks.Chris Lattner
2004-01-15Cleanups & efficiency improvementsChris Lattner
2004-01-15The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwri...Chris Lattner
2004-01-15ConstantPointerRef's are no longer emitted. This saves 20028 bytes in theChris 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 PR73: bytecode format inconsistentChris 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-15Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it.Chris Lattner
2004-01-14Improve comments, add support for remembering the constants strings thatChris Lattner
2004-01-14The new bytecode format supports emitting strings a special case. This isChris Lattner
2004-01-14Version 1.2 now supports encoding strings as a special case, to avoid havingChris Lattner
2004-01-14When emitting bytecode, handle strings specially. Do not add the charactersChris Lattner
2004-01-14Like output_data, it's obvious that input_data was only used with 1 characterChris Lattner
2004-01-14It is obvious that this has never been used for outputing more than a singleChris Lattner
2004-01-14Be const correctChris Lattner
2004-01-14Ok, I can't handle it. This is a temporary checkin of a ton of statistics thatChris Lattner
2004-01-14Remove support for the pre-1.0 bytecode version #1. This will becomeChris Lattner
2004-01-14Toggle sense of flagChris Lattner
2004-01-14The only clients of the slot calculator are now the asmwriter and bcwriter.Chris Lattner
2004-01-12Don't use ConstantExpr::getShift anymoreChris Lattner
2004-01-11Urg, remove testing code.Chris Lattner
2004-01-11Fix a regression that I introduced yesterday. :(Chris Lattner
2004-01-10Check in two changes:Chris Lattner
2004-01-10Do not bother to emit a BytecodeBlock for an empty symbol table. This commonlyChris Lattner
2004-01-10Err, we don't need Config/*.h files for things that are standard C++Chris Lattner
2004-01-10minor comment tweaksChris Lattner
2004-01-10* finegrainify namespacification of ArchiveReader.cppChris Lattner
2004-01-10Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This isChris Lattner
2004-01-10Finegrainify namespacificationChris 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-21Finegrainify namespacificationChris Lattner
2003-11-19* Finegrainify namespacificationChris Lattner