Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: llvm-mirror/openmp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: llvm-mirror/openmp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release_80
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    bd09ac8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Merging r351431:

    ------------------------------------------------------------------------
    r351431 | hans | 2019-01-17 12:31:03 +0100 (Thu, 17 Jan 2019) | 19 lines
    
    Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime"
    
    and also the follow-up r351315.
    
    The new test is failing on the buildbots.
    
    > Make sure that OMPT is enabled in runtime entry points that access internals
    > of the runtime. Else, return an appropiate value indicating an error or that
    > the data is not available.
    >
    > Patch provided by @sconvent
    >
    > Reviewers: jlpeyton, omalyshe, hbae, Hahnfeld, joachim.protze
    >
    > Reviewed By: joachim.protze
    >
    > Tags: #openmp, #ompt
    >
    > Differential Revision: https://reviews.llvm.org/D47717
    ------------------------------------------------------------------------
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/openmp/branches/release_80@351432 91177308-0d34-0410-b5e6-96231b3b80d8
    zmodem committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    3983bd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Merging r361158:

    ------------------------------------------------------------------------
    r361158 | jprotze | 2019-05-20 07:21:42 -0700 (Mon, 20 May 2019) | 11 lines
    
    [OpenMP][OMPT] Fix locking testcases for 32 bit architectures
    
    https://reviews.llvm.org/D58454 did not fix the problem for a typical use
    case of building LLVM with gcc or icc and then testing with the newly built
    clang compiler.
    The compilers do not agree on how to extend a 32-bit pointer to uint64, so
    make the pointer unsigned first, before adjusting the size.
    
    Patch by Joachim Protze
    
    Differential Revision: https://reviews.llvm.org/D58506
    ------------------------------------------------------------------------
    
    git-svn-id: https://llvm.org/svn/llvm-project/openmp/branches/release_80@363628 91177308-0d34-0410-b5e6-96231b3b80d8
    tstellar committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    2ffeb0a View commit details
    Browse the repository at this point in the history
Loading