Skip to content
  1. Mar 28, 2017
  2. Mar 23, 2017
  3. Mar 22, 2017
  4. Mar 21, 2017
  5. Mar 20, 2017
  6. Mar 11, 2017
  7. Mar 10, 2017
  8. Mar 07, 2017
    • Dan Albert's avatar
      Fix GNU strerror_r check for Android. · 1dc735bf
      Dan Albert authored
      Summary:
      Bionic didn't get a GNU style strerror_r until Android M. Until then
      we unconditionally exposed the POSIX one. Expand the check to account
      for this.
      
      Reviewers: pirama, AndreyChurbanov, jlpeyton
      
      Reviewed By: jlpeyton
      
      Subscribers: openmp-commits, srhines
      
      Differential Revision: https://reviews.llvm.org/D30056
      
      llvm-svn: 297235
      1dc735bf
  9. Mar 06, 2017
  10. Feb 28, 2017
    • Jonathan Peyton's avatar
      Removing couple unnecessary architecture guards. · 928b8ea2
      Jonathan Peyton authored
      This section of code (__kmp_test_then_* functions) is guarded by
      (KMP_ARCH_X86 || KMP_ARCH_X86_64) so it does not make sense to have other
      architecture guards inside this section.  Non-x86 architectures always
      use intrinsics (__sync_*)
      
      llvm-svn: 296525
      928b8ea2
  11. Feb 24, 2017
    • Michal Gorny's avatar
      [test] Try to link -latomic to provide atomics when available · 018d1359
      Michal Gorny authored
      When using -rtlib=libgcc, the fallback implementation of __atomic_*
      builtins is provided via libatomic (included in GCC). However, neither
      GCC itself nor clang link libatomic implicitly, and it seems that GCC
      upstream expects projects to link it explicitly as necessary.
      
      Since compiler-rt provides __atomic_* builtins directly in the main
      library, check if they are provided by the default libraries first.
      If they are not, check if -latomic is available to provide them
      and add explicit -latomic for tests in this case.
      
      This fixes unresolved __atomic_load() references when running openmp
      tests on i386 with libgcc backend.
      
      Differential Revision: https://reviews.llvm.org/D30083
      
      llvm-svn: 296183
      018d1359
  12. Feb 22, 2017
  13. Feb 17, 2017
  14. Feb 16, 2017
  15. Feb 15, 2017
  16. Feb 10, 2017
  17. Feb 07, 2017
    • Jonas Hahnfeld's avatar
      [libomptarget] Align test code with runtime/ · a620a074
      Jonas Hahnfeld authored
      This change allows setting LIBOMPTARGET_LLVM_LIT_EXECUTABLE and
      LIBOMPTARGET_FILECHECK_EXECUTABLE as full path. It also honors
      OPENMP_LLVM_TOOLS_DIR which is meant as a common configuration
      for both libomp and libomptarget.
      
      Maybe this should be done in a common CMake module, but I'm no expert here.
      
      Differential Revision: https://reviews.llvm.org/D29172
      
      llvm-svn: 294284
      a620a074
  18. Feb 06, 2017
  19. Feb 01, 2017
  20. Jan 30, 2017
  21. Jan 27, 2017
  22. Jan 25, 2017
  23. Jan 18, 2017
Loading