Skip to content
  1. Feb 22, 2012
    • Jakob Stoklund Olesen's avatar
      Use SparseSet for the RAFast live virtual register map. · 9c4cd1bf
      Jakob Stoklund Olesen authored
      This makes RAFast 4% faster, and it gets rid of the dodgy DenseMap
      iteration.
      
      This also revealed that RAFast would sometimes dereference DenseMap
      iterators after erasing other elements from the map. That does seem to
      work in the current DenseMap implementation, but SparseSet doesn't allow
      it.
      
      llvm-svn: 151111
      9c4cd1bf
  2. Feb 21, 2012
  3. Feb 20, 2012
  4. Feb 19, 2012
  5. Feb 18, 2012
  6. Feb 17, 2012
  7. Feb 16, 2012
Loading