Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [OPENMP] Another one fix in test for msvc | Alexey Bataev | 2014-05-08 | 1 | -4/+4 | |
| | | | | llvm-svn: 208279 | |||||
* | [OPENMP] Fix codegen test for msvc build | Alexey Bataev | 2014-05-08 | 1 | -2/+2 | |
| | | | | llvm-svn: 208278 | |||||
* | [OPENMP] Fixed checking for mangled names in parallel_codegen.cpp test | Alexey Bataev | 2014-05-07 | 1 | -12/+12 | |
| | | | | llvm-svn: 208165 | |||||
* | [OPENMP] Fixed problem with temp removal on some platforms in codegen for ↵ | Alexey Bataev | 2014-05-07 | 1 | -2/+0 | |
| | | | | | | '#pragma omp parallel' llvm-svn: 208162 | |||||
* | [OPENMP] Temporarily disable test parallel_codegen.cpp | Alexey Bataev | 2014-05-07 | 1 | -0/+2 | |
| | | | | llvm-svn: 208156 | |||||
* | [OPENMP] Another one fix for codegen test '#pragma omp parallel' | Alexey Bataev | 2014-05-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 208087 | |||||
* | [OPENMP] Fixed test for '#pragma omp parallel' codegen | Alexey Bataev | 2014-05-06 | 1 | -48/+46 | |
| | | | | llvm-svn: 208086 | |||||
* | [OPENMP] Temporary disable test for parallel codegen | Alexey Bataev | 2014-05-06 | 1 | -1/+2 | |
| | | | | llvm-svn: 208078 | |||||
* | [OPENMP] Initial codegen for '#pragma omp parallel' | Alexey Bataev | 2014-05-06 | 1 | -0/+146 | |
| | | | | llvm-svn: 208077 | |||||
* | [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP ↵ | Alexey Bataev | 2014-05-06 | 2 | -10/+31 | |
| | | | | | | clause 'proc_bind' llvm-svn: 208060 | |||||
* | [OPENMP] parsing 'linear' clause (for directive 'omp simd') | Alexander Musman | 2014-04-22 | 3 | -8/+300 | |
| | | | | | | Differential Revision: http://reviews.llvm.org/D3272 llvm-svn: 206891 | |||||
* | Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda ↵ | David Blaikie | 2014-04-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | at ... )') For namespaces, this is consistent with mangling and GCC's debug info behavior. For structs, GCC uses <anonymous struct> but we prefer consistency between all anonymous entities but don't want to confuse them with template arguments, etc, so we'll just go with parens in all cases. llvm-svn: 205398 | |||||
* | [OPENMP] Implemented 'copyin' clause | Alexey Bataev | 2014-03-31 | 2 | -6/+90 | |
| | | | | llvm-svn: 205164 | |||||
* | [OPENMP] parsing of clause 'safelen' (for directive 'omp simd') | Alexey Bataev | 2014-03-21 | 3 | -4/+186 | |
| | | | | llvm-svn: 204428 | |||||
* | [OPENMP] Small update in threadprivate variables processing to fix template ↵ | Alexey Bataev | 2014-03-07 | 1 | -0/+7 | |
| | | | | | | instantiation. llvm-svn: 203214 | |||||
* | [OPENMP] Fixed linked libraries for libiomp5 on Linux | Alexey Bataev | 2014-03-07 | 1 | -2/+4 | |
| | | | | llvm-svn: 203212 | |||||
* | [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp ↵ | Alexey Bataev | 2014-03-06 | 1 | -2/+2 | |
| | | | | | | simd' support) llvm-svn: 203114 | |||||
* | [OPENMP] Missed test for 'simd private' | Alexey Bataev | 2014-03-06 | 1 | -0/+134 | |
| | | | | llvm-svn: 203108 | |||||
* | [OPENMP] Clause 'num_threads' | Alexey Bataev | 2014-03-06 | 2 | -17/+72 | |
| | | | | llvm-svn: 203087 | |||||
* | [OPENMP] Added option -fopenmp=libiomp5|libgomp | Alexey Bataev | 2014-03-06 | 14 | -25/+78 | |
| | | | | llvm-svn: 203081 | |||||
* | [OPENMP] allow clause 'private' on directive 'omp simd' | Alexey Bataev | 2014-03-05 | 2 | -10/+65 | |
| | | | | llvm-svn: 202944 | |||||
* | [OPENMP] emit error message for clause 'if(1 0)' | Alexey Bataev | 2014-03-05 | 1 | -0/+3 | |
| | | | | llvm-svn: 202942 | |||||
* | [OPNEMP] Fixed instantiation of 'if' clause | Alexey Bataev | 2014-03-05 | 1 | -5/+13 | |
| | | | | llvm-svn: 202940 | |||||
* | [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support | Alexey Bataev | 2014-02-27 | 2 | -0/+148 | |
| | | | | llvm-svn: 202360 | |||||
* | [OPENMP] 'if' clause support (no CodeGen support) | Alexey Bataev | 2014-02-13 | 2 | -6/+49 | |
| | | | | llvm-svn: 201297 | |||||
* | [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes ↵ | Alexey Bataev | 2014-01-31 | 1 | -2/+0 | |
| | | | | | | processing. (http://llvm-reviews.chandlerc.com/D2451) llvm-svn: 200513 | |||||
* | Enhance OpenMP parser tests from r197553 / r197598 | Alp Toker | 2013-12-18 | 2 | -4/+8 | |
| | | | | | | | | | Move some of the verifier directives away from the end of the pragma line. This ensures that the diagnostics relate to the trailing token being tested and not the verifier comments which are themselves part of the token stream. llvm-svn: 197616 | |||||
* | Fix OpenMP recovery with trailing tokens following the pragma | Alp Toker | 2013-12-18 | 2 | -0/+18 | |
| | | | | | | | | The recovery was failing due to a missing case in SkipUntil(). Also add back tests from r197553 that were reverted in the previous commit. llvm-svn: 197598 | |||||
* | Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, ↵ | Alp Toker | 2013-12-18 | 2 | -18/+0 | |
| | | | | | | | | | | | brackets and parens" These parser changes were redundant. The same or better recovery can be achieved with a one-line fix to SkipUntil() due to land in the next commit. This reverts commit r197553. llvm-svn: 197597 | |||||
* | [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and ↵ | Alexey Bataev | 2013-12-18 | 2 | -0/+18 | |
| | | | | | | parens llvm-svn: 197553 | |||||
* | Disable test fully with REQUIRES | Alp Toker | 2013-11-05 | 1 | -2/+3 | |
| | | | | | | Third time's the charm, sorry for the noise. llvm-svn: 194076 | |||||
* | Disable the test that crashes | Alp Toker | 2013-11-05 | 1 | -3/+2 | |
| | | | | | | XFAIL wasn't enough for some of the build servers. llvm-svn: 194073 | |||||
* | Fix a test that was never being run, mark it XFAIL | Alp Toker | 2013-11-05 | 1 | -1/+3 | |
| | | | | | | | | | | | Turns out this has always been crashing since the test landed in r186647: Assertion failed: (Access != AS_none && "Access specifier is AS_none inside a record decl"), function CheckAccessDeclContext, file clang/lib/AST/DeclBase.cpp, line 690. Needs attention. llvm-svn: 194072 | |||||
* | [OpenMP] Added parsing and semantic analysis for firstprivate clause | Alexey Bataev | 2013-10-01 | 4 | -3/+133 | |
| | | | | llvm-svn: 191730 | |||||
* | [OPENMP] Improved variable lookup procedure for threadprivate variables. | Alexey Bataev | 2013-09-26 | 2 | -4/+13 | |
| | | | | llvm-svn: 191416 | |||||
* | Add some missing ProhibitAttributes calls to some declaration-like #pragmas. | Richard Smith | 2013-09-16 | 1 | -1/+5 | |
| | | | | llvm-svn: 190806 | |||||
* | OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test ↵ | Alexey Bataev | 2013-09-06 | 5 | -13/+149 | |
| | | | | | | threadprivate_messages.cpp) llvm-svn: 190183 | |||||
* | Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" | Rafael Espindola | 2013-09-03 | 6 | -150/+14 | |
| | | | | | | | | This reverts commit r189795. threadprivate_messages.cpp is faling on windows. llvm-svn: 189811 | |||||
* | OpenMP: Data-sharing attributes analysis and clause 'shared' | Alexey Bataev | 2013-09-03 | 6 | -14/+150 | |
| | | | | llvm-svn: 189795 | |||||
* | Refactor all diagnosing of TypoCorrections through a common function, in | Richard Smith | 2013-08-17 | 1 | -1/+1 | |
| | | | | | | | preparation for teaching this function how to diagnose a correction that includes importing a module. llvm-svn: 188602 | |||||
* | OpenMP: basic support for #pragma omp parallel | Alexey Bataev | 2013-07-19 | 5 | -3/+120 | |
| | | | | llvm-svn: 186647 | |||||
* | OpenMP threadprivate with qualified names. | Alexey Bataev | 2013-05-13 | 2 | -25/+28 | |
| | | | | llvm-svn: 181683 | |||||
* | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 7 | -0/+205 | |
| | | | | llvm-svn: 177705 | |||||
* | test commit | Alexey Bataev | 2013-03-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 177701 | |||||
* | Add initial rough support for synthesizing linker options when passed | Chandler Carruth | 2013-01-17 | 1 | -0/+16 | |
| | | | | | | | | | | | -fopenmp in the link step on Linux. There is probably more tweaking that will need to take place to get good support for linking the relevant libraries on all Linux distributions and/or on other platforms, but this get's the ball moving and allows Clang to build programs which contain OpenMP pragmas that can be safely ignored by a compiler that doesn't implement them, and yet makes direct calls into the OpenMP runtime. llvm-svn: 172715 | |||||
* | Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! | Douglas Gregor | 2013-01-15 | 1 | -0/+17 | |
llvm-svn: 172509 |