aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dang, we were losing the Constant bit on globals. Fix thisChris Lattner2001-10-181-1/+1
* * Use new style casts moreChris Lattner2001-10-131-6/+2
* Convert more code to use new style castsChris Lattner2001-10-011-3/+3
* Add more support for new style castsChris Lattner2001-10-011-1/+2
* Add support for new style castsChris Lattner2001-10-011-1/+1
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-2/+14
* Implement global variable supportChris Lattner2001-09-101-1/+12
* * Emit bytecode using a deque instead of a vector to be fasterChris Lattner2001-09-071-46/+85
* * The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-141-1/+1
* Miscellaneous cleanups:Chris Lattner2001-06-271-12/+8
* Initial revisionChris Lattner2001-06-061-0/+182