summaryrefslogtreecommitdiff
path: root/lib/AST/StmtProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+3
* Create ConstantExpr classBill Wendling2018-10-311-0/+4
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-1/+1
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+3
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+3
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+3
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+3
* [ODRHash] Extend hash to support all Type's.Richard Trieu2018-09-041-1/+1
* [coroutines] Fix handling of dependent co_await in StmtProfiler.Richard Smith2018-07-311-1/+4
* Remove trailing spaceFangrui Song2018-07-301-25/+25
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-9/+9
* [ODRHash] Handle some template weirdness.Richard Trieu2018-02-221-5/+28
* Update StmtProfile.cpp to handle zero template arguments.Richard Trieu2018-02-131-2/+5
* [c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith2017-12-011-0/+4
* Handle lambda captures of variable length arrays in profiling and printing.Richard Trieu2017-11-111-0/+3
* Hide "#pragma optimize("", off)" from clang when it pretends to be MSVC 2017Reid Kleckner2017-10-131-2/+2
* Fix mangling for dependent "type { expr-list }" expressions, and add mangling...Richard Smith2017-08-231-0/+1
* [OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev2017-07-271-0/+4
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-251-0/+2
* Work around an MSVC2017 update 3 codegen bug.Nico Weber2017-07-241-0/+15
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+24
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-0/+24
* [ODRHash] Revert r305104 - Skip inline namespaces when hashing.Richard Trieu2017-07-011-1/+4
* [ODRHash] Skip inline namespaces when hashing.Richard Trieu2017-06-091-4/+1
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-0/+4
* Handle null QualType better in Stmt::ProfileRichard Trieu2017-03-041-1/+1
* [ODRHash] static_cast and Stmt hashing.Richard Trieu2017-02-221-84/+145
* Revert r295421, new ODR checker for modules, to fix build bot.Richard Trieu2017-02-171-145/+84
* Add better ODR checking for modules.Richard Trieu2017-02-171-84/+145
* Revert r295284: Add better ODR checking for modules.Richard Trieu2017-02-161-145/+84
* Add better ODR checking for modules.Richard Trieu2017-02-161-84/+145
* Revert r293585 "Add better ODR checking for modules."Sam McCall2017-01-311-145/+84
* Add better ODR checking for modules.Richard Trieu2017-01-311-84/+145
* [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/+1
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+5
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+5
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+5
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+5
* [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/+8
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+5
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+5
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+5
* Fix crash if StmtProfile finds a type-dependent member access for which we haveRichard Smith2016-10-241-0/+6
* [AST] Remove unused function, to silence a GCC7 warning.Davide Italiano2016-08-221-4/+0
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-5/+0