summaryrefslogtreecommitdiffstats
path: root/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-1/+24
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-0/+7
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+6
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+6
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+6
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+6
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+5
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+12
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+6
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+6
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+6
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-6/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+6
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+6
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+5
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+5
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+6
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+8
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+8
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-7/+7
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-0/+6
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+6
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+5
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-0/+6
* Revert r273705Carlo Bertolli2016-06-241-6/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-0/+6
* Use more ArrayRefsDavid Majnemer2016-06-241-1/+1
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-11/+9
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-4/+0
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-0/+4
* [OpenMP] Parsing and sema support for the from clauseSamuel Antao2016-05-261-0/+8
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-0/+8
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-0/+6
* Make Sema::getPrintingPolicy less ridiculously expensive. This used to performRichard Smith2016-05-191-3/+3
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-1/+3
* [OPENMP 4.5] Initial support for data members in 'reduction' clauses.Alexey Bataev2016-02-291-18/+8
* [OPENMP] Improved handling of pseudo-captured expressions in OpenMP.Alexey Bataev2016-02-161-5/+19
* Fix the ASTPrinter output for ascii char literals >127.Steven Watanabe2016-02-131-0/+6
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-2/+2
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-6/+8
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+6
* assert(false) -> llvm_unreachable().Davide Italiano2016-01-301-1/+1
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+6
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-261-0/+10
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+6
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+6
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-151-0/+10