]> granicus.if.org Git - clang/history - lib/CodeGen/CGOpenMPRuntime.h
CGOpenMPRuntime.h: Prune '\param IfCond' in r267395. [-Wdocumentation]
[clang] / lib / CodeGen / CGOpenMPRuntime.h
2016-04-26 NAKAMURA TakumiCGOpenMPRuntime.h: Prune '\param IfCond' in r267395...
2016-04-25 Alexey Bataev[OPENMP 4.5] Codegen for 'taskloop' directive.
2016-04-20 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-19 Alexey BataevRevert "[OPENMP] Codegen for untied tasks."
2016-04-19 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-19 Alexey BataevRevert "[OPENMP] Codegen for untied tasks."
2016-04-19 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-04 Carlo Bertolli[OPENMP] Codegen for teams directive for NVPTX
2016-03-29 Alexey Bataev[OPENMP] Allow runtime insert its own code inside OpenM...
2016-03-28 Alexey BataevRevert "[OPENMP] Allow runtime insert its own code...
2016-03-28 Alexey Bataev[OPENMP] Allow runtime insert its own code inside OpenM...
2016-03-28 Alexey BataevRevert "[OPENMP] Allow runtime insert its own code...
2016-03-28 Alexey Bataev[OPENMP] Allow runtime insert its own code inside OpenM...
2016-03-22 Arpith Chacko Jacob[OpenMP] Base support for target directive codegen...
2016-03-18 Arpith Chacko JacobRevert r263783 as buildbot failure is being investigated.
2016-03-18 Arpith Chacko Jacob[OpenMP] Base support for target directive codegen...
2016-03-17 Alexey Bataev[OPENMP 4.0] Use 'declare reduction' constructs in...
2016-03-15 Arpith Chacko JacobRevert commit http://reviews.llvm.org/D17877 to fix...
2016-03-15 Arpith Chacko Jacob[OpenMP] Base support for target directive codegen...
2016-03-15 Arpith Chacko JacobReverted http://reviews.llvm.org/D17877 to fix tests.
2016-03-15 Arpith Chacko Jacob[OpenMP] Base support for target directive codegen...
2016-03-07 Carlo BertolliReapply r262741 [OPENMP] Codegen for distribute directive
2016-03-05 Simon PilgrimFixed -Wdocumentation warning - typo in a parameter...
2016-03-04 Samuel AntaoRevert r262741 - [OPENMP] Codegen for distribute directive
2016-03-04 Carlo Bertolli[OPENMP] Codegen for distribute directive
2016-03-04 Alexey Bataev[OPENMP 4.0] Codegen for 'declare reduction' construct.
2016-03-03 Carlo BertolliAdd code generation for teams directive inside target...
2016-02-19 Alexey Bataev[OPENMP] Improved layout of CGOpenMPRuntime class,...
2016-02-13 Samuel Antao[OpenMP] Rename the offload entry points.
2016-02-02 Benjamin KramerMake the remaining headers self-contained.
2016-01-11 Reid KlecknerFix -Wmicrosoft-enum-value warning
2016-01-06 Nico WeberFix -Wdocumentation warning after r256933
2016-01-06 Samuel Antao[OpenMP] Reapply rL256842: [OpenMP] Offloading descript...
2016-01-05 Samuel Antao[OpenMP] Revert rL256842: [OpenMP] Offloading descripto...
2016-01-05 Samuel Antao[OpenMP] Offloading descriptor registration and device...
2015-12-15 Alexey Bataev[OPENMP 4.5] Codegen for 'hint' clause of 'critical...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-08 Alexey Bataev[OPENMP 4.1] Codegen for array sections/subscripts...
2015-10-02 Samuel Antao[OpenMP] Target directive host codegen.
2015-09-29 Alexey Bataev[OPENMP 4.1] Codegen for ‘simd’ clause in ‘ordered...
2015-09-18 Alexey Bataev[OPENMP 4.0] Add 'if' clause for 'cancel' directive.
2015-09-15 Alexey Bataev[OPENMP] Emit __kmpc_cancel_barrier() and code for...
2015-09-11 NAKAMURA TakumiFix \param in r247251. [-Wdocumentation]
2015-09-10 Alexey Bataev[OPENMP] Outlined function for parallel and other regio...
2015-09-08 NAKAMURA TakumiclangCodeGen: Fix comments. [-Wdocumentation]
2015-09-08 John McCallCompute and preserve alignment more faithfully in IR...
2015-07-06 Alexey Bataev[OPENMP 4.0] Codegen for 'omp cancel' directive.
2015-07-03 Alexey Bataev[OPENMP 4.0] Fixed codegen for 'cancellation point...
2015-07-02 Alexey Bataev[OPENMP 4.0] Codegen for 'cancellation point' directive.
2015-06-24 Alexey Bataev[OPENMP] Codegen for 'depend' clause (OpenMP 4.0).
2015-06-18 Alexey Bataev[OPENMP] Codegen for 'proc_bind' clause (4.0).
2015-06-18 Alexey Bataev[OPENMP] Support for '#pragma omp taskgroup' directive.
2015-06-17 Alexey Bataev[OPENMP] Supported reduction clause in omp simd construct.
2015-05-20 Alexey Bataev[OPENMP] Fix codegen for ordered loop directives.
2015-05-18 Alexey Bataev[OPENMP] Fix for '#pragma omp task' codegen.
2015-05-05 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause in 'task...
2015-04-30 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'task' directive.
2015-04-30 Alexey Bataev[OPENMP] Fixed codegen for 'copyprivate' clause.
2015-04-28 Nico WeberFix typo in comment.
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'taskwait' directive.
2015-04-22 Alexey Bataev[OPENMP] Codegen for 'if' clause in 'task' directive.
2015-04-22 Alexey Bataev[OPENMP] Codegen for 'ordered' directive.
2015-04-14 Alexey Bataev[OPENMP] Fixed codegen for arrays in 'copyprivate'...
2015-04-10 Alexey Bataev[OPENMP] Codegen for 'reduction' clause in 'parallel...
2015-04-10 Alexey Bataev[OPENMP] Refactoring of codegen for OpenMP directives.
2015-03-30 Alexey Bataev[OPENMP] Improved codegen for implicit/explicit 'barrie...
2015-03-23 Alexey Bataev[OPENMP] Codegen for 'copyprivate' clause ('single...
2015-03-18 Alexey Bataev[OPENMP] Fix crash on code emitting if errors are found.
2015-03-13 Alexander Musman[OPENMP] Re-factor __kmpc_for_static_init_* routine...
2015-03-12 Alexander Musman[OPENMP] CodeGen - 'omp for' with dynamic schedule...
2015-03-11 NAKAMURA TakumiCGOpenMPRuntime.h: Fix an incorrect \param on emitTaskO...
2015-03-10 Alexey Bataev[OPENMP] Initial codegen for 'omp task' directive.
2015-02-26 Alexey Bataev[OPENMP] Fixed codegen for directives without function...
2015-02-25 Alexey Bataev[OPENMP] Rename methods of OpenMPRuntime class. NFC.
2015-02-24 Alexey Bataev[OPENMP] Update codegen for 'omp flush' directive.
2015-02-05 Alexey Bataev[OPENMP] Initial codegen for 'single' directive.
2015-02-05 Alexey Bataev[OPENMP] Codegen for 'taskyield' directive
2015-01-22 Alexander MusmanSupport ‘omp for’ with static chunked schedule kind.
2015-01-14 Chandler Carruth[cleanup] Re-sort *all* #include lines with llvm/utils...
2014-12-17 NAKAMURA Takumis/ScheduleKind/SchedKind/ in \param. [-Wdocumentation]
2014-12-15 Alexander MusmanFirst patch with codegen of the 'omp for' directive...
2014-12-05 Alexey Bataev[OPENMP] Codegen for 'omp barrier' directive.
2014-12-04 Alexey Bataev[OPENMP] Codegen for 'omp master' directive
2014-12-03 Alexey Bataev[OPENMP] Code formatting and improvement, no functional...
2014-12-01 Alexey Bataev[OPENMP] Formating and code improvement for codegen...
2014-11-20 Alexey Bataev[OPENMP] Codegen for "omp flush" directive.
2014-11-11 NAKAMURA TakumiCGOpenMPRuntime.h: Fix a couple of \param(s) introduced...
2014-11-11 Alexey Bataev[OPENMP] Codegen for threadprivate variables
2014-10-13 Alexey Bataev[OPENMP] Codegen for 'num_threads' clause in 'parallel...
2014-10-13 Alexey Bataev[OPENMP] Codegen for 'if' clause in 'parallel' directive.
2014-10-10 Alexey BataevCode reformatting and improvement for OpenMP.
2014-10-08 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause.
2014-10-08 Alexey BataevRevert commit r219297.
2014-10-08 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause.
2014-10-08 Alexey BataevRevert back r219295.
2014-10-08 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause.
2014-09-22 Alexey Bataevremoved unicode symbols from comments.
2014-09-22 Alexey Bataev[OPENMP] Codegen for 'omp critical' directive.
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
next