| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Initial implementation of -modules-earch-all option, for searching for ↵ | John Thompson | 2014-04-23 | 1 | -1/+1 |
| | | | | | | | symbols in non-imported modules. llvm-svn: 206977 | ||||
| * | [OPENMP] parsing 'linear' clause (for directive 'omp simd') | Alexander Musman | 2014-04-22 | 1 | -1/+139 |
| | | | | | | | Differential Revision: http://reviews.llvm.org/D3272 llvm-svn: 206891 | ||||
| * | Test commit: minor formatting | Fraser Cormack | 2014-04-15 | 1 | -2/+1 |
| | | | | | llvm-svn: 206264 | ||||
| * | [OPENMP] Implemented 'copyin' clause | Alexey Bataev | 2014-03-31 | 1 | -3/+95 |
| | | | | | llvm-svn: 205164 | ||||
| * | Placate -Wunreachable-code by removing unnecessary logic to handle ↵ | Ted Kremenek | 2014-03-21 | 1 | -1/+3 |
| | | | | | | | NUM_OPENMP_DEFAULT_KINDS <= 1. llvm-svn: 204487 | ||||
| * | [OPENMP] parsing of clause 'safelen' (for directive 'omp simd') | Alexey Bataev | 2014-03-21 | 1 | -0/+37 |
| | | | | | llvm-svn: 204428 | ||||
| * | [OPENMP] DSA fix | Alexey Bataev | 2014-03-18 | 1 | -1/+16 |
| | | | | | llvm-svn: 204143 | ||||
| * | [OPENMP] Simplified data-sharing attributes analysis. | Alexey Bataev | 2014-03-18 | 1 | -16/+1 |
| | | | | | llvm-svn: 204135 | ||||
| * | [C++11] Add 'override' keyword to virtual methods that override their base ↵ | Craig Topper | 2014-03-12 | 1 | -15/+15 |
| | | | | | | | class. llvm-svn: 203640 | ||||
| * | [OPENMP] Small update in threadprivate variables processing to fix template ↵ | Alexey Bataev | 2014-03-07 | 1 | -2/+2 |
| | | | | | | | instantiation. llvm-svn: 203214 | ||||
| * | [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp ↵ | Alexey Bataev | 2014-03-06 | 1 | -3/+4 |
| | | | | | | | simd' support) llvm-svn: 203114 | ||||
| * | [OPENMP] Clause 'num_threads' | Alexey Bataev | 2014-03-06 | 1 | -0/+80 |
| | | | | | llvm-svn: 203087 | ||||
| * | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -7/+7 |
| | | | | | llvm-svn: 202635 | ||||
| * | [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support | Alexey Bataev | 2014-02-27 | 1 | -0/+27 |
| | | | | | llvm-svn: 202360 | ||||
| * | [OPENMP] 'if' clause support (no CodeGen support) | Alexey Bataev | 2014-02-13 | 1 | -1/+47 |
| | | | | | llvm-svn: 201297 | ||||
| * | [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes ↵ | Alexey Bataev | 2014-01-31 | 1 | -34/+53 |
| | | | | | | | processing. (http://llvm-reviews.chandlerc.com/D2451) llvm-svn: 200513 | ||||
| * | Sort all the #include lines with LLVM's utils/sort_includes.py which | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| | | | | | | | | encodes the canonical rules for LLVM's style. I noticed this had drifted quite a bit when cleaning up LLVM, so wanted to clean up Clang as well. llvm-svn: 198686 | ||||
| * | Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ↵ | Ted Kremenek | 2013-10-08 | 1 | -2/+1 |
| | | | | | | | holdover from the long-dead Action interface. llvm-svn: 192203 | ||||
| * | [OpenMP] Added parsing and semantic analysis for firstprivate clause | Alexey Bataev | 2013-10-01 | 1 | -16/+238 |
| | | | | | llvm-svn: 191730 | ||||
| * | [OPENMP] Improved variable lookup procedure for threadprivate variables. | Alexey Bataev | 2013-09-26 | 1 | -2/+35 |
| | | | | | llvm-svn: 191416 | ||||
| * | [OPENMP] Bug fixes and improvements. | Alexey Bataev | 2013-09-24 | 1 | -2/+4 |
| | | | | | | | | | 1. Fixed constructor of shared clause. 2. Some macros for clauses processing are replaced by private template methods. 3. Additional checks in sema analysis of OpenMP clauses. llvm-svn: 191265 | ||||
| * | Silencing an MSVC warning about an empty control statement (it dislikes ; ↵ | Aaron Ballman | 2013-09-09 | 1 | -2/+2 |
| | | | | | | | but is fine with {}). llvm-svn: 190305 | ||||
| * | OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test ↵ | Alexey Bataev | 2013-09-06 | 1 | -3/+503 |
| | | | | | | | threadprivate_messages.cpp) llvm-svn: 190183 | ||||
| * | Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" | Rafael Espindola | 2013-09-03 | 1 | -503/+3 |
| | | | | | | | | | 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 | 1 | -3/+503 |
| | | | | | llvm-svn: 189795 | ||||
| * | Refactor all diagnosing of TypoCorrections through a common function, in | Richard Smith | 2013-08-17 | 1 | -20/+13 |
| | | | | | | | | 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 | 1 | -1/+221 |
| | | | | | llvm-svn: 186647 | ||||
| * | OpenMP threadprivate with qualified names. | Alexey Bataev | 2013-05-13 | 1 | -109/+121 |
| | | | | | llvm-svn: 181683 | ||||
| * | Annotate flavor of TLS variable (statically or dynamically initialized) onto ↵ | Richard Smith | 2013-04-13 | 1 | -2/+2 |
| | | | | | | | the AST. llvm-svn: 179447 | ||||
| * | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+181 |
| llvm-svn: 177705 | |||||

