summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/critical_codegen.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-26[OpenMPIRBuilder] Remove ContinuationBB argument from Body callback.Michael Kruse
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2021-03-24[OPENMP]Fix PR48571: critical/master in outlined contexts cause crash.Alexey Bataev
2020-08-07[OPENMP]Simplify representation for atomic, critical, master and sectionAlexey Bataev
2020-07-15[CodeGen] Emit a call instruction instead of an invoke if the calledAkira Hatanaka
2020-02-15[OpenMP][OMPIRBuilder] Add Directives (master and critical) to OMPBuilder.Fady Ghanim
2020-02-10Revert "[OpenMP] Fix unused variable"Kadir Cetinkaya
2020-02-08[OpenMP][OMPIRBuilder] Add Directives (master and critical) to OMPBuilder.fady
2020-02-03Revert "[OpenMP][OMPIRBuilder] Add Directives (master and critical) to OMPBui...Johannes Doerfert
2020-02-03[OpenMP][OMPIRBuilder] Add Directives (master and critical) to OMPBuilder.Fady Ghanim
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-02[OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev
2017-08-16[OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-04-27[OPENMP] Fix for codegen of captured variables in inlined directives.Alexey Bataev
2016-03-29[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev
2016-03-28Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev
2016-03-28[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev
2016-03-28Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev
2016-03-28[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev
2015-12-18[OPENMP] Fix for http://llvm.org/PR25878: Error compiling an OpenMP programAlexey Bataev
2015-12-15[OPENMP 4.5] Fix test compatibility with 32 bit mode.Alexey Bataev
2015-12-15[OPENMP 4.5] Codegen for 'hint' clause of 'critical' directiveAlexey Bataev
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-04[OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-04-10[OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev
2015-03-10[OPENMP] Fixed tests for non-debug builds. NFC.Alexey Bataev
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev
2015-03-10Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev
2015-02-26[OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2014-09-22[OPENMP] Codegen for 'omp critical' directive.Alexey Bataev