aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2004-04-28Squelch compile-time warning (profile build).Misha Brukman
2004-04-27Fix warning building in optimized modeChris Lattner
2004-04-27Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris 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-12Write select instructions to bytecodeChris Lattner
2004-03-12Read select instrs from bytecodeChris Lattner
2004-02-15Adjustments to support the new ConstantAggregateZero classChris 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-02-09Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefsChris Lattner
2004-02-01Remove all of the annoying statistics now that I'm finished (for the nearChris Lattner
2004-01-21Implement ModuleProvider::materializeModule() by only materializing functionsMisha Brukman
2004-01-20SlotCalculator.h movedChris Lattner
2004-01-20Move SlotCalculator.h from include/llvm to include/llvm/AnalysisChris Lattner
2004-01-20Fix PR212 - Bytecode reader misreads 'long -9223372036854775808'!Chris Lattner
2004-01-20Fix bogus warning and simplify codeChris Lattner
2004-01-20Major changes. Now we only compactify individual type planes if it is inChris Lattner
2004-01-20add a method proto, make a method not inlineChris 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-18Remove -debug outputChris Lattner
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