summaryrefslogtreecommitdiff
path: root/lib/AST/StmtProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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