Skip to content
  1. Dec 23, 2010
  2. Dec 21, 2010
  3. Dec 17, 2010
  4. Dec 16, 2010
  5. Dec 07, 2010
  6. Dec 06, 2010
  7. Dec 04, 2010
  8. Dec 03, 2010
  9. Dec 01, 2010
  10. Nov 30, 2010
  11. Nov 29, 2010
  12. Nov 28, 2010
    • Jakob Stoklund Olesen's avatar
      Disallow overlapping inserts, even when inserting the same value. · 7aad398e
      Jakob Stoklund Olesen authored
      We always disallowed overlapping inserts with different values, and this makes
      the insertion code smaller and faster.
      
      If an overwriting insert is needed, it can be added as a separate method that
      trims any existing intervals before inserting. The immediate use cases for
      IntervalMap don't need this - they only use disjoint insertions.
      
      llvm-svn: 120264
      7aad398e
Loading