This project is mirrored from https://github.com/llvm-doe-org/llvm-project.git.
Pull mirroring updated .
- 24 Jan, 2020 1 commit
-
-
Austin Kerbow authored
Summary: Enable the new diveregence analysis by default for AMDGPU. Resubmit with test updates since GPUDA was causing failures on Windows. Reviewers: rampitec, nhaehnle, arsenm, thakis Subscribers: kzhuravl, jvesely, wdng, yaxunl, dstuttard, tpr, t-tye, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D73315
-
- 30 Aug, 2018 1 commit
-
-
Nicolai Haehnle authored
Summary: This is patch 1 of the new DivergenceAnalysis (https://reviews.llvm.org/D50433). The purpose of this patch is to free up the name DivergenceAnalysis for the new generic implementation. The generic implementation class will be shared by specialized divergence analysis classes. Patch by: Simon Moll Reviewed By: nhaehnle Subscribers: jvesely, jholewinski, arsenm, nhaehnle, mgorny, jfb, llvm-commits Differential Revision: https://reviews.llvm.org/D50434 Change-Id: Ie8146b11be2c50d5312f30e11c7a3036a15b48cb llvm-svn: 341071
-
- 30 Mar, 2017 1 commit
-
-
Matt Arsenault authored
Add scope, order, isVolatile llvm-svn: 299122
-
- 30 Jan, 2017 1 commit
-
-
Matt Arsenault authored
llvm-svn: 293504
-
- 13 Apr, 2016 1 commit
-
-
Matt Arsenault authored
llvm-svn: 266155
-
- 17 Mar, 2016 1 commit
-
-
Nicolai Haehnle authored
Summary: As explained by the comment, threads will typically see different values returned by atomic instructions even if the arguments are equal. Reviewers: arsenm, tstellarAMD Subscribers: arsenm, llvm-commits Differential Revision: http://reviews.llvm.org/D18156 llvm-svn: 263719
-