aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-4/+8
2020-09-03c++: Fix another PCH hash_map issue [PR96901]Jakub Jelinek1-0/+5
2020-08-31c++: Implement P1009: Array size deduction in new-expressions.Marek Polacek1-0/+1
2020-08-28Add -Wstringop-overread for reading past the end by string functions.Martin Sebor1-0/+9
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-8/+0
2020-07-20Correct handling of constant representations containing embedded nuls.Martin Sebor1-2/+3
2020-07-13ipa-devirt: Fix crash in obj_type_ref_class [PR95114]Richard Sandiford1-2/+2
2020-07-03Extend store merging to STRING_CSTEric Botcazou1-1/+3
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek1-0/+5
2020-05-28Add support for __builtin_bswap128Eric Botcazou1-0/+1
2020-05-18PR middle-end/92815 - spurious -Wstringop-overflow writing into a flexible ar...Martin Sebor1-2/+3
2020-05-12tree: Add vector_element_bits(_tree) [PR94980 1/3]Richard Sandiford1-0/+2
2020-05-09Remove last use of expr_alignEric Botcazou1-1/+0
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-2/+2
2020-04-29c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ...Jakub Jelinek1-0/+7
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska1-1/+9
2020-04-04c++: Fix further protected_set_expr_location related -fcompare-debug issues [...Jakub Jelinek1-0/+1
2020-01-31calls.c: refactor special_function_p for use by analyzer (v2)David Malcolm1-0/+25
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge1-0/+5