Reoptimizer has moved to reopt cvs module.
[oota-llvm.git] / lib / Bytecode /
2001-11-26 Chris LattnerImplement internal method support
2001-11-26 Chris LattnerImplement array indexing
2001-11-12 Chris LattnerRemove debug info :(
2001-11-12 Chris LattnerFix bug in new assertion
2001-11-12 Chris LattnerAdd an assertion check
2001-11-12 Chris LattnerI don't know what I was thinking
2001-11-04 Chris LattnerFix obscure nasty bug with bytecode writing that could...
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-10-24 Chris LattnerFrivolous cleanups
2001-10-24 Chris LattnerDang it, do NOT check in code that enables debugging...
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-23 Chris LattnerOops, didn't mean to check in enabled debugging support. :(
2001-10-23 Chris LattnerFixed a LONG standing, SCARY problem with bytecode...
2001-10-23 Chris LattnerAllow unresolved/opaque types to be read and written...
2001-10-23 Chris LattnerFix another annoying bug that took forever to track...
2001-10-21 Chris LattnerFix problem with a cast instruction that must be expand...
2001-10-18 Chris LattnerDang, we were losing the Constant bit on globals. ...
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-14 Chris LattnerExternal methods shouldn't have argument lists
2001-10-13 Chris Lattner* Use new style casts more
2001-10-13 Chris Lattner* Add real support for global variable addresses initia...
2001-10-13 Chris LattnerSupport pointers to globals happily
2001-10-03 Chris LattnerRename getNullPointer to getNull
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-30 Chris LattnerImplement constant pointers, and null specifically...
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-14 Chris LattnerFix a bug with not removing method level types after...
2001-09-10 Chris LattnerModuleTyID doesn't exist anyymore
2001-09-10 Chris LattnergetMethodType is now just getType
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Emit bytecode using a deque instead of a vector to...
2001-09-07 Chris Lattner* Remove support for internal constant pool
2001-09-07 Chris Lattner* Slot calc is now simpler and not based on module...
2001-09-07 Chris LattnerSimplify SlotCalculator. SlotCalculator is now not...
2001-07-28 Chris Lattner* Make sure that the size of the type field can also...
2001-07-28 Chris Lattner* Add calls to failure template so that it is actually...
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-23 Chris LattnerDoh! Wrong accessor. Caused 'can not read bytecode...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-15 Chris LattnerAdd support to the bytecode writer to recognize floatin...
2001-07-15 Chris LattnerAdd support to the bytecode reader to recognize floatin...
2001-07-14 Chris Lattner* The parent of a constant pool is a symtabvalue, not...
2001-07-14 Chris Lattner* The parent of a constant pool is a SymTabValue, not...
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerImplemented shl, shl, & load instructions
2001-07-08 Chris LattnerMoved Cast from being a Unary instruction to being...
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerConvert BinaryOperand and UnaryOperator to only take...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-07-07 Chris LattnerFixed some error messages to be nicer
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-27 Chris LattnerConvert ugly postincrement to efficient preincrement
2001-06-25 Chris LattnerRenamed get.*Operator to create seeing that it would...
2001-06-11 Chris LattnerUpdates to support
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision