aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2003-03-19* Bug fixes:Chris Lattner
2003-03-06Infrastructure for more compact bytecode files and REAL support for versioningChris Lattner
2003-03-06s/Method/Function in variable and method namesChris Lattner
2003-03-06Continue simplifying error handling, s/method/functionChris Lattner
2003-03-06Cleanup error handling constructsChris Lattner
2003-03-06Pull common code outChris Lattner
2003-03-06Use the std namespace explicitlyChris 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-23 - Fix a really nasty bug in the bytecode reader that caused it to failChris Lattner
2002-10-22Wow, for some reason, when reading bytecode from stdin, we were only readingChris Lattner
2002-10-14Clean up code a bit, no functionality changes.Chris Lattner
2002-10-14There is no way to guarantee that constants are not forward referenced.Chris Lattner
2002-10-14Minor cleanups, no changes to functionalityChris Lattner
2002-10-13 - Change Function's so that their argument list is populated when they areChris Lattner
2002-10-13 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-20Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemi...Anand Shukla
2002-09-14On the quest of eliminating unnecessary includes.Misha Brukman
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