aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer
AgeCommit message (Expand)Author
2003-09-30Standardize header file commentsChris Lattner
2003-09-15Fix a spello Misha made while fixing one of my appostrificationsChris Lattner
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-09-08Add support for writing volatile load/storesChris Lattner
2003-08-24Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner
2003-07-23Remove redundant const qualifiers from cast<> expressionsChris Lattner
2003-07-23Remove explicit const qualifiersChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-05-22Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llxChris Lattner
2003-05-08Add support for the new va_arg instructionChris Lattner
2003-04-22Add support for reading and writing pointersize/endianness to and from bytecodeChris Lattner
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