Add a GetElementPtrInst::getIndexedType that accepts uint64_t's instead of just Value*'s.
[oota-llvm.git] / include / llvm / ADT / ImmutableList.h
2008-07-11 Ted KremenekMinor tweaks to the ImmutableList iterator interface.
2008-07-02 Ted KremenekImplemented operator!= for the ImmutableList iterator.
2008-06-30 Ted KremenekAdded some comments and some cleanups.
2008-06-30 Ted KremenekAdded ImmutableList, a companion ADT to ImmutableSet...