Skip to content
  1. Dec 24, 2011
  2. Dec 23, 2011
    • Jakob Stoklund Olesen's avatar
      Experimental support for aligned NEON spills. · 0965585c
      Jakob Stoklund Olesen authored
      ARM targets with NEON units have access to aligned vector loads and
      stores that are potentially faster than unaligned operations.
      
      Add support for spilling the callee-saved NEON registers to an aligned
      stack area using 16-byte aligned NEON loads and store.
      
      This feature is off by default, controlled by an -align-neon-spills
      command line option.
      
      llvm-svn: 147211
      0965585c
    • Bob Wilson's avatar
      Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138> · 1a74de95
      Bob Wilson authored
      My change r146949 added register clobbers to the eh_sjlj_dispatchsetup pseudo
      instruction, but on Thumb1 some of those registers cannot be used.  This
      caused massive failures on the testsuite when compiling for Thumb1.  While
      fixing that, I noticed that the eh_sjlj_setjmp instruction has a "nofp"
      variant, and I realized that dispatchsetup needs the same thing, so I have
      added that as well.
      
      llvm-svn: 147204
      1a74de95
  3. Dec 22, 2011
  4. Dec 21, 2011
Loading