2015-03-12 |
Frederic Riss | [ADT] IntervalMap: use AlignedCharArrayUnion. |
blob | commitdiff | raw |
2015-02-15 |
Aaron Ballman | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reaso... |
blob | commitdiff | raw | diff to current |
2014-04-14 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2013-07-28 |
Rafael Espindola | Fix -Wdocumentation warnings. |
blob | commitdiff | raw | diff to current |
2013-05-15 |
David Blaikie | Use only explicit bool conversion operators |
blob | commitdiff | raw | diff to current |
2012-12-27 |
Chandler Carruth | Provide a common half-open interval map info implementa... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Sort the #include lines for the include/... tree with... |
blob | commitdiff | raw | diff to current |
2012-03-11 |
Douglas Gregor | Add a few missing 'template' keywords |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Lang Hames | Fixed typo. |
blob | commitdiff | raw | diff to current |
2011-08-19 |
Jakob Stoklund Olesen | Add IntervalMap::const_iterator::atBegin(). |
blob | commitdiff | raw | diff to current |
2011-04-02 |
Jakob Stoklund Olesen | Add an InterferenceCache class for caching per-block... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Jakob Stoklund Olesen | Add more checks to IntervalMapOverlaps::advance() to... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Jakob Stoklund Olesen | It is allowed to call IntervalMap::const_iterator:... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Jakob Stoklund Olesen | Fix crash when IntervalMapOverlaps::advanceTo moves... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Jakob Stoklund Olesen | Provide LiveIntervalUnion::Query::checkLoopInterference. |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Jakob Stoklund Olesen | Add basic test exposing many bugs. |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Jakob Stoklund Olesen | Add IntervalMapOverlaps - An iterator for overlapping... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Jakob Stoklund Olesen | Remove debugging code. |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Jakob Stoklund Olesen | Fix begin() and end() on const IntervalMap. |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Jakob Stoklund Olesen | Add IntervalMap::iterator::set{Start,Stop,Value} method... |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Jakob Stoklund Olesen | Don't use std::copy and std::copy_backward, run 10... |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Jakob Stoklund Olesen | Disallow overlapping inserts, even when inserting the... |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Jakob Stoklund Olesen | Tweak comments to make it clear that we are working... |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Jakob Stoklund Olesen | Add default constructors for iterators. |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Jakob Stoklund Olesen | Implement const_iterator::advanceTo(). |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Jakob Stoklund Olesen | Speed up simple insertions into an unbranched tree... |
blob | commitdiff | raw | diff to current |
2010-11-27 |
Jakob Stoklund Olesen | Add more tests for erase(). Fix a few exposed bugs. |
blob | commitdiff | raw | diff to current |
2010-11-27 |
Jakob Stoklund Olesen | Add test case with randomly ordered insertions, massive... |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Jakob Stoklund Olesen | Add B+-tree test case that creates a height 3 tree... |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Jakob Stoklund Olesen | Extract template function adjustSiblingSizes(), allowin... |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Jakob Stoklund Olesen | Move tree navigation to a new Path class that doesn... |
blob | commitdiff | raw | diff to current |
2010-11-24 |
Jakob Stoklund Olesen | Generalize overflowLeaf to also handle overflows in... |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Jakob Stoklund Olesen | Fix old GCC build error. |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Jakob Stoklund Olesen | Detemplatize NodeRef. |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Jakob Stoklund Olesen | Rename NodeBase::{key,val} as {first,second} and swap... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jakob Stoklund Olesen | Implement IntervalMap destructor. |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jakob Stoklund Olesen | Implement IntervalMap::clear(). |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jakob Stoklund Olesen | Support backwards iteration starting from end(). |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jakob Stoklund Olesen | Rename methods for clarity instead of brevity. No funct... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jakob Stoklund Olesen | Include raw_ostream.h unconditionally even if it is... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jakob Stoklund Olesen | Work around GCC 4.0 build error: |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jakob Stoklund Olesen | Add ADT/IntervalMap. |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jakob Stoklund Olesen | Revert "Add ADT/IntervalMap.", GCC doesn't like it. |
blob | commitdiff | raw |
2010-11-19 |
Jakob Stoklund Olesen | Add ADT/IntervalMap. |
blob | commitdiff | raw | diff to current |
|