Skip to content
  1. Feb 05, 2011
    • David Greene's avatar
      · 96d07a82
      David Greene authored
      [AVX] Revert 124910 until clients are ready.
      
      llvm-svn: 124912
      96d07a82
    • David Greene's avatar
      · bdd48150
      David Greene authored
      [AVX] Add some utilities to insert and extract 128-bit subvectors.
      This allows us to easily support 256-bit operations that don't have
      native 256-bit support.  This applies to integer operations, certain
      types of shuffles and various othher things.
      
      llvm-svn: 124910
      bdd48150
  2. Feb 04, 2011
    • Jason W Kim's avatar
      · d2e2f56c
      Jason W Kim authored
      Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
      (yes, this is different from R_ARM_CALL)
      
      - Adds a new method getARMBranchTargetOpValue() which handles the
        necessary distinction between the conditional and unconditional br/bl
        needed for ARM/ELF
      
      At least for ARM mode, the needed fixup for conditional versus unconditional
      br/bl is identical, but the ARM docs and existing ARM tools expect this
      reloc type...
      
      Added a few FIXME's for future naming fixups in ARMInstrInfo.td
      
      llvm-svn: 124895
      d2e2f56c
    • Daniel Dunbar's avatar
      MC/AsmParser: Add support for allowing the conversion process to fail (via · 66193404
      Daniel Dunbar authored
      custom conversion functions).
      
      llvm-svn: 124872
      66193404
    • David Greene's avatar
      · 653f1eed
      David Greene authored
      [AVX] Support VSINSERTF128 with more patterns and appropriate
      infrastructure.  This makes lowering 256-bit vectors to 128-bit
      vectors simple when 256-bit vector support is not available.
      
      llvm-svn: 124868
      653f1eed
  3. Feb 03, 2011
  4. Feb 02, 2011
  5. Feb 01, 2011
  6. Jan 31, 2011
  7. Jan 30, 2011
  8. Jan 28, 2011
  9. Jan 27, 2011
  10. Jan 26, 2011
  11. Jan 25, 2011
Loading