Add support for indirect calls
[oota-llvm.git] / include / llvm / iOther.h
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