aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/Writer.cpp
AgeCommit message (Expand)Author
2004-10-14Today is not my day. Fix broken #Chris Lattner
2004-10-14unbreak previous checkin :(Chris Lattner
2004-10-14Add back a missing parenChris Lattner
2004-10-14Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner
2004-10-14Minor cleanupsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-27Prevent an empty compaction table from being written to the bytecode file.Reid Spencer
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-17Bytecode File Format Changes:Reid Spencer
2004-08-17Correct the comments in the symbol table writer to reflect reality.Reid Spencer
2004-08-04Stop using getValues().Alkis Evlogimenos
2004-07-25Adjust to new Module.h interface for dependent libraries.Reid Spencer
2004-07-25bug 263:Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-04Remove Tabs.Reid Spencer
2004-07-04Implement new output functions for types and compacted type planes. AlsoReid Spencer
2004-06-25No functionality changes here:Chris Lattner
2004-06-25Fix more warnings building with VC++Chris Lattner
2004-05-27Use the SymbolTable::isEmpty() method instead of checking for no valueReid Spencer
2004-05-26Part of bug 122:Reid Spencer
2004-05-25Changed to use SymbolTable's new iteration interfaces.Reid Spencer
2004-04-05Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner
2004-02-01Remove all of the annoying statistics now that I'm finished (for the nearChris 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-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-15Fix PR73: bytecode format inconsistentChris Lattner
2004-01-14The new bytecode format supports emitting strings a special case. This isChris Lattner
2004-01-14Ok, I can't handle it. This is a temporary checkin of a ton of statistics thatChris Lattner
2004-01-14Toggle sense of flagChris 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-10Finegrainify namespacificationChris Lattner
2003-12-01Emit & read more compressed bytecode by not emitting a bytecodeblock forChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-18add support for new linkage typesChris Lattner
2003-10-18Updated to emit the final 1.0 bytecode format. This supports weak linkage,Chris Lattner
2003-10-17Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos
2003-10-16Add support for 'weak' linkage.Chris Lattner
2003-10-13Regularize header file commentsChris Lattner
2003-09-15Fix a spello Misha made while fixing one of my appostrificationsChris Lattner
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-08-24Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-05-22Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llxChris Lattner