Skip to content
  1. May 21, 2013
  2. May 20, 2013
  3. May 19, 2013
    • Jakob Stoklund Olesen's avatar
      Don't use %g0 to materialize 0 directly. · 86c5469d
      Jakob Stoklund Olesen authored
      The wired physreg doesn't work on tied operands like on MOVXCC.
      
      Add a README note to fix this later.
      
      llvm-svn: 182225
      86c5469d
    • Jakob Stoklund Olesen's avatar
      Select i64 values with %icc conditions. · 92ebf115
      Jakob Stoklund Olesen authored
      llvm-svn: 182224
      92ebf115
    • Bob Wilson's avatar
      Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072> · 111b0b6d
      Bob Wilson authored
      This fixes a bootstrapping problem with builds for Apple ARM targets.
      Clang had the wrong prototype for __clear_cache with ARM targets.  Rafael
      fixed that in clang svn r181784 and r181810, but without those changes,
      we can't build this code for ARM because clang reports an error about the
      declaration in Memory.inc not matching the builtin declaration. Some of our
      buildbots need to use an older compiler that doesn't have the clang fix.
      Since __clear_cache is never used here when __APPLE__ is defined, I'm just
      conditionalizing the declaration to match that. I also moved the declaration
      of sys_icache_invalidate inside the conditional for __APPLE__ while I was at
      it.
      
      llvm-svn: 182223
      111b0b6d
Loading