Skip to content
  1. Jul 21, 2010
  2. Jul 20, 2010
  3. Jul 19, 2010
  4. 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
    • Chris Lattner's avatar
      have the mc lowering process handle a few tail call forms, lowering them to · 88c18561
      Chris Lattner authored
      jumps where possible and turning the TAILCALL marker in the instruction
      asm string into a proper comment.
      
      This eliminates a FIXME and is on the path to finishing:
      rdar://7639610 - eliminate encoding and asm info for TAILJMPd TAILJMPr TAILJMPn, etc.
      
      However, I can't eliminate the encodings for these instructions because the JIT
      still exists and has its own copy of the encoder, sigh.
      
      llvm-svn: 107946
      88c18561
    • Chris Lattner's avatar
      Change LEA to have 5 operands for its memory operand, just · f469307c
      Chris Lattner authored
      like all other instructions, even though a segment is not
      allowed.  This resolves a bunch of gross hacks in the 
      encoder and makes LEA more consistent with the rest of the
      instruction set.
      
      No functionality change.
      
      llvm-svn: 107934
      f469307c
  5. Jul 08, 2010
  6. Jun 24, 2010
  7. Jun 23, 2010
  8. Jun 19, 2010
  9. Jun 09, 2010
  10. Jun 03, 2010
  11. May 27, 2010
  12. May 26, 2010
  13. May 24, 2010
  14. May 22, 2010
  15. May 20, 2010
  16. May 19, 2010
  17. May 14, 2010
  18. May 13, 2010
  19. May 07, 2010
  20. May 06, 2010
  21. May 03, 2010
    • Kevin Enderby's avatar
      Fixed the encoding of the x86 push instructions. Using a 32-bit immediate value · 1a51d4ce
      Kevin Enderby authored
      caused the a pushl instruction to be incorrectly encoding using only two bytes
      of immediate, causing the following 2 instruction bytes to be part of the 32-bit
      immediate value.  Also fixed the one byte form of push to be used when the
      immediate would fit in a signed extended byte.  Lastly changed the names to not
      include the 32 of PUSH32 since they actually push the size of the stack pointer.
      
      llvm-svn: 102951
      1a51d4ce
  22. Apr 30, 2010
  23. Apr 29, 2010
  24. Apr 28, 2010
Loading