| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Reviewers: timshen
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D25629
llvm-svn: 284433
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Summary: This matches SmallDenseMap.
Reviewers: timshen
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D25628
llvm-svn: 284432
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Summary: Probably overlooked.
Reviewers: eugenis, dblaikie
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D24689
llvm-svn: 283377
|
| |
|
|
|
|
| |
Recommit 278600 with some fixes to make the test more robust.
llvm-svn: 278604
|
| |
|
|
|
|
|
|
|
| |
R-value"
This reverts commit r278600. The unittest does not pass on MSVC, there is
an extra move. Investigating how to make it more robust.
llvm-svn: 278603
|
| |
|
|
| |
llvm-svn: 278600
|
| |
|
|
|
|
|
|
|
|
| |
This operation is analogous to its counterpart in DenseMap: It allows lookup
via cheap-to-construct keys (provided that getHashValue and isEqual are
implemented for the cheap key-type in the DenseMapInfo specialization).
Thanks to Chandler for the review.
llvm-svn: 220168
|
| |
|
|
|
|
| |
functions to return unsigned instead of bool.
llvm-svn: 211393
|
| |
|
|
| |
llvm-svn: 163979
|
|
|
llvm-svn: 70572
|