aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-01tree: move tree_vec_map_cache_hasher into headerJason Merrill1-0/+17
2022-01-27c++: non-dependent immediate member fn call [PR99895]Patrick Palka1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-5/+5
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-29Remove unreachable gcc_unreachable () at the end of functionsRichard Biener1-2/+0
2021-11-24middle-end: Convert bitclear <imm> + cmp<cc> #0 into cm<cc2> <imm2>Tamar Christina1-0/+5
2021-11-19Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."Martin Liska1-1/+6
2021-11-18Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS.Martin Liska1-6/+1
2021-11-12openmp: Relax handling of implicit map vs. existing device mappingsChung-Lin Tang1-0/+5
2021-11-11openmp: Add support for 2 argument num_teams clauseJakub Jelinek1-1/+4
2021-11-09Introduce build_debug_expr_declMartin Jambor1-0/+1
2021-10-01openmp: Differentiate between order(concurrent) and order(reproducible:concur...Jakub Jelinek1-0/+3
2021-09-22openmp: Add support for allocator and align modifiers on allocate clausesJakub Jelinek1-0/+3
2021-09-18openmp: Handle unconstrained and reproducible modifiers on order(concurrent)Jakub Jelinek1-0/+4
2021-09-16Check mask type when doing cond_op related gimple simplification.liuhongt1-0/+1
2021-09-10openmp: Implement OpenMP 5.1 atomics, so far for C onlyJakub Jelinek1-0/+5
2021-09-07tree: Change error_operand_p to an inline functionJason Merrill1-4/+7
2021-09-03c++, abi: Set DECL_FIELD_CXX_ZERO_WIDTH_BIT_FIELD on C++ zero width bitfields...Jakub Jelinek1-4/+22
2021-09-01C-family: Add attribute 'unavailable'.Iain Sandoe1-0/+6
2021-08-31Add support for device-modifiers for 'omp target device'.Marcel Vollweiler1-0/+4
2021-08-23openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek1-0/+5
2021-08-17Move more warning code to gimple-ssa-warn-access etc.Martin Sebor1-0/+6
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek1-0/+3
2021-08-14Diagnose mismatches between array and scalar new and delete [PR101791].Martin Sebor1-1/+3
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-0/+10
2021-07-28Add new gimple-ssa-warn-access pass.Martin Sebor1-0/+5
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-1/+1
2021-06-24c: add support for per-location warning groups.Martin Sebor1-0/+15
2021-06-24Add support for per-location warning groups.Martin Sebor1-0/+12
2021-06-24openmp: in_reduction clause support on target constructJakub Jelinek1-1/+2
2021-06-01c++: no clobber for C++20 destroying delete [PR91859]Jason Merrill1-1/+1
2021-05-31LTO: stream properly FUNCTION_DECL_DECL_TYPE.Martin Liska1-4/+4
2021-05-28openmp: Fix up handling of reduction clause on constructs combined with targe...Jakub Jelinek1-0/+5
2021-05-21openmp: Fix up firstprivate+lastprivate clause handling [PR99928]Jakub Jelinek1-0/+5
2021-05-19openmp: Handle lastprivate on combined target correctly [PR99928]Jakub Jelinek1-0/+5
2021-05-07Do not apply scalar storage order to pointer fieldsEric Botcazou1-1/+3
2021-05-05middle-end/100394 - avoid DSE/DCE of pure call that throwsRichard Biener1-1/+4
2021-04-28Move pass free_lang_data to its own file.Martin Sebor1-0/+1
2021-03-01c++: Completeness of typedef structs [PR 99294]Nathan Sidwell1-3/+7
2021-02-01Document various BLOCK macros.Martin Sebor1-2/+16
2021-01-26middle-end/98726 - fix VECTOR_CST element accessRichard Biener1-1/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-14Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P...Martin Sebor1-0/+2
2020-12-08Raw tree accessorsNathan Sidwell1-9/+12
2020-12-02introduce overridable clear_cache emitterAlexandre Oliva1-0/+7
2020-12-01PR middle-end/97595 - bogus -Wstringop-overflow due to DECL_SIZE_UNIT underre...Martin Sebor1-3/+7
2020-11-23Implement the "persistent" attributeJozef Lawrynowicz1-0/+7
2020-11-23Fix "noinit" attribute being ignored for -O0 and -fdata-sectionsJozef Lawrynowicz1-0/+7
2020-11-17extend cache_integer_cstNathan Sidwell1-1/+1
2020-11-17Add MODE_OPAQUEAaron Sawdey1-0/+3