summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This isChris Lattner2004-01-102-1/+142
* Finegrainify namespacificationChris Lattner2004-01-103-12/+4
* Emit & read more compressed bytecode by not emitting a bytecodeblock forChris Lattner2003-12-012-12/+7
* Remove usage of ConstantPointerChris Lattner2003-11-171-3/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-114-0/+15
* Explicitly cast type, so we aren't passing output_vbr a size_t.Brian Gaeke2003-10-291-1/+1
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-203-0/+21
* 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-182-22/+40
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-173-26/+26
* Add support for 'weak' linkage.Chris Lattner2003-10-161-2/+13
* Regularize header file commentsChris Lattner2003-10-134-12/+4
* Fix a spello Misha made while fixing one of my appostrificationsChris Lattner2003-09-151-1/+1
* Fixed spelling and grammar.Misha Brukman2003-09-112-4/+4
* Add support for writing volatile load/storesChris Lattner2003-09-081-22/+22
* Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner2003-08-241-3/+6
* Remove explicit const qualifiersChris Lattner2003-07-231-10/+10
* 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 the new va_arg instructionChris Lattner2003-05-081-4/+4
* 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-193-48/+54
* Don't keep track of # big vs #small instructions seperatelyChris Lattner2003-01-211-8/+3
* - 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-012-5/+5
* On the quest of eliminating unnecessary includes.Misha Brukman2002-09-141-2/+0
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-3/+4
* *** empty log message ***Chris Lattner2002-07-262-0/+17
* Register the WriteBytecodePassChris Lattner2002-07-231-0/+5
* *** empty log message ***Chris Lattner2002-07-231-3/+0
* Add support for writing ConstantExpr nodes.Vikram S. Adve2002-07-141-1/+23
* Write out the plane for types first, since values of primitive typesVikram S. Adve2002-07-141-35/+57
* Use a helper function outputConstantsInPlane in outputConstants.Vikram S. Adve2002-07-141-0/+2
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-253-42/+38
* Fix constness problemChris Lattner2002-06-051-2/+2
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-292-2/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-282-5/+4
* 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
* s/method/functionChris Lattner2002-04-081-1/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-072-14/+11
OpenPOWER on IntegriCloud