summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-4/+4
* s/MethodType/FunctionTypeChris Lattner2002-04-041-2/+2
* s/Method/FunctionChris Lattner2002-03-292-4/+4
* Change references from Method to FunctionChris Lattner2002-03-261-8/+8
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-204-17/+19
* Remove unsized array supportChris Lattner2001-12-141-3/+1
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-042-3/+3
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-033-20/+20
* 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
* Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner2001-10-231-28/+28
* Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner2001-10-231-0/+5
* Fix problem with a cast instruction that must be expanded to type 0Chris Lattner2001-10-211-2/+9
* Dang, we were losing the Constant bit on globals. Fix thisChris Lattner2001-10-181-1/+1
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-2/+2
* * Use new style casts moreChris Lattner2001-10-133-25/+41
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-4/+6
* Commit more code over to new cast styleChris Lattner2001-10-021-5/+5
* 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-012-2/+2
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-301-0/+5
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-2/+14
* ModuleTyID doesn't exist anyymoreChris Lattner2001-09-102-2/+1
* Implement global variable supportChris Lattner2001-09-101-1/+12
* * Emit bytecode using a deque instead of a vector to be fasterChris Lattner2001-09-074-73/+114
* * Make sure that the size of the type field can also control the outputChris Lattner2001-07-281-0/+6
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-252-4/+57
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-232-2/+1
* Add support to the bytecode writer to recognize floating point constantsChris Lattner2001-07-151-4/+10
* * The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-141-1/+1
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-5/+14
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+9
* Broad superficial changes:Chris Lattner2001-07-071-7/+7
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-072-20/+18
* Miscellaneous cleanups:Chris Lattner2001-06-271-12/+8
* Convert ugly postincrement to efficient preincrementChris Lattner2001-06-271-2/+2
* Initial revisionChris Lattner2001-06-065-0/+601
OpenPOWER on IntegriCloud