Compilation fix
[oota-llvm.git] / include / llvm / ADT / StringMap.h
2008-06-26 Bill WendlingRemove warnings about shadowed and unused variables.
2008-06-24 Dan GohmanPass std::string by reference. Thanks Chris!
2008-06-23 Dan GohmanAdd methods to StringMap to erase entries by key.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-05 Anton KorobeynikovDon't dereference an invalid pointer if string is empty.
2008-01-31 Anton KorobeynikovAdd convenient std::string helpers to StringMap. Patch...
2008-01-31 Anton KorobeynikovReapply the patch with fix.
2008-01-31 Chris Lattnerrevert anton's recent stringmap patch, which breaks...
2008-01-31 Anton KorobeynikovMake StringMap to be more STL'ish. Patch by Mikhail...
2008-01-31 Anton KorobeynikovWhitespace cleanup
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-11-29 Chris LattnerPass the whole StringMapEntry into StringMapEntryInitia...
2007-11-29 Chris Lattnerprovide an optional API to allow datatypes in a stringm...
2007-11-19 Dan GohmanAdd explicit keywords.
2007-10-17 Ted KremenekMinor cosmetic cleanups in the calculation of alignment...
2007-10-17 Ted KremenekUpdated StringMap to use llvm::AlignOf to compute the...
2007-10-12 Chris Lattnerdon't use intptr_t without including it.
2007-10-12 Chris LattnerMake this compute the correct offset, handling alignmen...
2007-09-30 Chris LattnerAdd a helper useful when mapping from a map element...
2007-07-22 Chris LattnerDisable the string map copy ctor and assignment operators,
2007-04-04 Chris Lattneruse calloc instead of new/memset, it is more efficient
2007-04-04 Chris LattnerExtend StringMap to support being initialized as comple...
2007-02-11 Chris Lattneradd new ShouldRehash method to factor out common code...
2007-02-11 Chris Lattnerdo not allow hash table to be filled with tombstones.
2007-02-11 Chris LattnerAdd support for removing elements out of StringMap.
2007-02-11 Chris LattnerReplace the ugly FindValue method with STL-like find...
2007-02-11 Chris Lattnerremove support for stringmap visitors now that iterator...
2007-02-11 Chris Lattneradd iterator support, plus support for size() and empty().
2007-02-11 Chris LattnerSplit StringMapEntry construction out of StringMap...
2007-02-08 Chris LattnerRename CStringMap -> StringMap, since it now supports...
2007-02-08 Chris LattnerAllow cstringmap to contain strings with nul characters...
2006-10-30 Chris Lattneradd a method
2006-10-29 Chris Lattneradd newline at end of file
2006-10-29 Chris Lattneradd a highly efficient hash table that is specialized...