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