Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
OpenMP
/
single_codegen.cpp
fd006c4
[OPENMP] Fix emission of the __kmpc_global_thread_num.
by Alexey Bataev
· 7 years ago
e1ca7b6
[OPENMP] Create non-const ident_t objects.
by Mike Rice
· 7 years ago
a4fa0b8
[OPENMP] General code improvements.
by Alexey Bataev
· 7 years ago
6e938ef
Change memcpy/memove/memset to have dest and source alignment attributes (Step 1).
by Daniel Neilson
· 8 years ago
a8a9153a
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops only.
by Alexey Bataev
· 8 years ago
0e1b458
[OPENMP] Fix PR35156: Get correct thread id with windows exceptions.
by Alexey Bataev
· 8 years ago
aee1855
[OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.
by Alexey Bataev
· 8 years ago
7a20371
Remove unnecessary x86 backend requirements from OpenMP tests
by Reid Kleckner
· 9 years ago
6d00426
Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects.
by Samuel Antao
· 9 years ago
b1f9501
Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects.
by Samuel Antao
· 9 years ago
4951617
[OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects.
by Samuel Antao
· 9 years ago
7ace49d
[OPENMP] Pass scalar firstprivate vars by value.
by Alexey Bataev
· 9 years ago
14fa1c6
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
by Alexey Bataev
· 10 years ago
f539faa
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
by Alexey Bataev
· 10 years ago
424be92
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
by Alexey Bataev
· 10 years ago
f662b59
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
by Alexey Bataev
· 10 years ago
b8c425c
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
by Alexey Bataev
· 10 years ago
e122da1
[OPENMP 4.5] Allow to use private data members in 'copyprivate' clause.
by Alexey Bataev
· 10 years ago
3b39e88
Revert "Change memcpy/memset/memmove to have dest and source alignments."
by Pete Cooper
· 10 years ago
7bfd5cb
Change memcpy/memset/memmove to have dest and source alignments.
by Pete Cooper
· 10 years ago
3459ce2
Stop messing with the 'g' group of options in CompilerInvocation.
by Douglas Katzman
· 10 years ago
caacd53
[OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trap
by Alexey Bataev
· 10 years ago
f8b5012
[OpenMP] Add TLS-based implementation for threadprivate directive.
by Samuel Antao
· 10 years ago
bc06858
Revert "Revert r241620 and follow-up commits" and move the initialization
by Adrian Prantl
· 10 years ago
142ec39
Revert r241620 and follow-up commits while investigating linux buildbot failures.
by Adrian Prantl
· 10 years ago
e50371b
Wrap clang modules and pch files in an object file container.
by Adrian Prantl
· 10 years ago
81c7ea0
[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.
by Alexey Bataev
· 10 years ago
5129d3a
[OPENMP] Fixed codegen for parameters privatization.
by Alexey Bataev
· 10 years ago
db39021
[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)
by Alexey Bataev
· 10 years ago
1d9c15c
[OPENMP] Fixed codegen for copying/initialization of array variables/parameters.
by Alexey Bataev
· 10 years ago
66beaa9
[OPENMP] Fixed codegen for 'copyprivate' clause.
by Alexey Bataev
· 10 years ago
9dd4e4e
DebugInfo: Metadata constructs now start with DI*
by Duncan P. N. Exon Smith
· 10 years ago
8b72566
[OPENMP] Do not emit implicit barrier for single directive with 'copyprivate' clause(s).
by Alexey Bataev
· 10 years ago
420d45b
[OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
by Alexey Bataev
· 10 years ago
6f1ffc0
[OPENMP] Refactoring of codegen for OpenMP directives.
by Alexey Bataev
· 10 years ago
f268568
[OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.
by Alexey Bataev
· 11 years ago
1b752aa
[OPENMP] Fixed test for 'single' directive codegen.
by Alexey Bataev
· 11 years ago
a63048e
[OPENMP] Codegen for 'copyprivate' clause ('single' directive).
by Alexey Bataev
· 11 years ago
da19af4
[OPENMP] Fixed tests for non-debug builds. NFC.
by Alexey Bataev
· 11 years ago
36bf011
[OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope
by Alexey Bataev
· 11 years ago
eb26ddf
Revert "[OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope Patch adds proper generation of debug info for all OpenMP regions. Also, all OpenMP regions are generated in a termination scope, because standard does not allow to throw exceptions out of structured blocks, associated with the OpenMP regions Differential Revision: http://reviews.llvm.org/D7935"
by Rafael Espindola
· 11 years ago
7ab2cc1
[OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope
by Alexey Bataev
· 11 years ago
8cbe0a6
[OPENMP] Fixed codegen for directives without function outlining.
by Alexey Bataev
· 11 years ago
cbc368c
Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."
by Adrian Prantl
· 11 years ago
8bf7af3
Wrap clang module files in a Mach-O, ELF, or COFF container.
by Adrian Prantl
· 11 years ago
6956e2e
[OPENMP] Initial codegen for 'single' directive.
by Alexey Bataev
· 11 years ago