Skip to content
  1. Jul 01, 2013
    • Sylvestre Ledru's avatar
      The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD. · 93a491bb
      Sylvestre Ledru authored
      This kind of simplification is sometimes useful, but in general it's not correct. 
      
      As GNU/kFreeBSD is an hybrid system, for kernel-related issues we want to match the
      build definitions used for FreeBSD, whereas for userland-related issues we want to
      match the definitions used for other systems with Glibc.
      
      The current modification adjusts the build system so that they can be distinguished,
      and explicitly adds GNU/kFreeBSD to the build checks in which it belongs.
      
      Fixes bug #16444.
      
      Patch by Robert Millan in the context of Debian.
      
      llvm-svn: 185311
      93a491bb
    • Arnold Schwaighofer's avatar
      LoopVectorize: Math functions only read rounding mode · ef51cf20
      Arnold Schwaighofer authored
      Math functions are mark as readonly because they read the floating point
      rounding mode. Because we don't vectorize loops that would contain function
      calls that set the rounding mode it is safe to ignore this memory read.
      
      llvm-svn: 185299
      ef51cf20
  2. Jun 30, 2013
  3. Jun 29, 2013
  4. Jun 28, 2013
Loading