Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 |