Skip to content
  1. Oct 21, 2011
  2. Oct 19, 2011
  3. Oct 18, 2011
  4. Oct 16, 2011
  5. Oct 15, 2011
  6. Oct 14, 2011
  7. Oct 13, 2011
  8. Oct 11, 2011
  9. Oct 10, 2011
  10. Oct 09, 2011
  11. Oct 07, 2011
  12. Oct 06, 2011
  13. Oct 03, 2011
  14. Oct 02, 2011
  15. Sep 09, 2011
  16. Sep 05, 2011
  17. Aug 30, 2011
  18. Aug 26, 2011
  19. Aug 23, 2011
  20. 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
  21. Jul 14, 2011
  22. 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
  23. Jul 06, 2011
  24. Jun 04, 2011
  25. Jun 02, 2011
  26. Jun 01, 2011
  27. May 23, 2011
  28. May 20, 2011
  29. Apr 20, 2011
  30. Apr 18, 2011
Loading