Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).
[oota-llvm.git] / include / llvm / ADT / IndexedMap.h
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-02-20 Misha BrukmanFixed lint errors:
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-02-01 Chris Lattnerrename DenseMap to IndexedMap.
2007-02-01 Chris Lattnerrename DenseMap -> IndexedMap.
2004-09-30 Alkis EvlogimenosRemove whitespace from the end of the line.
2004-09-09 Chris LattnerAdd missing #include
2004-09-02 Alkis EvlogimenosPull in definition of std::unary_function.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Alkis EvlogimenosAdd size member function.
2004-08-26 Alkis EvlogimenosAdd default index functor (an identity functor). You...
2004-02-26 Chris LattnerFix a bug in the densemap that was killing the local...
2004-02-26 Chris LattnerFix typeo. grow() cannot shrink storage. clear()...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...