Skip to content
  1. Feb 07, 2011
  2. Feb 06, 2011
  3. Feb 05, 2011
  4. 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
  5. Feb 03, 2011
  6. Feb 02, 2011
  7. Feb 01, 2011
  8. Jan 31, 2011
  9. Jan 30, 2011
  10. Jan 28, 2011
Loading