summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/for_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Make the loop with unsigned counter countable.Alexey Bataev2019-01-291-2/+4
* [OpenMP] Avoid remainder operations for loop index values on a collapsed loop...Gheorghe-Teodor Bercea2019-01-091-1/+0
* [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse2018-12-201-7/+7
* [OpenMP] Update CHECK-DAG usage in for_codegen.cppJoel E. Denny2018-11-201-14/+12
* [OPENMP] Create non-const ident_t objects.Mike Rice2018-08-291-2/+2
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-8/+8
* [OPENMP] General code improvements.Alexey Bataev2018-04-161-2/+2
* [OPENMP] Fix lifetime of the loop counters.Alexey Bataev2018-03-071-1/+13
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+7
* [OPENMP] Simplify codegen for loop iteration variables in loop preamble.Alexey Bataev2017-12-081-0/+2
* [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration sp...Alexey Bataev2017-12-041-1/+11
* [OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev2017-11-021-1/+1
* [OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev2017-09-061-3/+3
* [OPENMP] Fix the test, NFC.Alexey Bataev2017-08-311-1/+1
* [OPENMP] Fix for PR34398: assert with random access iterator if theAlexey Bataev2017-08-311-0/+12
* [OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev2017-08-161-1/+1
* [OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev2017-08-141-3/+4
* [OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during sourceAlexey Bataev2016-12-201-0/+3
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* [OPENMP] Fix crash for 'schedule|dist_schedule' clauses duringAlexey Bataev2016-06-151-0/+21
* [OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'Alexey Bataev2016-05-101-4/+4
* [OPENMP] Remove extra code transformation.Alexey Bataev2016-03-291-1/+2
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-1/+1
* [OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev2015-08-181-0/+4
* [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.Alexey Bataev2015-08-141-8/+13
* [OPENMP 4.1] Allow references in init expression for loop-based constructs.Alexey Bataev2015-08-061-0/+15
* [OPENMP] Fixed detection of canonical loops with random access iterators.Alexey Bataev2015-07-161-2/+3
* [OPENMP] http://llvm.org/PR24121: canonical loop rejected when comparison has...Alexey Bataev2015-07-151-1/+56
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-1/+1
* [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-7/+7
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-4/+4
* [OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...Alexey Bataev2015-05-071-2/+7
* [OPENMP] Allow to use global variables as lcv in loop-based directives.Alexey Bataev2015-04-301-1/+41
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-3/+3
* [OPENMP] Fix use of unsigned counters in loops with zero trip count.Alexey Bataev2015-04-221-0/+25
* [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.Alexey Bataev2015-03-301-8/+9
* [OPENMP] CodeGen - 'omp for' with dynamic schedule kinds.Alexander Musman2015-03-121-3/+172
* [OPENMP] Fixed tests for non-debug builds. NFC.Alexey Bataev2015-03-101-1/+1
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-4/+20
* Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola2015-03-101-20/+4
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-4/+20
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-24/+24
* [OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev2015-02-261-0/+8
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-1/+1
* Support ‘omp for’ with static chunked schedule kind.Alexander Musman2015-01-221-1/+60
* Test for 'omp for' (for r224233).Alexander Musman2014-12-151-0/+91