Skip to content
  1. Jan 02, 2014
  2. Jan 01, 2014
  3. Dec 31, 2013
  4. Dec 30, 2013
  5. Dec 20, 2013
    • Eric Christopher's avatar
      [x86] Rename In32BitMode predicate to Not64BitMode · c0a5aaea
      Eric Christopher authored
      That's what it actually means, and with 16-bit support it's going to be
      a little more relevant since in a few corner cases we may actually want
      to distinguish between 16-bit and 32-bit mode (for example the bare 'push'
      aliases to pushw/pushl etc.)
      
      Patch by David Woodhouse
      
      llvm-svn: 197768
      c0a5aaea
  6. Dec 16, 2013
  7. Nov 03, 2013
  8. Oct 14, 2013
  9. Oct 12, 2013
  10. Oct 11, 2013
  11. Oct 10, 2013
  12. Oct 09, 2013
  13. Oct 08, 2013
  14. Oct 07, 2013
  15. Oct 03, 2013
  16. Aug 22, 2013
  17. Jul 28, 2013
  18. Jun 18, 2013
  19. Apr 11, 2013
  20. Mar 25, 2013
  21. Mar 11, 2013
  22. Feb 12, 2013
  23. Dec 04, 2012
  24. 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
  25. Sep 19, 2012
  26. Aug 31, 2012
Loading