| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [ADT] IntervalMap: add overlaps(a, b) method | Pavel Labath | 2018-12-21 | 1 | -0/+44 |
| * | [ADT] IntervalMap: fix setStart and setStop | Michael LeMay | 2016-11-03 | 1 | -0/+47 |
| * | Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees | Jakob Stoklund Olesen | 2010-12-17 | 1 | -0/+25 |
| * | It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that | Jakob Stoklund Olesen | 2010-12-17 | 1 | -0/+14 |
| * | Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. | Jakob Stoklund Olesen | 2010-12-17 | 1 | -1/+5 |
| * | Complete tests for IntervalMapOverlaps. | Jakob Stoklund Olesen | 2010-12-17 | 1 | -1/+106 |
| * | Add basic test exposing many bugs. | Jakob Stoklund Olesen | 2010-12-16 | 1 | -0/+15 |
| * | Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited | Jakob Stoklund Olesen | 2010-12-03 | 1 | -7/+119 |
| * | Disallow overlapping inserts, even when inserting the same value. | Jakob Stoklund Olesen | 2010-11-28 | 1 | -97/+9 |
| * | Add default constructors for iterators. | Jakob Stoklund Olesen | 2010-11-28 | 1 | -0/+8 |
| * | Implement const_iterator::advanceTo(). | Jakob Stoklund Olesen | 2010-11-28 | 1 | -0/+42 |
| * | Add more tests for erase(). Fix a few exposed bugs. | Jakob Stoklund Olesen | 2010-11-27 | 1 | -1/+29 |
| * | Add test case with randomly ordered insertions, massive coalescing. | Jakob Stoklund Olesen | 2010-11-27 | 1 | -0/+24 |
| * | Add B+-tree test case that creates a height 3 tree with a smaller root node. | Jakob Stoklund Olesen | 2010-11-26 | 1 | -0/+51 |
| * | Implement IntervalMap::clear(). | Jakob Stoklund Olesen | 2010-11-19 | 1 | -0/+9 |
| * | Support backwards iteration starting from end(). | Jakob Stoklund Olesen | 2010-11-19 | 1 | -0/+10 |
| * | Add ADT/IntervalMap. | Jakob Stoklund Olesen | 2010-11-19 | 1 | -0/+357 |
| * | Revert "Add ADT/IntervalMap.", GCC doesn't like it. | Jakob Stoklund Olesen | 2010-11-19 | 1 | -357/+0 |
| * | Add ADT/IntervalMap. | Jakob Stoklund Olesen | 2010-11-19 | 1 | -0/+357 |