[ADT] Add a 'find_as' operation to DenseSet.
[oota-llvm.git] / include / llvm / ADT / IntervalMap.h
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-07-28 Rafael EspindolaFix -Wdocumentation warnings.
2013-05-15 David BlaikieUse only explicit bool conversion operators
2012-12-27 Chandler CarruthProvide a common half-open interval map info implementa...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-03-11 Douglas GregorAdd a few missing 'template' keywords
2011-12-22 Lang HamesFixed typo.
2011-08-19 Jakob Stoklund OlesenAdd IntervalMap::const_iterator::atBegin().
2011-04-02 Jakob Stoklund OlesenAdd an InterferenceCache class for caching per-block...
2010-12-17 Jakob Stoklund OlesenAdd more checks to IntervalMapOverlaps::advance() to...
2010-12-17 Jakob Stoklund OlesenIt is allowed to call IntervalMap::const_iterator:...
2010-12-17 Jakob Stoklund OlesenFix crash when IntervalMapOverlaps::advanceTo moves...
2010-12-17 Jakob Stoklund OlesenProvide LiveIntervalUnion::Query::checkLoopInterference.
2010-12-16 Jakob Stoklund OlesenAdd basic test exposing many bugs.
2010-12-16 Jakob Stoklund OlesenAdd IntervalMapOverlaps - An iterator for overlapping...
2010-12-14 Jakob Stoklund OlesenRemove debugging code.
2010-12-07 Jakob Stoklund OlesenFix begin() and end() on const IntervalMap.
2010-12-03 Jakob Stoklund OlesenAdd IntervalMap::iterator::set{Start,Stop,Value} method...
2010-11-28 Jakob Stoklund OlesenDon't use std::copy and std::copy_backward, run 10...
2010-11-28 Jakob Stoklund OlesenDisallow overlapping inserts, even when inserting the...
2010-11-28 Jakob Stoklund OlesenTweak comments to make it clear that we are working...
2010-11-28 Jakob Stoklund OlesenAdd default constructors for iterators.
2010-11-28 Jakob Stoklund OlesenImplement const_iterator::advanceTo().
2010-11-28 Jakob Stoklund OlesenSpeed up simple insertions into an unbranched tree...
2010-11-27 Jakob Stoklund OlesenAdd more tests for erase(). Fix a few exposed bugs.
2010-11-27 Jakob Stoklund OlesenAdd test case with randomly ordered insertions, massive...
2010-11-26 Jakob Stoklund OlesenAdd B+-tree test case that creates a height 3 tree...
2010-11-26 Jakob Stoklund OlesenExtract template function adjustSiblingSizes(), allowin...
2010-11-26 Jakob Stoklund OlesenMove tree navigation to a new Path class that doesn...
2010-11-24 Jakob Stoklund OlesenGeneralize overflowLeaf to also handle overflows in...
2010-11-20 Jakob Stoklund OlesenFix old GCC build error.
2010-11-20 Jakob Stoklund OlesenDetemplatize NodeRef.
2010-11-20 Jakob Stoklund OlesenRename NodeBase::{key,val} as {first,second} and swap...
2010-11-19 Jakob Stoklund OlesenImplement IntervalMap destructor.
2010-11-19 Jakob Stoklund OlesenImplement IntervalMap::clear().
2010-11-19 Jakob Stoklund OlesenSupport backwards iteration starting from end().
2010-11-19 Jakob Stoklund OlesenRename methods for clarity instead of brevity. No funct...
2010-11-19 Jakob Stoklund OlesenInclude raw_ostream.h unconditionally even if it is...
2010-11-19 Jakob Stoklund OlesenWork around GCC 4.0 build error:
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 Jakob Stoklund OlesenRevert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.