index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
ImmutableIntervalMap.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2011-04-24
Give ImmutableIntervalMap.h an include guard.
Sebastian Redl
2011-02-22
Fix C++0x incompatibility. The signature of std::make_pair<> changes from:
Nick Lewycky
2010-11-24
Tweak ImmutableMap/ImmutableSet/ImmutableList APIs
Ted Kremenek
2010-08-09
Change the Interval type to signed in ImmutableIntervalMap.h.
Zhongxing Xu
2010-07-13
80-columns
Eric Christopher
2010-02-08
ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, done
Daniel Dunbar
2010-02-03
Remove redundant declaration.
Zhongxing Xu
2010-02-03
Add constructors.
Zhongxing Xu
2010-02-02
Return value on every path.
Zhongxing Xu
2010-02-02
simplify code.
Zhongxing Xu
2010-02-02
More logic correction: RemoveOverlap should always create new tree. Add a
Zhongxing Xu
2010-02-02
Add a lookup method to the IntervalMap. The difference from the original
Zhongxing Xu
2010-02-02
Fix a bunch of errors in the old logic.
Zhongxing Xu
2010-02-01
Add an immutable interval map, prepared to be used by flat memory model
Zhongxing Xu