summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SparseSet.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick2012-04-20
* GCC warns about a comparison between signed and unsigned values.Duncan Sands2012-02-23
* PostRASched: Convert physreg def/use tracking to Jakob's SparseSet.Andrew Trick2012-02-23
* Fix typos.Jakob Stoklund Olesen2012-02-22
* ADT/SparseSet.h: Fix up header dependencies.NAKAMURA Takumi2012-02-22
* Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen2012-02-22