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
-
- 10 Sep, 2018 1 commit
-
-
Matt Arsenault authored
llvm-svn: 341770
-
- 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
-
- 19 Apr, 2017 1 commit
-
-
Matt Arsenault authored
Stop assuming all functions are kernels. llvm-svn: 300719
-
- 22 Jan, 2017 1 commit
-
-
Benjamin Kramer authored
The colon is important. llvm-svn: 292761
-
- 13 Apr, 2016 1 commit
-
-
Matt Arsenault authored
llvm-svn: 266155
-
- 06 Apr, 2016 1 commit
-
-
Nicolai Haehnle authored
This makes it possible to distinguish between mesa shaders and other kernels even in the presence of compute shaders. Patch By: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Differential Revision: http://reviews.llvm.org/D18559 llvm-svn: 265589
-
- 19 Dec, 2015 1 commit
-
-
Tom Stellard authored
Summary: The analysis of shader inputs was completely wrong. We were passing the wrong index to AttributeSet::hasAttribute() and the logic for which inputs where in SGPRs was wrong too. Reviewers: arsenm Subscribers: arsenm, llvm-commits Differential Revision: http://reviews.llvm.org/D15608 llvm-svn: 256082
-