summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AST] Store the expressions in ParenListExpr in a trailing arrayBruno Ricci2018-11-201-5/+5
* [AST] Store the string data in StringLiteral in a trailing array of charsBruno Ricci2018-11-151-6/+12
* [AST] Pack MemberExprBruno Ricci2018-11-151-2/+2
* Create ConstantExpr classBill Wendling2018-10-311-0/+6
* [AST] Only store data for the NRVO candidate in ReturnStmt if neededBruno Ricci2018-10-301-1/+7
* [AST] Only store the needed data in WhileStmtBruno Ricci2018-10-301-1/+7
* [AST] Only store the needed data in SwitchStmtBruno Ricci2018-10-291-3/+13
* [OpenMP][NVPTX] Use single loops when generating code for distribute parallel...Gheorghe-Teodor Bercea2018-10-291-0/+2
* [AST] Don't store data for GNU range case statement if not neededBruno Ricci2018-10-281-2/+5
* [AST] Only store the needed data in IfStmtBruno Ricci2018-10-271-4/+19
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-2/+6
* [AST] Widen the bit-fields of Stmt to 8 bytes.Bruno Ricci2018-10-271-1/+1
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+1
* [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)Kelvin Li2018-09-151-479/+0
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-1/+8
* Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev2018-08-131-8/+1
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-1/+8
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* Port getStartLoc -> getBeginLocStephen Kelly2018-08-091-1/+1
* Remove trailing spaceFangrui Song2018-07-301-12/+12
* [AST] Sink 'part of explicit cast' down into ImplicitCastExprRoman Lebedev2018-07-271-1/+1
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-0/+1
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* Clean carriage returns from lib/ and include/. NFC.Malcolm Parsons2018-04-161-7/+7
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-201-0/+1
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-6/+7
* [OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev2017-11-221-0/+1
* [OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev2017-11-221-0/+2
* [OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev2017-10-021-0/+1
* [OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev2017-07-271-0/+2
* [coroutines] Add serialization/deserialization of coroutinesGor Nishanov2017-07-251-15/+34
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-251-0/+1
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+19
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-0/+20
* [OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli2017-04-201-0/+7
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-2/+2
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-0/+5
* [OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...Carlo Bertolli2017-02-171-0/+2
* [OpenMP] Support for thread_limit-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-0/+1
* [OpenMP] Support for num_teams-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-0/+1
* [OpenMP] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob2017-01-251-0/+1
* [OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob2017-01-181-0/+2
* [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/+7
* [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/+7
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-13/+0
OpenPOWER on IntegriCloud