aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Emit & read more compressed bytecode by not emitting a bytecodeblock forChris Lattner2003-12-011-11/+7
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* add support for new linkage typesChris Lattner2003-10-181-4/+4
* Updated to emit the final 1.0 bytecode format. This supports weak linkage,Chris Lattner2003-10-181-2/+2
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-171-8/+8
* Add support for 'weak' linkage.Chris Lattner2003-10-161-2/+13
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Fix a spello Misha made while fixing one of my appostrificationsChris Lattner2003-09-151-1/+1
* Fixed spelling and grammar.Misha Brukman2003-09-111-2/+2
* Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner2003-08-241-3/+6
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llxChris Lattner2003-05-221-16/+25
* Add support for reading and writing pointersize/endianness to and from bytecodeChris Lattner2003-04-221-2/+2
* Add support to the bytecode reader/writer for the new linkage typesChris Lattner2003-04-161-6/+6
* Changes to the V2 bytecode format:Chris Lattner2003-03-191-26/+38
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-4/+2
* Clean up code a bit, no functionality changes.Chris Lattner2002-10-141-10/+10
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-2/+2
* *** empty log message ***Chris Lattner2002-07-261-0/+6
* Register the WriteBytecodePassChris Lattner2002-07-231-0/+5