Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / iOther.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-18 Chris LattnerNew revised variable argument handling support
2003-09-30 Chris LattnerStandardize header file comments
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-10 Joel StanleyFixed comment.
2003-05-08 Chris LattnerAdd new VarArgInst class for the va_arg instruction
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2003-02-01 Joel StanleyAdded protos for two alternate, convenient CallInst...
2002-09-10 Chris LattnerImplement support for inserting an instruction into...
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerUse explicit .get() calls to avoid having to #include...
2002-04-08 Chris Lattner* Add virtual print methods
2002-03-29 Chris LattnerRemove getCalledMethod. Use getCalledFunction instead
2002-03-26 Chris LattnerTransform uses of Method into uses of Function.
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-03 Chris LattnerAdd a helper function to PHI node
2001-11-01 Chris LattnerAdd some useful accessors
2001-10-13 Chris LattnerAdd support for indirect calls
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 LattnerAdd support for new style casts
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-07 Chris LattnerProvide a way to change the incoming value for a phi...
2001-09-07 Chris Lattner* Fix long standing problems that would affect inlining...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-14 Chris LattnerMade the following changes:
2001-07-08 Chris LattnerImplemented shl, shl, & load instructions
2001-07-08 Chris LattnerMoved Cast from being a Unary instruction to being...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerRemove dtor's that simply call dropAllReferences
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerMinor formating changes
2001-06-22 Chris LattnerAdd accessor methods to binary/unary operators
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris LattnerFixes for BB iterators, additional methods added for...
2001-06-06 Chris LattnerInitial revision