Skip to content
  1. Sep 06, 2013
  2. Sep 05, 2013
    • Joey Gouly's avatar
      [ARMv8] Add some missing tests for DSB/DMB. · c209d6aa
      Joey Gouly authored
      llvm-svn: 190060
      c209d6aa
    • Richard Barton's avatar
      Add AArch32 DCPS{1,2,3} and HLT instructions. · 8d519fe0
      Richard Barton authored
      
      These were pretty straightforward instructions, with some assembly support
      required for HLT.
      
      The ARM assembler is keen to split the instruction mnemonic into a
      (non-existent) 'H' instruction with the LT condition code. An exception for
      HLT is needed.
      
      HLT follows the same rules as BKPT when in IT blocks, so the special BKPT
      hadling code has been adapted to handle HLT also.
      
      Regression tests added including diagnostic tests for out of range immediates
      and illegal condition codes, as well as negative tests for pre-ARMv8.
      
      llvm-svn: 190053
      8d519fe0
    • Richard Sandiford's avatar
      [SystemZ] Add NC, OC and XC · 178273a1
      Richard Sandiford authored
      For now these are just used to handle scalar ANDs, ORs and XORs in which
      all operands are memory.
      
      llvm-svn: 190041
      178273a1
  3. Sep 04, 2013
  4. Aug 30, 2013
  5. Aug 28, 2013
  6. Aug 27, 2013
  7. Aug 26, 2013
    • Craig Topper's avatar
      First round of fixes for the x86 fixes for the x86 move accumulator from/to... · 18854173
      Craig Topper authored
      First round of fixes for the x86 fixes for the x86 move accumulator from/to memory offset instructions.
      
      -Assembly parser now properly check the size of the memory operation specified in intel syntax. So 'mov word ptr [5], al' is no longer accepted.
      -x86-32 disassembly of these instructions no longer sign extends the 32-bit address immediate based on size.
      -Intel syntax printing prints the ptr size and places brackets around the address immediate.
      
      Known remaining issues with these instructions:
      -Segment override prefix is not supported. PR16962 and PR16961.
      -Immediate size should be changed by address size prefix.
      
      llvm-svn: 189201
      18854173
  8. Aug 23, 2013
  9. Aug 21, 2013
    • Richard Sandiford's avatar
      [SystemZ] Add FI[EDX]BRA · 8e92c389
      Richard Sandiford authored
      These are extensions of the existing FI[EDX]BR instructions, but use a spare
      bit to suppress inexact conditions.
      
      llvm-svn: 188894
      8e92c389
  10. Aug 19, 2013
  11. Aug 16, 2013
  12. Aug 15, 2013
  13. Aug 12, 2013
  14. Aug 09, 2013
    • Mihai Popa's avatar
      This fixes the Thumb2 CPS assembly syntax. · 4c2801f7
      Mihai Popa authored
      In Thumb1, only one variant is supported: CPS{effect} {flags}
      
      Thumb2 supports three:
      CPS{effect}.W {flags}
      CPS{effect} {flags} {mode}
      CPS {mode}
      
      Canonically, .W should be used only when ambiguity is present between encodings of different width.
      The wide suffix is still accepted for the latter two forms via aliases.
      
      llvm-svn: 188071
      4c2801f7
  15. Aug 07, 2013
  16. Aug 05, 2013
  17. Aug 01, 2013
    • Tim Northover's avatar
      AArch64: add initial NEON support · 40e9efd7
      Tim Northover authored
      Patch by Ana Pazos.
      
      - Completed implementation of instruction formats:
      AdvSIMD three same
      AdvSIMD modified immediate
      AdvSIMD scalar pairwise
      
      - Completed implementation of instruction classes
      (some of the instructions in these classes
      belong to yet unfinished instruction formats):
      Vector Arithmetic
      Vector Immediate
      Vector Pairwise Arithmetic
      
      - Initial implementation of instruction formats:
      AdvSIMD scalar two-reg misc
      AdvSIMD scalar three same
      
      - Intial implementation of instruction class:
      Scalar Arithmetic
      
      - Initial clang changes to support arm v8 intrinsics.
      Note: no clang changes for scalar intrinsics function name mangling yet.
      
      - Comprehensive test cases for added instructions
      To verify auto codegen, encoding, decoding, diagnosis, intrinsics.
      
      llvm-svn: 187567
      40e9efd7
  18. Jul 31, 2013
  19. Jul 26, 2013
  20. Jul 25, 2013
  21. Jul 23, 2013
  22. Jul 22, 2013
  23. Jul 19, 2013
Loading