Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -0/+30 |
* | [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. | Alexey Bataev | 2016-02-11 | 1 | -11/+10 |
* | [OPENMP 4.5] Ccapture/codegen of private non-static data members. | Alexey Bataev | 2016-02-08 | 1 | -1/+20 |
* | [TrailingObjects] Convert Decl* classes. | James Y Knight | 2015-12-29 | 1 | -5/+5 |
* | [C++11] Use 'nullptr'. AST edition. | Craig Topper | 2014-05-12 | 1 | -1/+1 |
* | Sort all the #include lines with LLVM's utils/sort_includes.py which | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | Add class-specific operator new to Decl hierarchy. This guarantees that Decls | Richard Smith | 2013-11-22 | 1 | -11/+4 |
* | OpenMP: basic support for #pragma omp parallel | Alexey Bataev | 2013-07-19 | 1 | -0/+1 |
* | OpenMP threadprivate with qualified names. | Alexey Bataev | 2013-05-13 | 1 | -5/+5 |
* | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+60 |