Skip to content
  1. 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
  2. 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
  3. Nov 01, 2012
  4. Oct 25, 2012
  5. Oct 21, 2012
  6. Oct 15, 2012
    • Bill Wendling's avatar
      Add an enum for the return and function indexes into the AttrListPtr object.... · fbd38fe2
      Bill Wendling authored
      Add an enum for the return and function indexes into the AttrListPtr object. This gets rid of some magic numbers.
      
      llvm-svn: 165924
      fbd38fe2
    • Bill Wendling's avatar
      Attributes Rewrite · d079a446
      Bill Wendling authored
      Convert the internal representation of the Attributes class into a pointer to an
      opaque object that's uniqued by and stored in the LLVMContext object. The
      Attributes class then becomes a thin wrapper around this opaque
      object. Eventually, the internal representation will be expanded to include
      attributes that represent code generation options, etc.
      
      llvm-svn: 165917
      d079a446
  7. Oct 13, 2012
  8. Oct 12, 2012
  9. Oct 10, 2012
  10. Oct 08, 2012
  11. Oct 05, 2012
  12. Oct 04, 2012
  13. Oct 03, 2012
  14. Oct 02, 2012
  15. Sep 27, 2012
  16. Sep 25, 2012
  17. Sep 24, 2012
  18. Sep 22, 2012
  19. Sep 21, 2012
Loading