This revision was automatically updated to reflect the committed changes.
Closed by commit rL280587: Replace the Radeon GCN GPU family names by more
descriptive ones (authored by olesalscheider).
Changed prior to commit:
https://reviews.llvm.org/D23957?vs=69486&id=70264#toc
Repository:
rL LL
Author: olesalscheider
Date: Sat Sep 3 02:13:54 2016
New Revision: 280587
URL: http://llvm.org/viewvc/llvm-project?rev=280587&view=rev
Log:
Replace the Radeon GCN GPU family names by more descriptive ones
Differential Revision: https://reviews.llvm.org/D23957
Modified:
cfe/trunk/lib/Basic/T
This revision was automatically updated to reflect the committed changes.
Closed by commit rL280120: Basic/Targets.cpp: Add polaris10 and polaris11 gpus
(authored by olesalscheider).
Changed prior to commit:
https://reviews.llvm.org/D23746?vs=69485&id=69730#toc
Repository:
rL LLVM
https://r
Author: olesalscheider
Date: Tue Aug 30 13:00:41 2016
New Revision: 280121
URL: http://llvm.org/viewvc/llvm-project?rev=280121&view=rev
Log:
configure.py: Add polaris10 and polaris11
Modified:
libclc/trunk/configure.py
Modified: libclc/trunk/configure.py
URL:
http://llvm.org/viewvc/llvm-pro
Author: olesalscheider
Date: Tue Aug 30 13:00:22 2016
New Revision: 280120
URL: http://llvm.org/viewvc/llvm-project?rev=280120&view=rev
Log:
Basic/Targets.cpp: Add polaris10 and polaris11 gpus
Differential Revision: https://reviews.llvm.org/D23746
Modified:
cfe/trunk/lib/Basic/Targets.cpp
M
olesalscheider created this revision.
olesalscheider added reviewers: cfe-commits, arsenm, tstellarAMD.
https://reviews.llvm.org/D23957
Files:
lib/Basic/Targets.cpp
Index: lib/Basic/Targets.cpp
===
--- lib/Basic/Targets.cpp
+++ li
olesalscheider updated this revision to Diff 69485.
https://reviews.llvm.org/D23746
Files:
lib/Basic/Targets.cpp
Index: lib/Basic/Targets.cpp
===
--- lib/Basic/Targets.cpp
+++ lib/Basic/Targets.cpp
@@ -2110,21 +2110,23 @@
sta
olesalscheider added inline comments.
Comment at: lib/Basic/Targets.cpp:1959
@@ -1959,1 +1958,3 @@
+GK_VOLCANIC_ISLANDS,
+GK_ARCTIC_ISLANDS
} GPU;
arsenm wrote:
> tstellarAMD wrote:
> > We're trying to move to more descriptive GPU family names, so this
olesalscheider updated this revision to Diff 68779.
https://reviews.llvm.org/D23746
Files:
lib/Basic/Targets.cpp
Index: lib/Basic/Targets.cpp
===
--- lib/Basic/Targets.cpp
+++ lib/Basic/Targets.cpp
@@ -1955,7 +1955,8 @@
GK_CA
olesalscheider created this revision.
olesalscheider added reviewers: cfe-commits, tstellarAMD, arsenm.
https://reviews.llvm.org/D23746
Files:
lib/Basic/Targets.cpp
Index: lib/Basic/Targets.cpp
===
--- lib/Basic/Targets.cpp
+++ li
Am Tuesday 09 February 2016, 17:06:58 schrieb Richard Smith:
> On Thu, Feb 4, 2016 at 3:17 PM, Niels Ole Salscheider via cfe-commits
>
> wrote:
> > Author: olesalscheider
> > Date: Thu Feb 4 17:17:20 2016
> > New Revision: 259842
> >
> > URL: http://llvm.
On Tuesday, 9 February 2016, 18:09:37 CET, Marshall Clow wrote:
> On Thu, Feb 4, 2016 at 3:17 PM, Niels Ole Salscheider via cfe-commits <
>
> cfe-commits@lists.llvm.org> wrote:
> > Author: olesalscheider
> > Date: Thu Feb 4 17:17:20 2016
> > New Revision: 259
Author: olesalscheider
Date: Thu Feb 4 17:17:20 2016
New Revision: 259842
URL: http://llvm.org/viewvc/llvm-project?rev=259842&view=rev
Log:
Fix the search path for CMake files
This allows to find the LLVM's CMake files after moving them in
r259821.
Modified:
libcxx/trunk/cmake/Modules/Handl
Author: olesalscheider
Date: Thu Feb 4 14:08:27 2016
New Revision: 259822
URL: http://llvm.org/viewvc/llvm-project?rev=259822&view=rev
Log:
Install cmake files to lib/cmake/clang
This is the right location for platform-specific files.
Also, search for LLVM's CMake files in this directory.
Modi
Ping.
Am Monday 21 December 2015, 00:10:10 schrieb Niels Ole Salscheider:
> This is the right location for platform-specific files.
>
> Also, search for LLVM's CMake files in this directory.
> ---
> CMakeLists.txt | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git
On Monday 21 December 2015, 00:10:10 CET, you wrote:
> This is the right location for platform-specific files.
>
> Also, search for LLVM's CMake files in this directory.
The corresponding LLVM patch can be found at
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20151214/320963.html
>
This is the right location for platform-specific files.
Also, search for LLVM's CMake files in this directory.
---
CMakeLists.txt | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c54e75..e4a839d 100644
--- a/CMakeLists.txt
+++ b
Author: olesalscheider
Date: Tue Sep 29 01:39:09 2015
New Revision: 248780
URL: http://llvm.org/viewvc/llvm-project?rev=248780&view=rev
Log:
Implement tanh builtin
This is a port from the AMD builtin library.
Added:
libclc/trunk/generic/include/clc/math/tanh.h
libclc/trunk/generic/includ
18 matches
Mail list logo