OSDN Git Service

Update aosp/master LLVM for rebase to r230699.
[android-x86/external-llvm.git] / lib / Support / StringMap.cpp
2015-03-23 Stephen HinesUpdate aosp/master LLVM for rebase to r230699.
2014-08-12 Stephen HinesMerge "Fixes the build when NDEBUG is not defined."
2014-07-25 Stephen HinesUpdate LLVM for rebase to r212749.
2014-07-24 Stephen Hinesam e0dc531c: Merge "Update LLVM for rebase to r212749."
2014-07-23 Stephen HinesMerge "Update LLVM for rebase to r212749."
2014-07-21 Stephen HinesUpdate LLVM for rebase to r212749.
2014-05-30 Stephen Hinesam 8b6f0f11: am 51c66e01: am cd06393a: Merge "Update...
2014-05-30 Stephen Hinesam 51c66e01: am cd06393a: Merge "Update LLVM for 3...
2014-05-30 Stephen Hinesam cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."
2014-05-30 Stephen HinesMerge "Update LLVM for 3.5 rebase (r209712)."
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2012-09-14 Stephen Hinesam 78c041bd: am 1c4ad5ef: Merge branch \'upstream\...
2012-09-14 Stephen Hinesam 1c4ad5ef: Merge branch \'upstream\' into merge-2012_...
2012-09-14 Stephen Hinesam 1c4ad5ef: Merge branch \'upstream\' into merge-2012_...
2012-09-14 Stephen HinesMerge branch 'jb-mr1-dev' of https://googleplex-android...
2012-09-10 Stephen HinesMerge branch 'upstream' into merge-2012_09_10
2012-08-29 Benjamin KramerAdd some __builtin_expect magic to StringMap.
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2011-12-27 Benjamin KramerSwitch StringMap from an array of structures to a struc...
2011-04-09 Jush LuMerge upstream r129128
2011-03-30 Jakob Stoklund OlesenReset StringMap's NumTombstones on clears and rehashes.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of SmallMap instances.
2011-03-09 Jush LuMerge upstream r127116
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-17 Daniel DunbarMove StringMap's string has function into StringExtras.h
2009-10-17 Daniel DunbarMove StringMap's string has function into StringExtras.h
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-04-04 Chris Lattnerstringmap memory managed with malloc now
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-04-03 Chris Lattnergreatly reduce hte default size of stringmap.
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 support for iterators.
2007-02-08 Chris LattnerRename CStringMap -> StringMap, since it now supports...
2007-02-08 Chris LattnerAllow cstringmap to contain strings with nul characters...
2007-01-06 Chris Lattnerwow, the link was already broken :)
2007-01-06 Chris Lattneradd a note
2006-10-29 Chris Lattneradd a highly efficient hash table that is specialized...