* Make sure that the size of the type field can also control the output
[oota-llvm.git] / lib / Bytecode / Writer /
2001-07-28 Chris Lattner* Make sure that the size of the type field can also...
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 LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-15 Chris LattnerAdd support to the bytecode writer 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 LattnerNeg instruction removed. Cast instruction implemented.
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-06 Chris LattnerInitial revision