Split ConstantVals.h into Constant.h and Constants.h
[oota-llvm.git] / lib / Bytecode / Writer /
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-18 Chris LattnerMake debugging code not use getStrValue
2002-04-16 Chris LattnerRemove old frivolous uses of getStrValue in a debugging...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerUse opaque decl instead of #include
2002-04-08 Chris Lattners/method/function
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-26 Chris LattnerRemove unneccesary forward declarations for classes
2002-03-23 Chris LattnerRename Method to Function
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-29 Chris LattnerMove support directory
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement internal method support
2001-11-04 Chris LattnerFix obscure nasty bug with bytecode writing that could...
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-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-13 Chris Lattner* Use new style casts more
2001-10-13 Chris LattnerSupport pointers to globals happily
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-10 Chris LattnerModuleTyID doesn't exist anyymore
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* 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-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