summaryrefslogtreecommitdiff
path: root/gcc/ipa-icf-gimple.c
AgeCommit message (Expand)Author
2020-04-03ICF: compare type attributes for gimple_call_fntypes.Martin Liska
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener
2020-02-18Always compare types of LHS for gimple_assign in ICF.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-11-18Verify NOP_EXPR LHS type in IPA ICF.Martin Liska
2019-11-14Handle FIELD_DECL in IPA ICF.Martin Liska
2019-11-14Update dump message in IPA ICF.Martin Liska
2019-10-31Remove dead code in IPA ICF.Martin Liska
2019-10-30Use const_tree more in IPA ICF.Martin Liska
2019-10-30Remove alias set comparison.Martin Liska
2019-10-30Remove comparison for polymorphic types.Martin Liska
2019-10-30IPA ICF: remove dead codeMartin Liska
2019-10-30Integrate that for IPA ICF.Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-28Handle loop fields in IPA ICF (PR ipa/90555).Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-12-06asm inlineSegher Boessenkool
2018-06-08Remove MPXMartin Liska
2018-05-30Use poly_int tree accessorsRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-08-30Fix IPA ICF with ASM statements (PR inline-asm/82001).Martin Liska
2017-08-08ICF: properly handle LABEL_DECLs (PR tree-opt/81696).Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy
2016-01-04Update copyright years.Jakub Jelinek
2015-12-07ipa-icf-gimple.c (func_checker::compare_gimple_asm): Add check for basic asm.Bernd Edlinger
2015-11-21ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL...Jan Hubicka
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-16revert: ipa-icf-gimple.c (func_checker::compare_operand): Compare only empty ...Jan Hubicka
2015-10-16ipa-icf-gimple.c (func_checker::compare_operand): Compare only empty construc...Jan Hubicka
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-04-15re PR ipa/65765 (Compiling Firefox with GCC 5 leads to broken javascript engi...Jakub Jelinek
2015-04-12re PR middle-end/65747 (ICE (in compare_ssa_name, at ipa-icf-gimple.c:134) on...Jakub Jelinek
2015-03-13ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P and CXX_DESTURC...Jan Hubicka
2015-03-05re PR ipa/65270 (issues with merging memory accesses from different code paths)Richard Biener
2015-03-02re PR ipa/65270 (issues with merging memory accesses from different code paths)Richard Biener
2015-03-01re PR ipa/65245 (internal compiler error: in address_matters_p, at symtab.c:1...Martin Liska
2015-03-01ipa-icf-gimple.c (func_checker::compare_operand): Fix handling of OBJ_TYPE_REF.Jan Hubicka
2015-03-01ICF is more strict about non-common function and varMartin Liska
2015-02-25ICF: Validate correctly hard register variables.Martin Liska
2015-01-19re PR ipa/64668 (internal compiler error: in compare_ssa_name, at ipa-icf-gim...Martin Liska
2015-01-15dojump.h: New header file.Prathamesh Kulkarni