aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer
AgeCommit message (Expand)Author
2003-04-16Add support to the bytecode reader/writer for the new linkage typesChris Lattner
2003-03-19* Change the order that globals and constants are processed inChris Lattner
2003-03-19Changes to the V2 bytecode format:Chris Lattner
2003-01-21Don't keep track of # big vs #small instructions seperatelyChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-10-14Clean up code a bit, no functionality changes.Chris Lattner
2002-10-14Minor cleanups, no changes to functionalityChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-14On the quest of eliminating unnecessary includes.Misha Brukman
2002-07-30Cleanup ConstantExpr handling:Chris Lattner
2002-07-26*** empty log message ***Chris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-07-23Register the WriteBytecodePassChris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-14Add support for writing ConstantExpr nodes.Vikram S. Adve
2002-07-14Write out the plane for types first, since values of primitive typesVikram S. Adve
2002-07-14Use a helper function outputConstantsInPlane in outputConstants.Vikram S. Adve
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-06-05Fix constness problemChris Lattner
2002-05-06Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-18Make debugging code not use getStrValueChris Lattner
2002-04-16Remove old frivolous uses of getStrValue in a debugging statementChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-09Use opaque decl instead of #includeChris Lattner
2002-04-08s/method/functionChris Lattner
2002-04-07* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-04-04s/MethodType/FunctionTypeChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-26Remove unneccesary forward declarations for classesChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14Remove unsized array supportChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-29Move support directoryChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Implement internal method supportChris Lattner
2001-11-04Fix obscure nasty bug with bytecode writing that could cause the last byte to...Chris Lattner
2001-10-23Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner
2001-10-23Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner
2001-10-21Fix problem with a cast instruction that must be expanded to type 0Chris Lattner
2001-10-18Dang, we were losing the Constant bit on globals. Fix thisChris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner