aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SparseSet.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+8
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-3/+3
* SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick2012-04-201-36/+76
* GCC warns about a comparison between signed and unsigned values.Duncan Sands2012-02-231-1/+1
* PostRASched: Convert physreg def/use tracking to Jakob's SparseSet.Andrew Trick2012-02-231-0/+7
* Fix typos.Jakob Stoklund Olesen2012-02-221-1/+1
* ADT/SparseSet.h: Fix up header dependencies.NAKAMURA Takumi2012-02-221-0/+2
* Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen2012-02-221-0/+259