Skip to content
  1. Feb 21, 2013
  2. Feb 20, 2013
  3. Feb 19, 2013
    • Jack Carter's avatar
      ELF symbol table field st_other support, · 10c97e5c
      Jack Carter authored
      excluding visibility bits.
      
      Mips (o32 abi) specific e_header setting.
      
      EF_MIPS_ABI_O32 needs to be set in the 
      ELF header flags for o32 abi output.
      
      Contributer: Reed Kotler
      llvm-svn: 175569
      10c97e5c
    • Jack Carter's avatar
      ELF symbol table field st_other support, · 1ba1f3ce
      Jack Carter authored
      excluding visibility bits.
      
      Mips (Mips16) specific e_header setting.
      
      EF_MIPS_ARCH_ASE_M16 needs to be set in the 
      ELF header flags for Mips16.
      
      Contributer: Reed Kotler
      llvm-svn: 175566
      1ba1f3ce
    • Jack Carter's avatar
      ELF symbol table field st_other support, · ab3cb425
      Jack Carter authored
      excluding visibility bits.
      
      Mips (MicroMips) specific STO handling .
      
      The st_other field settig for STO_MIPS_MICROMIPS
      
      Contributer: Zoran Jovanovic
      llvm-svn: 175564
      ab3cb425
    • Jakub Staszak's avatar
      Add obvious constantness. · e167cf5c
      Jakub Staszak authored
      llvm-svn: 175560
      e167cf5c
    • Arnold Schwaighofer's avatar
      ARM NEON: Don't need COPY_TO_REGCLASS in pattern · e4df5eb3
      Arnold Schwaighofer authored
      In my previous commit:
      "Merge a f32 bitcast of a v2i32 extractelt
      
      A vectorized sitfp on doubles will get scalarized to a sequence of an
      extract_element of <2 x i32>, a bitcast to f32 and a sitofp.
      Due to the the extract_element, and the bitcast we will uneccessarily generate
      moves between scalar and vector registers."
      
      I added a pattern containing a copy_to_regclass. The copy_to_regclass is
      actually not needed.
      
      radar://13191881
      
      llvm-svn: 175555
      e4df5eb3
Loading