aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2002-09-13Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner
2002-08-22Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner
2002-08-22Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner
2002-08-21Emit an obnoxious warning message for bytecode that includes load/storeChris Lattner
2002-08-19Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llxChris Lattner
2002-08-18Turn off a debugging optimization that just slows bytecode reading downChris Lattner
2002-08-17Fix stupid oversight of missing #include.Chris Lattner
2002-08-17 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner
2002-08-14Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner
2002-07-30Cleanup ConstantExpr handling:Chris Lattner
2002-07-30Cleanup ConstantExpr handling:Chris Lattner
2002-07-26*** empty log message ***Chris Lattner
2002-07-25Break line to fit 80 columnsChris 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-18ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner
2002-07-16added std:: to pairAnand Shukla
2002-07-16added std:: to vectorAnand Shukla
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-07-14Add support for reading ConstantExpr nodes.Vikram S. Adve
2002-07-14Add support for reading ConstantExpr nodes.Vikram S. Adve
2002-06-30Convert tabs to spacesChris Lattner
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-06-05Fix constness problems now that the cast operators preserve the constnessChris 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-28Remove unneccesary #includeChris 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-08llvm/Assembly/Writer.h is unneccesary except for extreme outputChris 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-07Enable better debug output. When debugging the type system, print out theChris Lattner
2002-04-04s/MethodType/FunctionTypeChris Lattner
2002-04-04Add debug supportChris 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