Skip to content
  1. May 12, 2015
  2. May 08, 2015
  3. May 07, 2015
  4. May 06, 2015
  5. May 05, 2015
    • Andrey Churbanov's avatar
      Integrate libiomp CMake into LLVM CMake build system. · 648467ed
      Andrey Churbanov authored
      This patch integrates the libiomp CMake build system into the LLVM CMake build 
      system so that users can checkout libiomp into the projects directory of llvm 
      and build llvm,clang, and libiomp all together.  These changes specifically 
      introduce a new install target which will put libraries and headers into the 
      correct locations when either a standalone build or part of llvm.
      The copy_recipe() method has been removed in favor of the POST_BUILD method 
      to move headers into the exports subdirectory.  And lastly, the MicroTests.cmake 
      file was refactored which led to simpler target dependencies and a new target, 
      make libiomp-micro-tests, which performs the 5 small tests (test-relo, 
      test-touch, etc.) when called.
      
      llvm-svn: 236534
      648467ed
  6. Apr 29, 2015
  7. Apr 13, 2015
    • Andrey Churbanov's avatar
      The generation of the hierarchy used by hierarchical barrier improved in how... · aa1f2b63
      Andrey Churbanov authored
      The generation of the hierarchy used by hierarchical barrier improved in how the generation reacts to affinity set to none, or disabled, or no affinity available, or oversubscription. Some cleanup actions based on review comments to follow: need to use meaningful names instead of digital constants, e.g. use enumerators.
      
      llvm-svn: 234775
      aa1f2b63
  8. Apr 02, 2015
  9. Mar 10, 2015
  10. Mar 05, 2015
  11. Mar 03, 2015
  12. Feb 25, 2015
  13. Feb 20, 2015
Loading