Skip to content
  1. Jul 20, 2010
  2. Jul 09, 2010
    • Bruno Cardoso Lopes's avatar
      Start the support for AVX instructions with 256-bit %ymm registers. A couple of · 792e906b
      Bruno Cardoso Lopes authored
      notes:
      - The instructions are being added with dummy placeholder patterns using some 256
        specifiers, this is not meant to work now, but since there are some multiclasses
        generic enough to accept them,  when we go for codegen, the stuff will be already
        there.
      - Add VEX encoding bits to support YMM
      - Add MOVUPS and MOVAPS in the first round
      - Use "Y" as suffix for those Instructions: MOVUPSYrr, ...
      - All AVX instructions in X86InstrSSE.td will move soon to a new X86InstrAVX
        file.
      
      llvm-svn: 107996
      792e906b
  3. Jul 08, 2010
  4. Jun 23, 2010
  5. Jun 16, 2010
  6. Jun 11, 2010
    • Bob Wilson's avatar
      Add instruction encoding for the Neon VMOV immediate instruction. This changes · 6eae520d
      Bob Wilson authored
      the machine instruction representation of the immediate value to be encoded
      into an integer with similar fields as the actual VMOV instruction.  This makes
      things easier for the disassembler, since it can just stuff the bits into the
      immediate operand, but harder for the asm printer since it has to decode the
      value to be printed.  Testcase for the encoding will follow later when MC has
      more support for ARM.
      
      llvm-svn: 105836
      6eae520d
  7. May 14, 2010
  8. May 06, 2010
  9. Apr 24, 2010
  10. Apr 14, 2010
  11. Apr 13, 2010
    • Sean Callanan's avatar
      Fixed a nasty layering violation in the edis source · 814e69b1
      Sean Callanan authored
      code.  It used to #include the enhanced disassembly
      information for the targets it supported straight
      out of lib/Target/{X86,ARM,...} but now it uses a
      new interface provided by MCDisassembler, and (so
      far) implemented by X86 and ARM.
      
      Also removed hacky #define-controlled initialization
      of targets in edis.  If clients only want edis to
      initialize a limited set of targets, they can set
      --enable-targets on the configure command line.
      
      llvm-svn: 101179
      814e69b1
  12. Apr 08, 2010
  13. Mar 19, 2010
  14. Mar 14, 2010
  15. Feb 10, 2010
  16. Jan 29, 2010
Loading