aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Write out the plane for types first, since values of primitive typesVikram S. Adve2002-07-141-35/+57
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-23/+19
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-4/+3
* Make debugging code not use getStrValueChris Lattner2002-04-181-2/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-13/+10
* s/Method/FunctionChris Lattner2002-03-291-1/+1
* Change references from Method to FunctionChris Lattner2002-03-261-8/+8
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-7/+7
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-4/+4
* Move support directoryChris Lattner2001-11-291-1/+1
* Implement internal method supportChris Lattner2001-11-261-4/+6
* Fix obscure nasty bug with bytecode writing that could cause the last byte to...Chris Lattner2001-11-041-2/+5