Skip to content
  1. Oct 16, 2011
  2. Oct 15, 2011
  3. Oct 14, 2011
  4. Oct 13, 2011
  5. Oct 11, 2011
  6. Oct 10, 2011
  7. Oct 09, 2011
  8. Oct 07, 2011
  9. Oct 06, 2011
  10. Oct 03, 2011
  11. Oct 02, 2011
  12. Sep 09, 2011
  13. Sep 05, 2011
  14. Aug 30, 2011
  15. Aug 26, 2011
  16. Aug 23, 2011
  17. 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
  18. Jul 14, 2011
  19. Jul 08, 2011
    • Evan Cheng's avatar
      Eliminate asm parser's dependency on TargetMachine: · 4d1ca96b
      Evan Cheng authored
      - Each target asm parser now creates its own MCSubtatgetInfo (if needed).
      - Changed AssemblerPredicate to take subtarget features which tablegen uses
        to generate asm matcher subtarget feature queries. e.g.
        "ModeThumb,FeatureThumb2" is translated to
        "(Bits & ModeThumb) != 0 && (Bits & FeatureThumb2) != 0".
      
      llvm-svn: 134678
      4d1ca96b
  20. Jul 06, 2011
  21. Jun 04, 2011
  22. Jun 02, 2011
  23. Jun 01, 2011
  24. May 23, 2011
  25. May 20, 2011
  26. Apr 20, 2011
  27. Apr 18, 2011
  28. Apr 17, 2011
  29. Apr 14, 2011
Loading