1. Feb 27, 2015
  2. Feb 26, 2015
    • Evgeniy Stepanov's avatar
      [msan] Change track-origins default mode from 1 to 2. · 6e09bca0
      Evgeniy Stepanov authored
      Change -fsanitize-memory-track-origins to be equivalent to
      -fsanitize-memory-track-origins=2.
      
      Track-origins=2 provides a lot more detailed reports at the cost of
      some additional slowdown (ranging from none to, sometimes, 3x; ~3% average on
      SPEC2006).
      
      llvm-svn: 230644
      6e09bca0
    • Jonathan Roelofs's avatar
      Add remote testing support to the lit config · 0b57fc31
      Jonathan Roelofs authored
      Now that the corresponding support in libcxx has landed (r230592), adding
      support here is pretty simple.
      
      llvm-svn: 230643
      0b57fc31
    • Tobias Grosser's avatar
      Update comment · 5e02c5f5
      Tobias Grosser authored
      Suggest-by: Johannes Doerfert
      llvm-svn: 230642
      5e02c5f5
    • Aaron Watry's avatar
      libclc/math: Add cospi · f89bcca0
      Aaron Watry authored
      
      
      Ported from the libclc/amd-builtins branch
      
      v2: Rename sincos_f_piby4 to __libclc__sincosf_piby4
          Add cospi(double) implementation instead of using llvm.cos
      
      Notes:
      The sincosD_piby4.h file is mostly the same as the builtin implementation
      released by AMD. The inline attribute declaration is changed, and M_PI is
      used instead of a constant double. Otherwise, the only difference is that
      the header explicitly enables the fp64 pragma.
      
      Signed-off-by: default avatarAaron Watry <awatry@gmail.com>
      Reviewed-by: default avatarJeroen Ketema <j.ketema@imperial.ac.uk>
      CC: Tom Stellard <tom@stellard.net>
      CC: Matt Arsenault <Matthew.Arsenault@amd.com>
      llvm-svn: 230641
      f89bcca0
    • Tobias Grosser's avatar
      Use isl_ast_expr_call to create run-time checks · f72bdbfb
      Tobias Grosser authored
      isl recently introduced a new interface to create run-time checks from
      constraint sets. Use this interface to simplify our run-time check generation.
      
      llvm-svn: 230640
      f72bdbfb