aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-16PR middle-end/97840 - Bogus -Wmaybe-uninitialized passing an empty object to ...Martin Sebor1-0/+1
2020-11-12system: Add WARN_UNUSED_RESULTMarek Polacek1-1/+1
2020-11-10Refactor copying decl section namesStrager Neds1-0/+1
2020-11-06core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell1-8/+8
2020-11-02core: id_equal should forwardNathan Sidwell1-1/+1
2020-11-02Rewrite SLP induction vectorizationRichard Biener1-0/+1
2020-10-28openmp: Parsing and some semantic analysis of OpenMP allocate clauseJakub Jelinek1-0/+10
2020-10-12Correct handling of indices into arrays with elements larger than 1 (PR c++/9...Martin Sebor1-1/+11
2020-10-02c++: Set CALL_FROM_NEW_OR_DELETE_P on more calls.Jason Merrill1-3/+0
2020-10-02c++: Move CALL_FROM_NEW_OR_DELETE_P to tree.hJason Merrill1-1/+8
2020-09-19Infrastructure & C front end changes for array parameter checking (PR c/50584).Martin Sebor1-1/+2