Skip to content
  1. Nov 21, 2009
  2. Nov 20, 2009
  3. Nov 19, 2009
  4. Nov 17, 2009
  5. Nov 16, 2009
    • Devang Patel's avatar
      Revert r88939. · f3d7c08e
      Devang Patel authored
      llvm-svn: 88973
      f3d7c08e
    • Devang Patel's avatar
      Add VISIBILITY_HIDDEN marker. · 2ffd9935
      Devang Patel authored
      llvm-svn: 88939
      2ffd9935
    • David Greene's avatar
      · 25905c83
      David Greene authored
      Support spill comments.
      
      Have the asm printer emit a comment if an instruction is a spill or
      reload and have the spiller mark copies it introdues so the asm printer
      can also annotate those.
      
      llvm-svn: 88911
      25905c83
  6. Nov 14, 2009
  7. Nov 13, 2009
  8. Nov 12, 2009
  9. Nov 11, 2009
  10. Nov 10, 2009
    • Jeffrey Yasskin's avatar
      Fix DenseMap iterator constness. · b40d3f76
      Jeffrey Yasskin authored
      This patch forbids implicit conversion of DenseMap::const_iterator to
      DenseMap::iterator which was possible because DenseMapIterator inherited
      (publicly) from DenseMapConstIterator. Conversion the other way around is now
      allowed as one may expect.
      
      The template DenseMapConstIterator is removed and the template parameter
      IsConst which specifies whether the iterator is constant is added to
      DenseMapIterator.
      
      Actually IsConst parameter is not necessary since the constness can be
      determined from KeyT but this is not relevant to the fix and can be addressed
      later.
      
      Patch by Victor Zverovich!
      
      llvm-svn: 86636
      b40d3f76
  11. Nov 06, 2009
  12. Nov 05, 2009
  13. Nov 04, 2009
Loading