Skip to content
  1. May 13, 2012
  2. May 12, 2012
  3. May 11, 2012
  4. May 09, 2012
  5. May 08, 2012
  6. May 03, 2012
  7. May 01, 2012
  8. Apr 27, 2012
  9. Apr 26, 2012
  10. Apr 25, 2012
    • Benjamin Kramer's avatar
      Reapply the SmallMap patch with a fix. · 31f2704a
      Benjamin Kramer authored
      Comparing ~0UL with an unsigned will always return false when long is 64 bits long.
      
      llvm-svn: 155568
      31f2704a
    • Eric Christopher's avatar
      Revert "First implementation of:" · 4ff88c67
      Eric Christopher authored
      This reverts commit 76271a3366731d4c372fdebcd8d3437e6e09a61b.
      
      as it's breaking the bots.
      
      llvm-svn: 155562
      4ff88c67
    • Stepan Dyatkovskiy's avatar
      First implementation of: · 7ce39cdb
      Stepan Dyatkovskiy authored
      - FlatArrayMap. Very simple map container that uses flat array inside.
      - MultiImplMap. Map container interface, that has two modes, one for small amount of elements and one for big amount.
      - SmallMap. SmallMap is DenseMap compatible MultiImplMap. It uses FlatArrayMap for small mode, and DenseMap for big mode. 
      
      Also added unittests for new classes and update for ProgrammersManual.
      For more details about new classes see ProgrammersManual and comments in sourcecode.
      
      llvm-svn: 155557
      7ce39cdb
  11. Apr 20, 2012
Loading