index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Driver
/
openmp-offload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Slightly relax restriction on exact order arguments must appear.
Douglas Yung
2019-10-12
1
-2
/
+2
*
[Clang][OpenMP Offload] Add new tool for wrapping offload device binaries
Sergey Dmitriev
2019-10-09
1
-119
/
+125
*
[Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...
Sergey Dmitriev
2019-09-27
1
-8
/
+0
*
[Driver] Move the "-o OUT -x TYPE SRC.c" flags to the end of -cc1
Reid Kleckner
2019-05-23
1
-49
/
+53
*
Further relax restriction in tests to include where "-E" and "-S" must appear.
Douglas Yung
2019-02-14
1
-30
/
+30
*
Relax restriction in tests to where "-emit-llvm-bc" and "-emit-obj" must appear.
Douglas Yung
2019-02-14
1
-16
/
+16
*
[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.
Alexey Bataev
2018-09-28
1
-2
/
+4
*
Revert "[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file
Alexey Bataev
2018-09-25
1
-1
/
+1
*
[OPENMP] Fix the test, NFC.
Alexey Bataev
2018-09-25
1
-3
/
+2
*
[OPENMP] Fix failed test, NFC.
Alexey Bataev
2018-09-25
1
-1
/
+0
*
[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.
Alexey Bataev
2018-09-25
1
-2
/
+4
*
[ADT] Normalize empty triple components
Petr Hosek
2018-08-08
1
-68
/
+68
*
[test] Pass in fixed triple for openmp-offload.c
Jonas Hahnfeld
2017-10-04
1
-2
/
+2
*
[OpenMP] Fix passing of -m arguments correctly
Jonas Hahnfeld
2017-10-04
1
-0
/
+8
*
[OpenMP] Fix passing of -m arguments to device toolchain
Jonas Hahnfeld
2017-09-27
1
-0
/
+48
*
Fix memory leak in ToolChain::TranslateOpenMPTargetArgs
Jonas Hahnfeld
2017-08-14
1
-3
/
+0
*
Disabling openmp-offload.c on linux until it is stabilized on all local confi...
Alex Shlyapnikov
2017-08-11
1
-0
/
+3
*
[OpenMP] Move failing flag tests to disabled GPU
Gheorghe-Teodor Bercea
2017-08-11
1
-32
/
+0
*
[OpenMP] Enable previously successful offloading tests.
Gheorghe-Teodor Bercea
2017-08-11
1
-21
/
+0
*
Disabling openmp-offload.c on linux until it is stabilized on all local confi...
Alex Shlyapnikov
2017-08-10
1
-0
/
+3
*
[OpenMP] Delete tests in openmp-offload.c which cuase failures
Gheorghe-Teodor Bercea
2017-08-10
1
-65
/
+0
*
Revert r310489 and follow-up commits r310505, r310519, r310537 and r310549
Alex Lorenz
2017-08-10
1
-19
/
+3
*
[OpenMP] Remove offending test.
Gheorghe-Teodor Bercea
2017-08-09
1
-8
/
+0
*
[OpenMP] Fix failing test for D29660.
Gheorghe-Teodor Bercea
2017-08-09
1
-3
/
+1
*
[OpenMP] Make the PTX version tests general enough to work on all toolchains.
Gheorghe-Teodor Bercea
2017-08-09
1
-6
/
+22
*
[OpenMP] Add flag for overwriting default PTX version for OpenMP targets
Gheorghe-Teodor Bercea
2017-08-09
1
-2
/
+12
*
[OpenMP] Add flag for disabling the default generation of relocatable OpenMP ...
Gheorghe-Teodor Bercea
2017-08-09
1
-0
/
+17
*
[OpenMP] Make OpenMP generated code for the NVIDIA device relocatable by default
Gheorghe-Teodor Bercea
2017-08-09
1
-0
/
+8
*
[OpenMP] Fix bug regarding cubin integration into host binary
Gheorghe-Teodor Bercea
2017-08-09
1
-0
/
+20
*
Non-functional change. Fix test for D29654.
Gheorghe-Teodor Bercea
2017-08-08
1
-1
/
+1
*
[OpenMP] OpenMP device offloading code generation produces a cubin file which...
Gheorghe-Teodor Bercea
2017-08-08
1
-0
/
+38
*
Revert r310291, r310300 and r310332 because of test failure on Darwin
Alex Lorenz
2017-08-08
1
-48
/
+0
*
Fix openmp-offload.c test on Windows
Reid Kleckner
2017-08-08
1
-2
/
+2
*
[OpenMP] Make OpenMP generated code for the NVIDIA device relocatable by default
Gheorghe-Teodor Bercea
2017-08-07
1
-0
/
+8
*
[OpenMP] Integrate OpenMP target region cubin into host binary
Gheorghe-Teodor Bercea
2017-08-07
1
-0
/
+40
*
Add some missing -no-canonical-prefixes.
Benjamin Kramer
2017-08-07
1
-4
/
+4
*
[OpenMP] Add flag for specifying the target device architecture for OpenMP de...
Gheorghe-Teodor Bercea
2017-08-07
1
-0
/
+32
*
Add -no-canonical-prefixes to the test line so that we can handle different b...
Eric Christopher
2017-06-30
1
-1
/
+1
*
Fix openmp-offload.c test on Windows
Reid Kleckner
2017-06-29
1
-2
/
+2
*
[OpenMP] Fix test for revision D29645. NFC
Gheorghe-Teodor Bercea
2017-06-29
1
-5
/
+3
*
[OpenMP] Pass -fopenmp-is-device to preprocessing and machine specific code g...
Gheorghe-Teodor Bercea
2017-06-29
1
-0
/
+10
*
[OpenMP] Add support for auxiliary triple specification
Gheorghe-Teodor Bercea
2017-06-29
1
-28
/
+28
*
[OpenMP][Driver] Put target binary for each offload target into a
Alexey Bataev
2017-05-30
1
-3
/
+5
*
Fix this test when we have clang-offload-bundler.exe.
Rafael Espindola
2016-10-31
1
-10
/
+10
*
clang/test/Driver/openmp-offload.c: Relax expressions if "ld.exe" exists, lik...
NAKAMURA Takumi
2016-10-30
1
-18
/
+18
*
Define extra variable in OpenMP offloading driver tests.
Samuel Antao
2016-10-28
1
-5
/
+8
*
Change OpenMP offload driver tests so that it doesn't use the full file path ...
Samuel Antao
2016-10-28
1
-87
/
+197
*
[openmp] Remove test assumption that canonical binary name contains "clang"
Benjamin Kramer
2016-10-28
1
-15
/
+15
*
Use -fopenmp=libomp in all OpenMP offloading tests.
Samuel Antao
2016-10-27
1
-24
/
+20
*
[Driver][OpenMP] Add support to create jobs for unbundling actions.
Samuel Antao
2016-10-27
1
-2
/
+91
[next]