Skip to content
  1. Jan 28, 2012
  2. Jan 27, 2012
  3. Jan 26, 2012
    • Jakob Stoklund Olesen's avatar
      Handle call-clobbered ymm registers on Win64. · fc9dce25
      Jakob Stoklund Olesen authored
      The Win64 calling convention has xmm6-15 as callee-saved while still
      clobbering all ymm registers.
      
      Add a YMM_HI_6_15 pseudo-register that aliases the clobbered part of the
      ymm registers, and mark that as call-clobbered.  This allows live xmm
      registers across calls.
      
      This hack wouldn't be necessary with RegisterMask operands representing
      the call clobbers, but they are not quite operational yet.
      
      llvm-svn: 149088
      fc9dce25
    • Eric Christopher's avatar
      Use -H on darwin as well. · 6a6a30d5
      Eric Christopher authored
      Patch by Liang Wang!
      
      llvm-svn: 149085
      6a6a30d5
Loading