Skip to content
Snippets Groups Projects
  1. Jul 06, 2015
  2. Jul 05, 2015
    • Yaron Keren's avatar
      Document problems when trying libclang tests on Windows 7. · 993b475a
      Yaron Keren authored
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241407 91177308-0d34-0410-b5e6-96231b3b80d8
      993b475a
    • Nemanja Ivanovic's avatar
      Add the missing return statements from revision 241399. · 3900a7cd
      Nemanja Ivanovic authored
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241405 91177308-0d34-0410-b5e6-96231b3b80d8
      3900a7cd
    • NAKAMURA Takumi's avatar
      [CMake] clang-*.*: Prevent versioning if the buildhost is targeting for Win32. · 5fdfa6b2
      NAKAMURA Takumi authored
      CMake-2.8.12 is hardcoded to create symlinked clang.exe if the target property VERSION is present and the host is not Win32.
      Then clang.exe-*.* is generated and clang.exe is symlinked to it.
      
        lrwxrwxrwx. 1 bb bb      13 Jul  5 18:04 clang.exe -> clang.exe-3.7
        -rwxr-x---. 1 bb bb  244763 Jul  5 18:04 clang++.exe
        -rwxr-x---. 1 bb bb  244763 Jul  5 18:04 clang.exe-3.7
      
      It made me unhappy when built binaries were copied to the Windows target.
      
      FIXME: Could we just remove the target property VERSION in add_llvm_executable() ?
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241403 91177308-0d34-0410-b5e6-96231b3b80d8
      5fdfa6b2
    • NAKAMURA Takumi's avatar
      clang/test/CodeGen/builtins-ppc-vsx.c: Fix for -Asserts. · 24d08d9b
      NAKAMURA Takumi authored
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241401 91177308-0d34-0410-b5e6-96231b3b80d8
      24d08d9b
    • Nemanja Ivanovic's avatar
      Add missing builtins to altivec.h for ABI compliance (vol. 2) · 25d1808b
      Nemanja Ivanovic authored
      This patch corresponds to review:
      http://reviews.llvm.org/D10875
      
      The bulk of the second round of additions to altivec.h.
      The following interfaces were added:
      vector double vec_floor(vector double)
      vector double vec_madd(vector double, vector double, vector double)
      vector float vec_msub(vector float, vector float, vector float)
      vector double vec_msub(vector double, vector double, vector double)
      vector float vec_mul(vector float, vector float)
      vector double vec_mul(vector double, vector double)
      vector float vec_nmadd(vector float, vector float, vector float)
      vector double vec_nmadd(vector double, vector double, vector double)
      vector double vec_nmsub(vector double, vector double, vector double)
      vector double vec_nor(vector double, vector double)
      vector double vec_or(vector double, vector double)
      vector float vec_rint(vector float)
      vector double vec_rint(vector double)
      vector float vec_nearbyint(vector float)
      vector double vec_nearbyint(vector double)
      vector float vec_sqrt(vector float)
      vector double vec_sqrt(vector double)
      vector double vec_rsqrte(vector double)
      vector double vec_sel(vector double, vector double, vector unsigned long long)
      vector double vec_sel(vector double, vector double, vector unsigned long long)
      vector double vec_sub(vector double, vector double)
      vector double vec_trunc(vector double)
      vector double vec_xor(vector double, vector double)
      vector double vec_xor(vector double, vector bool long long)
      vector double vec_xor(vector bool long long, vector double)
      
      New VSX paths for the following interfaces:
      vector float vec_madd(vector float, vector float, vector float)
      vector float vec_nmsub(vector float, vector float, vector float)
      vector float vec_rsqrte(vector float)
      vector float vec_trunc(vector float)
      vector float vec_floor(vector float)
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241399 91177308-0d34-0410-b5e6-96231b3b80d8
      25d1808b
  3. Jul 03, 2015
  4. Jul 02, 2015
Loading