Rafael Espindola
55512f9b25
Default SetVector to use a DenseSet.
...
We use to have an odd difference among MapVector and SetVector. The map
used a DenseMop, but the set used a SmallSet, which in turn uses a
std::set.
I have changed SetVector to use a DenseSet. If you were depending on the
old behaviour you can pass an explicit set type or use SmallSetVector.
The common cases for needing to do it are:
* Optimizing for small sets.
* Sets for types not supported by DenseSet.
llvm-svn: 253439
2015-11-18 06:52:18 +00:00
..
2015-11-18 06:52:18 +00:00
2015-08-13 18:12:56 +00:00
2015-05-29 19:43:39 +00:00
2015-03-27 20:36:02 +00:00
2015-11-13 01:44:32 +00:00
2015-07-16 06:11:10 +00:00
2015-11-11 20:35:42 +00:00
2015-01-15 11:41:30 +00:00
2015-10-11 16:59:29 +00:00
2015-09-12 01:17:08 +00:00
2015-05-29 19:43:39 +00:00
2015-06-08 01:35:40 +00:00
2015-08-13 17:40:04 +00:00
2015-09-24 07:51:20 +00:00
2015-11-17 00:50:55 +00:00
2015-03-31 19:57:53 +00:00
2015-10-24 12:46:49 +00:00
2015-10-24 12:46:49 +00:00
2015-09-02 13:36:25 +00:00
2014-12-10 06:18:57 +00:00
2015-06-08 01:35:45 +00:00
2014-12-15 00:40:07 +00:00
2015-04-11 02:11:45 +00:00
2015-08-27 20:43:34 +00:00
2015-05-11 22:17:13 +00:00
2014-12-15 00:40:07 +00:00
2015-01-15 11:41:30 +00:00
2015-07-15 08:04:27 +00:00
2014-11-14 21:05:45 +00:00
2015-11-18 06:52:18 +00:00
2015-10-01 18:44:59 +00:00
2015-10-22 18:35:34 +00:00
2015-11-04 22:32:32 +00:00
2015-05-13 18:37:00 +00:00
2015-09-22 05:37:16 +00:00
2014-11-22 18:30:18 +00:00
2015-10-06 23:24:35 +00:00
2015-11-11 20:35:42 +00:00
2015-11-11 20:35:42 +00:00
2015-04-08 06:03:17 +00:00
2015-07-13 13:26:20 +00:00
2015-01-02 07:02:25 +00:00
2015-06-28 10:53:29 +00:00
2014-12-24 06:05:22 +00:00