summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR44786: Don't assert when profiling <=> expressions.Richard Smith2020-02-041-2/+2
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+43
* [Concepts] Fix ConceptSpecializationExpr profiling crashSaar Raz2020-01-241-3/+3
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-231-2/+5
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-0/+3
* [OpenMP50] Add parallel master constructcchen2019-12-051-0/+5
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-5/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+5
* [AST] Use an explicit copy in a range-based forMark de Wever2019-11-121-1/+1
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-301-0/+5
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-191-0/+10
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-0/+5
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-161-0/+1
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-151-0/+1
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+8
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-8/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+8
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-141-0/+1
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-141-0/+1
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+5
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+5
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+5
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-0/+3
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-3/+0
* clang support gnu asm goto.Jennifer Yu2019-05-301-0/+3
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+4
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-0/+5
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+5
* [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev2019-03-061-1/+0
* Re-commit "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-291-3/+4
* Revert "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-281-4/+3
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-281-0/+1
* [AST] Introduce GenericSelectionExpr::AssociationBruno Ricci2019-01-281-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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
OpenPOWER on IntegriCloud