Skip to content
  1. Dec 04, 2012
  2. Dec 03, 2012
  3. Dec 02, 2012
  4. Dec 01, 2012
  5. Nov 30, 2012
  6. Nov 29, 2012
  7. Nov 28, 2012
  8. Nov 27, 2012
  9. Nov 22, 2012
  10. Nov 20, 2012
    • Bill Wendling's avatar
      Make the AttrListPtr object a part of the LLVMContext. · f86efb9b
      Bill Wendling authored
      When code deletes the context, the AttributeImpls that the AttrListPtr points to
      are now invalid. Therefore, instead of keeping a separate managed static for the
      AttrListPtrs that's reference counted, move it into the LLVMContext and delete
      it when deleting the AttributeImpls.
      
      llvm-svn: 168354
      f86efb9b
  11. Nov 17, 2012
  12. Nov 16, 2012
  13. Nov 15, 2012
  14. Nov 14, 2012
  15. Nov 10, 2012
  16. Nov 09, 2012
  17. Nov 08, 2012
    • Michael Liao's avatar
      Add support of RTM from TSX extension · 73cffddb
      Michael Liao authored
      - Add RTM code generation support throught 3 X86 intrinsics:
        xbegin()/xend() to start/end a transaction region, and xabort() to abort a
        tranaction region
      
      llvm-svn: 167573
      73cffddb
  18. Nov 02, 2012
    • Rafael Espindola's avatar
      Fix a build problem with xlc. The error message was · 7296139d
      Rafael Espindola authored
      "../llvm-git/utils/TableGen/CodeGenSchedule.cpp", line 1594.12: 1540-0218 (S) The call does not match any parameter list for "operator+".
      "../llvm-git/include/llvm/ADT/STLExtras.h", line 130.1: 1540-1283 (I) "template <class _Iterator, class Func> llvm::operator+(mapped_iterator<_Iterator,Func>::difference_type, const mapped_iterator<_Iterator,Func> &)" is not a viable candidate.
      
      Patch by Kai.
      
      llvm-svn: 167311
      7296139d
  19. Nov 01, 2012
  20. Oct 25, 2012
Loading