summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* Fix an apparent ambiguity compiling on PPCChris Lattner2005-03-071-1/+1
* simplify and speed up some codeChris Lattner2005-03-061-1/+1
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-271-1/+1
* Check in some patches for better assertionsChris Lattner2004-12-041-0/+1
* Adjust to Compressor interface changeReid Spencer2004-11-251-2/+1
* Do not emit FunctionBlock blocks for external functions. This shrinksChris Lattner2004-11-151-3/+5
* Disable this change, it was prematureChris Lattner2004-11-151-3/+3
* If a function is external, do not output a FunctionBlock for the functionChris Lattner2004-11-151-3/+3
* Simplify compression code by using the high level interface to the CompressorReid Spencer2004-11-141-73/+4
* * Add comments and cleanup per CL code reviewReid Spencer2004-11-071-31/+65
* Add support for compressed bytecodeReid Spencer2004-11-061-20/+77
* Add support for undef, unreachable, and function flagsChris Lattner2004-10-161-14/+17
* Today is not my day. Fix broken #Chris Lattner2004-10-141-1/+1
* unbreak previous checkin :(Chris Lattner2004-10-141-1/+1
* Add back a missing parenChris Lattner2004-10-141-2/+2
* Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner2004-10-141-26/+15
* Minor cleanupsChris Lattner2004-10-141-7/+3
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Prevent an empty compaction table from being written to the bytecode file.Reid Spencer2004-08-271-8/+12
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-0/+21
* Bytecode File Format Changes:Reid Spencer2004-08-171-25/+16
* Correct the comments in the symbol table writer to reflect reality.Reid Spencer2004-08-171-3/+7
* Stop using getValues().Alkis Evlogimenos2004-08-041-4/+3
* Adjust to new Module.h interface for dependent libraries.Reid Spencer2004-07-251-2/+2
* bug 263:Reid Spencer2004-07-251-47/+762
* bug 122:Reid Spencer2004-07-181-8/+8
* Remove Tabs.Reid Spencer2004-07-041-4/+4
* Implement new output functions for types and compacted type planes. AlsoReid Spencer2004-07-041-51/+68
* No functionality changes here:Chris Lattner2004-06-251-7/+4
* Fix more warnings building with VC++Chris Lattner2004-06-251-3/+1
* Use the SymbolTable::isEmpty() method instead of checking for no valueReid Spencer2004-05-271-1/+1
* Part of bug 122:Reid Spencer2004-05-261-1/+1
* Changed to use SymbolTable's new iteration interfaces.Reid Spencer2004-05-251-6/+18
* Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner2004-04-051-3/+3
* Remove all of the annoying statistics now that I'm finished (for the nearChris Lattner2004-02-011-31/+0
* Bugfixes for dealing with partially compactified functionsChris Lattner2004-01-201-8/+10
* Save another 30K from 176.gcc by encoding the compaction table a bit moreChris Lattner2004-01-181-3/+15
* Remove -debug outputChris Lattner2004-01-181-7/+0
* Add support for writing bytecode files with compactiontables for bytecode files.Chris Lattner2004-01-181-23/+64
* Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitiveChris Lattner2004-01-171-1/+6
* If these blocks are empty, there is no reason to even emit the bytecode blocks.Chris Lattner2004-01-151-2/+4
* Fix PR73: bytecode format inconsistentChris Lattner2004-01-151-2/+0
* The new bytecode format supports emitting strings a special case. This isChris Lattner2004-01-141-5/+15
* Ok, I can't handle it. This is a temporary checkin of a ton of statistics thatChris Lattner2004-01-141-5/+45
* Toggle sense of flagChris Lattner2004-01-141-1/+1
* Do not bother to emit a BytecodeBlock for an empty symbol table. This commonlyChris Lattner2004-01-101-0/+4
* Err, we don't need Config/*.h files for things that are standard C++Chris Lattner2004-01-101-1/+1
* minor comment tweaksChris Lattner2004-01-101-5/+1
* Finegrainify namespacificationChris Lattner2004-01-101-5/+2
OpenPOWER on IntegriCloud