aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2001-10-03Rename getNullPointer to getNullChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-09-30Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-09-18Add support for global constants, and for initializers for constantsChris Lattner
2001-09-14Fix a bug with not removing method level types after compilationChris Lattner
2001-09-10ModuleTyID doesn't exist anyymoreChris Lattner
2001-09-10getMethodType is now just getTypeChris Lattner
2001-09-10Implement global variable supportChris Lattner
2001-09-07* Emit bytecode using a deque instead of a vector to be fasterChris Lattner
2001-09-07* Remove support for internal constant poolChris Lattner
2001-09-07* Slot calc is now simpler and not based on module analyzer.Chris Lattner
2001-09-07Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzerChris Lattner
2001-07-28* Make sure that the size of the type field can also control the outputChris Lattner
2001-07-28* Add calls to failure template so that it is actually possible to debugChris Lattner
2001-07-26Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner
2001-07-26Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner
2001-07-25Add support for extern varargs methods & varargs method callsChris Lattner
2001-07-23Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-15Add support to the bytecode writer to recognize floating point constantsChris Lattner
2001-07-15Add support to the bytecode reader to recognize floating point constantsChris Lattner
2001-07-14* The parent of a constant pool is a symtabvalue, not a value.Chris Lattner
2001-07-14* The parent of a constant pool is a SymTabValue, not a value.Chris Lattner
2001-07-08Implementation of Store & GetElementPtrChris Lattner
2001-07-08Implemented shl, shl, & load instructionsChris Lattner
2001-07-08Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner
2001-07-08Neg instruction removed. Cast instruction implemented.Chris Lattner
2001-07-07Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-07-07Fixed some error messages to be nicerChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-27Convert ugly postincrement to efficient preincrementChris Lattner
2001-06-25Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner
2001-06-11Updates to supportChris Lattner
2001-06-08Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner
2001-06-06Initial revisionChris Lattner