Simplify memory management with std::unique_ptr.
[oota-llvm.git] / include / llvm / ADT / SparseSet.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-06-20 Yaron KerenReverting size_type for the containers from size_type...
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2013-12-22 Yaron KerenThe count() function for STL datatypes returns unsigned...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-04-20 Andrew TrickSparseSet: Add support for key-derived indexes and...
2012-02-23 Duncan SandsGCC warns about a comparison between signed and unsigne...
2012-02-23 Andrew TrickPostRASched: Convert physreg def/use tracking to Jakob...
2012-02-22 Jakob Stoklund OlesenFix typos.
2012-02-22 NAKAMURA TakumiADT/SparseSet.h: Fix up header dependencies.
2012-02-22 Jakob Stoklund OlesenAdd a Briggs and Torczon sparse set implementation.