summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-0/+4
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-0/+4
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-201-0/+2
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-201-0/+2
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-201-0/+5
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+4
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-4/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+4
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-0/+7
* PR19936: Fix a really dumb bug where we would profile dependent operator* exp...Richard Smith2014-06-051-6/+6
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-041-0/+4
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-291-0/+4
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-271-0/+5
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-4/+4
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-061-0/+2
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+4
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-0/+3
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-211-0/+5
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-3/+2
* [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman2014-03-141-4/+2
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-061-0/+5
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-1/+9
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-131-0/+5
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-6/+0
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-7/+0
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+4
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-3/+0
* AST: Handle qualified array types in typeid() expressionsDavid Majnemer2013-09-271-2/+2
* [OPENMP] Bug fixes and improvements.Alexey Bataev2013-09-241-7/+12
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+4
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-0/+3
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-3/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-0/+3
* Correctly profile CXXPseudoDestructorExprs.Eli Friedman2013-08-091-1/+8
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+34
* PR12086, PR15117Richard Smith2013-06-121-0/+5
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-1/+9
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+5
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-0/+4
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+5
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-261-0/+4
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+8
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-4/+0
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-0/+4
* [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functionalChad Rosier2012-08-271-1/+1
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-1/+1
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-111-0/+5
* Plug a long standing memory leak in TemplateArgument.Benjamin Kramer2012-06-071-1/+1
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-1/+1
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-161-0/+1
OpenPOWER on IntegriCloud