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
/
ImmutableIntervalMap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give ImmutableIntervalMap.h an include guard.
Sebastian Redl
2011-04-24
1
-0
/
+6
*
Fix C++0x incompatibility. The signature of std::make_pair<> changes from:
Nick Lewycky
2011-02-22
1
-1
/
+1
*
Tweak ImmutableMap/ImmutableSet/ImmutableList APIs
Ted Kremenek
2010-11-24
1
-27
/
+27
*
Change the Interval type to signed in ImmutableIntervalMap.h.
Zhongxing Xu
2010-08-09
1
-5
/
+5
*
80-columns
Eric Christopher
2010-07-13
1
-4
/
+8
*
ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, done
Daniel Dunbar
2010-02-08
1
-15
/
+15
*
Remove redundant declaration.
Zhongxing Xu
2010-02-03
1
-2
/
+0
*
Add constructors.
Zhongxing Xu
2010-02-03
1
-0
/
+5
*
Return value on every path.
Zhongxing Xu
2010-02-02
1
-3
/
+2
*
simplify code.
Zhongxing Xu
2010-02-02
1
-9
/
+6
*
More logic correction: RemoveOverlap should always create new tree. Add a
Zhongxing Xu
2010-02-02
1
-10
/
+10
*
Add a lookup method to the IntervalMap. The difference from the original
Zhongxing Xu
2010-02-02
1
-1
/
+36
*
Fix a bunch of errors in the old logic.
Zhongxing Xu
2010-02-02
1
-7
/
+12
*
Add an immutable interval map, prepared to be used by flat memory model
Zhongxing Xu
2010-02-01
1
-0
/
+199