summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-23/+20
* [OPENMP] Codegen for "#pragma omp atomic write"Alexey Bataev2015-02-271-2/+27
* [OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev2015-02-261-34/+5
* [OPENMP] Rename methods of OpenMPRuntime class. NFC. Alexey Bataev2015-02-251-37/+34
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-141-2/+5
* Revert r229082 for a bit, it caused PR22577.Nico Weber2015-02-131-5/+2
* MS ABI: Implement /volatile:msDavid Majnemer2015-02-131-2/+5
* [OPENMP] Initial codegen for 'single' directive.Alexey Bataev2015-02-051-2/+7
* [OPENMP] Codegen for 'taskyield' directiveAlexey Bataev2015-02-051-2/+3
* Address review feedback for r228003.Adrian Prantl2015-02-031-2/+2
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-2/+2
* Support ‘omp for’ with static chunked schedule kind.Alexander Musman2015-01-221-2/+90
* [OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.Alexey Bataev2015-01-221-2/+119
* Revert commit revision 226786Alexey Bataev2015-01-221-119/+2
* [OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.Alexey Bataev2015-01-221-2/+119
* Revert commit r226784.Alexey Bataev2015-01-221-119/+2
* [OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.Alexey Bataev2015-01-221-2/+119
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-2/+2
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-2/+2
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-2/+2
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-2/+2
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-2/+2
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-2/+2
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-2/+2
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-3/+36
* First patch with codegen of the 'omp for' directive. It implementsAlexander Musman2014-12-151-2/+104
* [OPENMP] Codegen for 'omp barrier' directive.Alexey Bataev2014-12-051-2/+2
* [OPENMP] Codegen for 'omp master' directiveAlexey Bataev2014-12-041-2/+7
* [OPENMP] Formating and code improvement for codegen of 'omp critical' directive.Alexey Bataev2014-12-011-12/+3
* [OPENMP] Codegen for "omp flush" directive.Alexey Bataev2014-11-201-2/+11
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-211-0/+27
* [OPENMP] Codegen for 'num_threads' clause in 'parallel' directive.Alexey Bataev2014-10-131-6/+20
* [OPENMP] Codegen for 'if' clause in 'parallel' directive.Alexey Bataev2014-10-131-2/+60
* Code reformatting and improvement for OpenMP.Alexey Bataev2014-10-101-11/+4
* Code improvements in OpenMP CodeGen.Alexey Bataev2014-10-101-15/+42
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+4
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-12/+107
* Revert commit r219297.Alexey Bataev2014-10-081-107/+12
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-12/+107
* Revert back r219295.Alexey Bataev2014-10-081-107/+12
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-12/+107
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-4/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+4
* [OPENMP] Small refactoring of EmitOMPSimdLoop helper routine.Alexander Musman2014-10-071-14/+14
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-011-3/+155
* [OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.Alexander Musman2014-09-301-0/+30
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+5
* [OPENMP] Codegen for 'omp critical' directive.Alexey Bataev2014-09-221-2/+16
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+4
OpenPOWER on IntegriCloud