Skip to content
  1. Dec 30, 2013
  2. 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
  3. Dec 16, 2013
  4. Nov 03, 2013
  5. Oct 14, 2013
  6. Oct 12, 2013
  7. Oct 11, 2013
  8. Oct 10, 2013
  9. Oct 09, 2013
  10. Oct 08, 2013
  11. Oct 07, 2013
  12. Oct 03, 2013
  13. Aug 22, 2013
  14. Jul 28, 2013
  15. Jun 18, 2013
  16. Apr 11, 2013
  17. Mar 25, 2013
  18. Mar 11, 2013
  19. Feb 12, 2013
  20. Dec 04, 2012
  21. 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
  22. Sep 19, 2012
  23. Aug 31, 2012
  24. Jul 30, 2012
  25. Jul 26, 2012
  26. Jul 19, 2012
  27. Jul 18, 2012
  28. Jul 12, 2012
  29. Jun 26, 2012
    • Manman Ren's avatar
      X86: add GATHER intrinsics (AVX2) in LLVM · a0982041
      Manman Ren authored
      Support the following intrinsics:
      llvm.x86.avx2.gather.d.pd, llvm.x86.avx2.gather.q.pd
      llvm.x86.avx2.gather.d.pd.256, llvm.x86.avx2.gather.q.pd.256
      llvm.x86.avx2.gather.d.ps, llvm.x86.avx2.gather.q.ps
      llvm.x86.avx2.gather.d.ps.256, llvm.x86.avx2.gather.q.ps.256
      
      Modified Disassembler to handle VSIB addressing mode.
      
      llvm-svn: 159221
      a0982041
Loading