Skip to content
  1. Jul 26, 2012
  2. Jul 19, 2012
  3. Jul 18, 2012
  4. Jul 12, 2012
  5. 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
  6. May 29, 2012
  7. Apr 03, 2012
  8. Mar 09, 2012
  9. Feb 27, 2012
  10. Feb 19, 2012
  11. Feb 18, 2012
  12. Dec 30, 2011
  13. Nov 19, 2011
  14. Nov 07, 2011
  15. Oct 23, 2011
  16. Oct 16, 2011
  17. Oct 15, 2011
  18. Oct 14, 2011
  19. Oct 11, 2011
  20. Oct 06, 2011
  21. Oct 04, 2011
  22. Oct 01, 2011
  23. Sep 23, 2011
  24. Sep 14, 2011
  25. Sep 13, 2011
  26. Sep 11, 2011
  27. Sep 02, 2011
  28. Aug 30, 2011
  29. Jul 30, 2011
    • David Greene's avatar
      Unconstify Inits · af8ee2cd
      David Greene authored
      Remove const qualifiers from Init references, per Chris' request.
      
      llvm-svn: 136531
      af8ee2cd
  30. Jul 29, 2011
    • David Greene's avatar
      [AVX] Constify Inits · 1aa0e3e1
      David Greene authored
      Make references to Inits const everywhere.  This is the final step
      before making them unique.
      
      llvm-svn: 136485
      1aa0e3e1
  31. Jul 28, 2011
    • Kevin Enderby's avatar
      Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates. · 5ef6c453
      Kevin Enderby authored
      llvm-mc gives an "invalid operand" error for instructions that take an unsigned
      immediate which have the high bit set such as:
          pblendw $0xc5, %xmm2, %xmm1
      llvm-mc treats all x86 immediates as signed values and range checks them.
      A small number of x86 instructions use the imm8 field as a set of bits.
      This change only changes those instructions and where the high bit is not
      ignored.  The others remain unchanged.
      
      llvm-svn: 136287
      5ef6c453
  32. Jul 16, 2011
  33. Jul 12, 2011
Loading