Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
OpenMP
/
parallel_codegen.cpp
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
1b48c5e
[OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.
by Alexey Bataev
· 8 years ago
3c595a6
[OPENMP] Generalization of calls of the outlined functions.
by Alexey Bataev
· 8 years ago
e754b18
[OPENMP] Emit non-debug version of outlined functions with original name.
by Alexey Bataev
· 8 years ago
1fdfdf7
[OPENMP][DEBUG] Generate second function with correct arg types.
by Alexey Bataev
· 8 years ago
2158fa6
[OPENMP] Fixed test on MIPS-based buildbots.
by Alexey Bataev
· 9 years ago
ac5eabb
[OPENMP] Fixed capturing of VLA variables.
by Alexey Bataev
· 9 years ago
1e2b7e6
Revert "[OPENMP] Fixed capturing of VLA variables."
by Diana Picus
· 9 years ago
420537f
[OPENMP] Fixed capturing of VLA variables.
by Alexey Bataev
· 9 years ago
7a20371
Remove unnecessary x86 backend requirements from OpenMP tests
by Reid Kleckner
· 9 years ago
6f531ec
[OPENMP] Remove explicit call for implicit barrier
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
129552b
[WinEH] Remove NewMSEH and enable its behavior by default
by Reid Kleckner
· 10 years ago
25e5b44
[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only if 'cancel' is found.
by Alexey Bataev
· 10 years ago
5852e42
[OPENMP] Fix test incompatibility with Windows.
by Alexey Bataev
· 10 years ago
e19facb
[OPENMP] Fix test incompatibility with Windows codegen.
by Alexey Bataev
· 10 years ago
22b4629
[OPENMP] Fix test incompatibility with 32-bit platforms
by Alexey Bataev
· 10 years ago
2377fe9
[OPENMP] Outlined function for parallel and other regions with list of captured variables.
by Alexey Bataev
· 10 years ago
7f416cc
Compute and preserve alignment more faithfully in IR-generation.
by John McCall
· 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
ea3e51d
Account for calling convention specifiers in function definitions in IR test cases
by David Blaikie
· 10 years ago
db39021
[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)
by Alexey Bataev
· 10 years ago
d6c88ec
[opaque pointer types] Explicit non-pointer type for call expressions
by David Blaikie
· 10 years ago
6f1ffc0
[OPENMP] Refactoring of codegen for OpenMP directives.
by Alexey Bataev
· 10 years ago
bdf40a6
Test case updates for explicit type parameter to the gep operator
by David Blaikie
· 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
a953f28
Update Clang tests to handle explicitly typed load changes in LLVM.
by David Blaikie
· 11 years ago
218b783
Update Clang tests to handle explicitly typed gep changes in LLVM.
by David Blaikie
· 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
1d59f99
Initial support for Win64 SEH IR emission
by Reid Kleckner
· 11 years ago
4a5bb77
[OPENMP] Codegen for 'firstprivate' clause.
by Alexey Bataev
· 11 years ago
8068b64
Revert commit r219297.
by Alexey Bataev
· 11 years ago
3854f63
[OPENMP] Codegen for 'firstprivate' clause.
by Alexey Bataev
· 11 years ago
bdef50e
Revert back r219295.
by Alexey Bataev
· 11 years ago
e7a5517
[OPENMP] Codegen for 'firstprivate' clause.
by Alexey Bataev
· 11 years ago
22b065c
allow optional signext attribute
by Will Schmidt
· 11 years ago
0120ce8
[OPENMP] Another one fix in test for msvc
by Alexey Bataev
· 11 years ago
3e4fa2f
[OPENMP] Fix codegen test for msvc build
by Alexey Bataev
· 11 years ago
c6be05d
[OPENMP] Fixed checking for mangled names in parallel_codegen.cpp test
by Alexey Bataev
· 11 years ago
15007ba
[OPENMP] Fixed problem with temp removal on some platforms in codegen for '#pragma omp parallel'
by Alexey Bataev
· 11 years ago
79eed41
[OPENMP] Temporarily disable test parallel_codegen.cpp
by Alexey Bataev
· 11 years ago
0b397eaf
[OPENMP] Another one fix for codegen test '#pragma omp parallel'
by Alexey Bataev
· 11 years ago
795b88b
[OPENMP] Fixed test for '#pragma omp parallel' codegen
by Alexey Bataev
· 11 years ago
e357df8
[OPENMP] Temporary disable test for parallel codegen
by Alexey Bataev
· 11 years ago
9959db5
[OPENMP] Initial codegen for '#pragma omp parallel'
by Alexey Bataev
· 11 years ago