index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
StringMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use uniform mechanism for OOM errors handling
Serge Pavlov
2018-06-09
1
-6
/
+2
*
Revert commit 333506
Serge Pavlov
2018-05-30
1
-2
/
+6
*
Use uniform mechanism for OOM errors handling
Serge Pavlov
2018-05-30
1
-6
/
+2
*
Reverted commits 333390, 333391 and 333394
Serge Pavlov
2018-05-29
1
-2
/
+6
*
Use uniform mechanism for OOM errors handling
Serge Pavlov
2018-05-29
1
-6
/
+2
*
Re-land: "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-19
/
+20
*
Revert "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-20
/
+19
*
[Support] Replace HashString with djbHash.
Jonas Devlieghere
2018-02-26
1
-19
/
+20
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
1
-8
/
+5
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
1
-5
/
+8
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
1
-8
/
+5
*
Support, IR, ADT: Check nullptr after allocation with malloc/realloc or calloc
Matthias Braun
2017-07-20
1
-2
/
+13
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
1
-6
/
+4
*
Adjust initial size in StringMap constructor to guarantee no grow()
Mehdi Amini
2016-03-25
1
-1
/
+15
*
Sync the __builtin_expects for our 3 quadratically probed hash table implemen...
Benjamin Kramer
2015-02-23
1
-2
/
+3
*
Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...
David Blaikie
2014-06-23
1
-2
/
+8
*
Revert "Add StringMap::insert(pair) consistent with the standard associative ...
Rafael Espindola
2014-06-20
1
-8
/
+2
*
Add StringMap::insert(pair) consistent with the standard associative containe...
David Blaikie
2014-06-19
1
-2
/
+8
*
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...
Craig Topper
2014-04-09
1
-3
/
+3
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-5
/
+5
*
Add some __builtin_expect magic to StringMap.
Benjamin Kramer
2012-08-29
1
-4
/
+5
*
Fix PR13148, an inf-loop in StringMap.
Chandler Carruth
2012-06-19
1
-1
/
+1
*
Switch StringMap from an array of structures to a structure of arrays.
Benjamin Kramer
2011-12-27
1
-27
/
+34
*
Reset StringMap's NumTombstones on clears and rehashes.
Jakob Stoklund Olesen
2011-03-30
1
-0
/
+3
*
Prevent infinite growth of SmallMap instances.
Jakob Stoklund Olesen
2011-03-30
1
-1
/
+13
*
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-23
1
-1
/
+1
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-3
/
+3
*
Move StringMap's string has function into StringExtras.h
Daniel Dunbar
2009-10-17
1
-16
/
+3
*
Convert StringMap to using StringRef for its APIs.
Daniel Dunbar
2009-07-23
1
-16
/
+10
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
stringmap memory managed with malloc now
Chris Lattner
2007-04-04
1
-1
/
+1
*
use calloc instead of new/memset, it is more efficient
Chris Lattner
2007-04-04
1
-4
/
+2
*
Extend StringMap to support being initialized as completely empty. When
Chris Lattner
2007-04-04
1
-2
/
+22
*
greatly reduce hte default size of stringmap.
Chris Lattner
2007-04-03
1
-1
/
+1
*
Add support for removing elements out of StringMap.
Chris Lattner
2007-02-11
1
-11
/
+52
*
Replace the ugly FindValue method with STL-like find methods.
Chris Lattner
2007-02-11
1
-0
/
+43
*
remove support for stringmap visitors now that iterators exist.
Chris Lattner
2007-02-11
1
-13
/
+0
*
add support for iterators.
Chris Lattner
2007-02-11
1
-2
/
+9
*
Rename CStringMap -> StringMap, since it now supports nul characters in the
Chris Lattner
2007-02-08
1
-0
/
+138