Stepan Dyatkovskiy b787d41959 IntegersSubsetMapping: implemented "diff" operation. Operation allows at the same time perform up to three operations:
- LHS exclude RHS
- LHS intersect RHS (LHS successors will keeped)
- RHS exclude LHS
The complexity is N+M, where
  N is size of LHS
  M is size of RHS.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159201 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-26 11:57:43 +00:00
..
2012-05-07 06:00:23 +00:00
2012-02-06 22:41:47 +00:00
2011-11-05 09:45:17 +00:00
2012-03-28 22:34:41 +00:00
2012-03-06 19:54:44 +00:00
2011-11-28 00:49:01 +00:00