summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-041-19/+14
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-01-261-4/+5
* [OPENMP 4.5] Allow arrays in 'reduction' clause.Alexey Bataev2016-01-261-44/+21
* [OPENMP] Generalize codegen for 'sections'-based directive.Alexey Bataev2016-01-221-11/+4
* [OPENMP] Fix crash on reduction for complex variables.Alexey Bataev2016-01-211-7/+9
* [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.Alexey Bataev2016-01-201-2/+0
* Don't store CGOpenMPRegionInfo::CodeGen as a reference (PR26078)Hans Wennborg2016-01-121-1/+1
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-27/+730
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-731/+27
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-27/+731
* [OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.Alexey Bataev2015-12-231-0/+1
* [OPENMP] Revert r256238 to fix the problem with tests on Linux.Alexey Bataev2015-12-221-1/+0
* [OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.Alexey Bataev2015-12-221-0/+1
* [OPENMP] Fix for http://llvm.org/PR25878: Error compiling an OpenMP programAlexey Bataev2015-12-181-0/+48
* [OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...Alexey Bataev2015-12-181-0/+1
* [OPENMP 4.5] Codegen for 'hint' clause of 'critical' directiveAlexey Bataev2015-12-151-12/+30
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-021-22/+74
* [OPENMP] Fix crash on codegen for 'task' directive with no shared variables.Alexey Bataev2015-11-241-1/+1
* [OPENMP] 'out' dependency for 'task' directives must be the same as 'inout'.Alexey Bataev2015-11-231-3/+2
* [CodeGen] Call SetInternalFunctionAttributes to attach functionAkira Hatanaka2015-10-311-3/+4
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-281-1/+1
* [CodeGen] Attach function attributes to Objective-C and OpenMPAkira Hatanaka2015-10-281-6/+7
* [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.Alexey Bataev2015-10-081-103/+280
* [OpenMP] Target directive host codegen.Samuel Antao2015-10-021-0/+303
* Remove 'const' from some ArrayRef arguments since they're passed by value any...Craig Topper2015-09-291-6/+5
* [OPENMP 4.1] Codegen for ‘simd’ clause in ‘ordered’ directive.Alexey Bataev2015-09-291-4/+4
* [OPENMP 4.0] Add 'if' clause for 'cancel' directive.Alexey Bataev2015-09-181-22/+30
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-51/+75
* Revert "Always_inline codegen rewrite" and 2 follow-ups.Evgeniy Stepanov2015-09-141-1/+1
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-121-1/+1
* Revert "Specify target triple in alwaysinline tests."Evgeniy Stepanov2015-09-111-1/+1
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-111-1/+1
* [OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev2015-09-111-6/+17
* Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-7/+6
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-56/+56
* Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-6/+7
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-7/+6
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-247/+290
* [OpenMP] Make helper functoin static. NFC.Benjamin Kramer2015-09-021-1/+1
* [OPENMP 4.0] Codegen for array sections.Alexey Bataev2015-08-311-7/+39
* Revert "[OPENMP 4.0] Codegen for array sections."Daniel Jasper2015-08-281-39/+7
* [OPENMP 4.0] Codegen for array sections.Alexey Bataev2015-08-281-7/+39
* Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...David Blaikie2015-08-181-1/+1
* Propagate SourceLocations through to get a Loc on float_cast_overflowFilipe Cabecinhas2015-08-111-22/+24
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-0/+10
* [OPENMP 4.0] Codegen for 'omp cancel' directive.Alexey Bataev2015-07-061-16/+66
* [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-57/+101
* [OPENMP 4.0] Codegen for 'cancellation point' directive.Alexey Bataev2015-07-021-0/+53
* [OPENMP] Codegen for 'depend' clause (OpenMP 4.0).Alexey Bataev2015-06-241-25/+155
OpenPOWER on IntegriCloud