Mandeep Singh Grang
db00e2e20f
[Hexagon] Change std::sort to llvm::sort in response to r327219
...
Summary:
r327219 added wrappers to std::sort which randomly shuffle the container before sorting.
This will help in uncovering non-determinism caused due to undefined sorting
order of objects having the same key.
To make use of that infrastructure we need to invoke llvm::sort instead of std::sort.
Note: This patch is one of a series of patches to replace *all* std::sort to llvm::sort. Refer the comments section in D44363 for a list of all the required patches.
Reviewers: kparzysz
Reviewed By: kparzysz
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D44857
llvm-svn: 328430
2018-03-24 17:34:37 +00:00
..
2018-03-01 21:54:08 +00:00
2018-03-01 17:03:26 +00:00
2018-03-20 19:23:18 +00:00
2017-11-15 23:55:44 +00:00
2018-02-05 17:12:07 +00:00
2018-02-05 17:12:07 +00:00
2018-02-09 15:30:02 +00:00
2017-11-17 01:07:10 +00:00
2018-03-12 17:47:46 +00:00
2018-03-12 17:47:46 +00:00
2017-08-01 21:20:10 +00:00
2018-02-20 14:29:43 +00:00
2018-02-20 14:29:43 +00:00
2017-09-25 19:12:55 +00:00
2018-03-24 17:34:37 +00:00
2017-09-28 22:27:31 +00:00
2018-03-23 19:47:13 +00:00
2018-02-09 15:30:02 +00:00
2017-12-15 22:22:58 +00:00
2018-03-21 22:34:23 +00:00
2018-03-24 17:34:37 +00:00
2018-02-23 20:33:26 +00:00
2017-12-15 22:22:58 +00:00
2017-12-11 18:57:54 +00:00
2017-12-11 18:57:54 +00:00
2017-12-11 18:57:54 +00:00
2018-03-01 21:54:08 +00:00
2017-12-11 18:57:54 +00:00
2018-03-01 21:54:08 +00:00
2017-12-11 18:57:54 +00:00
2017-12-11 18:57:54 +00:00
2018-03-01 21:54:08 +00:00
2017-12-11 18:57:54 +00:00
2017-12-11 18:57:54 +00:00
2018-03-23 18:00:18 +00:00
2018-03-23 19:39:37 +00:00
2018-03-23 20:41:44 +00:00
2018-02-22 07:48:29 +00:00
2017-11-03 22:32:11 +00:00
2017-12-13 02:51:04 +00:00
2017-09-28 22:27:31 +00:00
2018-03-24 17:34:37 +00:00
2018-03-23 18:43:09 +00:00
2017-12-15 22:22:58 +00:00
2017-12-15 22:22:58 +00:00
2018-03-20 14:54:01 +00:00
2018-03-20 14:54:01 +00:00
2017-12-11 18:57:54 +00:00
2017-05-03 20:10:36 +00:00
2017-12-11 18:57:54 +00:00
2017-05-03 20:10:36 +00:00
2017-05-03 20:10:36 +00:00
2017-12-11 18:57:54 +00:00
2018-03-23 23:58:25 +00:00
2018-03-23 23:58:31 +00:00
2017-12-11 18:57:54 +00:00
2016-11-01 19:02:10 +00:00
2017-12-14 18:35:24 +00:00
2018-03-19 20:19:46 +00:00
2018-03-07 17:27:18 +00:00
2018-03-19 20:19:46 +00:00
2018-03-23 23:58:31 +00:00
2018-03-23 23:58:31 +00:00
2018-03-07 17:27:18 +00:00
2018-03-21 22:34:23 +00:00
2017-01-04 02:02:05 +00:00
2018-03-20 19:26:27 +00:00
2018-03-20 19:26:27 +00:00
2017-09-15 15:46:05 +00:00
2017-12-11 18:57:54 +00:00
2017-08-01 21:20:10 +00:00
2018-03-12 17:47:46 +00:00
2017-10-20 19:33:12 +00:00
2018-03-23 19:39:16 +00:00
2016-10-01 02:56:57 +00:00
2018-03-16 15:03:37 +00:00
2018-03-07 17:27:18 +00:00
2017-12-11 18:57:54 +00:00
2017-12-15 22:22:58 +00:00
2018-02-09 19:10:46 +00:00
2017-12-15 22:22:58 +00:00
2018-03-01 17:03:26 +00:00
2018-02-21 22:27:07 +00:00
2018-03-01 17:03:26 +00:00
2017-12-11 18:57:54 +00:00
2017-05-03 20:10:36 +00:00
2017-05-03 20:10:36 +00:00
2017-05-03 20:10:36 +00:00
2017-05-03 20:10:36 +00:00
2017-12-11 18:57:54 +00:00
2017-03-18 00:44:07 +00:00
2016-08-19 15:13:54 +00:00
2017-11-17 01:07:10 +00:00
2018-03-23 20:11:00 +00:00
2018-03-24 17:34:37 +00:00
2018-03-21 17:23:32 +00:00
2018-03-12 17:47:46 +00:00
2018-02-23 20:33:26 +00:00
2017-12-22 18:21:59 +00:00
2017-07-18 15:31:37 +00:00
2017-07-18 15:31:37 +00:00
2017-08-01 21:20:10 +00:00
2017-08-01 21:20:10 +00:00
2017-12-18 18:56:00 +00:00
2017-11-17 01:07:10 +00:00
2018-01-26 21:55:13 +00:00
2018-03-12 17:47:46 +00:00
2017-12-11 18:57:54 +00:00
2017-01-26 23:03:22 +00:00
2018-02-23 18:25:08 +00:00
2017-08-01 21:20:10 +00:00
2018-03-24 17:34:37 +00:00
2018-03-24 17:34:37 +00:00
2017-12-07 10:40:31 +00:00
2018-03-24 17:34:37 +00:00
2018-03-12 14:40:48 +00:00
2017-11-28 12:42:37 +00:00
2017-11-17 01:07:10 +00:00