Skip to content
  1. Jul 23, 2011
  2. Jul 14, 2011
    • Jakob Stoklund Olesen's avatar
      Reapply r135121 with a fixed copy constructor. · a153ca58
      Jakob Stoklund Olesen authored
      Original commit message:
      
      Count references to interference cache entries.
      
      Each InterferenceCache::Cursor instance references a cache entry. A
      non-zero reference count guarantees that the entry won't be reused for a
      new register.
      
      This makes it possible to have multiple live cursors examining
      interference for different physregs.
      
      The total number of live cursors into a cache must be kept below
      InterferenceCache::getMaxCursors().
      
      Code generation should be unaffected by this change, and it doesn't seem
      to affect the cache replacement strategy either.
      
      llvm-svn: 135130
      a153ca58
    • Jakob Stoklund Olesen's avatar
      Revert r135121 which broke a gcc-4.2 builder. · 1d4badae
      Jakob Stoklund Olesen authored
      llvm-svn: 135122
      1d4badae
    • Jakob Stoklund Olesen's avatar
      Count references to interference cache entries. · c270cb6e
      Jakob Stoklund Olesen authored
      Each InterferenceCache::Cursor instance references a cache entry. A
      non-zero reference count guarantees that the entry won't be reused for a
      new register.
      
      This makes it possible to have multiple live cursors examining
      interference for different physregs.
      
      The total number of live cursors into a cache must be kept below
      InterferenceCache::getMaxCursors().
      
      Code generation should be unaffected by this change, and it doesn't seem
      to affect the cache replacement strategy either.
      
      llvm-svn: 135121
      c270cb6e
    • Jakob Stoklund Olesen's avatar
      Reapply r135074 and r135080 with a fix. · d7e99371
      Jakob Stoklund Olesen authored
      The cache entry referenced by the best split candidate could become
      clobbered by an unsuccessful candidate.
      
      The correct fix here is to use reference counts on the cache entries.
      Coming up.
      
      llvm-svn: 135113
      d7e99371
    • Jakob Stoklund Olesen's avatar
      Revert r135074 and r135080. They broke clamscan. · fae30b24
      Jakob Stoklund Olesen authored
      llvm-svn: 135096
      fae30b24
  3. Jul 13, 2011
  4. Apr 09, 2011
  5. Apr 02, 2011
Loading