summaryrefslogtreecommitdiffstats
path: root/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-0/+11
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-0/+10
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-0/+5
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-181-0/+5
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-1/+6
* [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev2014-07-171-0/+4
* [OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev2014-07-171-0/+4
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-171-0/+5
* [OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev2014-07-171-0/+6
* Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman2014-07-151-3/+2
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+5
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+6
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+5
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-0/+5
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-271-0/+8
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+5
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-0/+5
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-0/+5
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-211-5/+4
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-211-4/+2
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-211-2/+4
* Fix crash caused by unnamed union or struct when doing ast-printSerge Pavlov2014-06-201-3/+5
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-201-0/+4
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-201-0/+4
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-201-0/+10
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+5
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-5/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+5
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-0/+22
* Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki2014-06-131-14/+2
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-5/+1
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-061-2/+16
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-041-0/+8
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-291-0/+12
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-271-0/+6
* Fix the AST printer for attributed statements so that it does not print dupli...Aaron Ballman2014-05-131-13/+2
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-11/+11
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-061-0/+6
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+12
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-081-0/+3
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-3/+17
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-211-0/+6
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-171-3/+2
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-5/+1
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-5/+3
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-061-0/+6
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-8/+18
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-251-0/+6
* Revert "Pretty Printer: Fix printing of conversion operator decls and calls."Rafael Espindola2014-02-251-6/+0
* Pretty Printer: Fix printing of conversion operator decls and calls.Benjamin Kramer2014-02-251-0/+6