aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** empty log message ***Chris Lattner2002-07-241-1/+1
* 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-251-14/+14
* 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-283-6/+5
* Make debugging code not use getStrValueChris Lattner2002-04-181-2/+1
* Remove old frivolous uses of getStrValue in a debugging statementChris Lattner2002-04-161-2/+2
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-092-1/+2
* Use opaque decl instead of #includeChris 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-074-30/+31
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-072-25/+25
* 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
* Remove unneccesary forward declarations for classesChris Lattner2002-03-261-3/+0
* Rename Method to FunctionChris Lattner2002-03-231-3/+4
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-206-23/+26
* Remove unsized array supportChris Lattner2001-12-141-3/+1
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-043-4/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-034-26/+26
* Move support directoryChris Lattner2001-11-291-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2
* 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
* Support pointers to globals happilyChris Lattner2001-10-131-9/+37
* * 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-012-5/+5
* Add more support for new style castsChris Lattner2001-10-012-4/+5
* 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