index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
DenseMapInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-3
/
+3
*
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-13
1
-1
/
+1
*
Use unsigned multiply to hash integers, so we don't end up with undefined beh...
Eli Friedman
2011-10-12
1
-5
/
+5
*
In DenseMapInfo<pair<T, U>> tombstone key, use the tombstone for T and U instead
Nick Lewycky
2011-07-28
1
-2
/
+2
*
drive by bug fix: DenseMapInfo::isEqual should be determined according to
Chris Lattner
2011-04-09
1
-1
/
+4
*
Add a specialization for 'long', a hole in the set of fundamental
Chandler Carruth
2010-10-31
1
-0
/
+14
*
Add DenseMapInfo for int.
Evan Cheng
2010-04-29
1
-0
/
+10
*
Add DenseMapInfo for signed long long.
Evan Cheng
2010-01-22
1
-0
/
+13
*
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-12-15
1
-8
/
+1
*
More warnings patrol: Another unused argument and more implicit
Eric Christopher
2009-10-17
1
-2
/
+2
*
Remove a bunch of unused arguments from functions, silencing a
Eric Christopher
2009-10-14
1
-1
/
+1
*
Mark constants as unsigned, as pointed out by icc
Duncan Sands
2009-09-06
1
-10
/
+10
*
Allow unsigned long long DenseMapInfo.
Mike Stump
2009-08-26
1
-0
/
+14
*
Split DenseMapInfo into a separate header file, so that it can be
Dan Gohman
2009-07-31
1
-0
/
+121