]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ipa-icf-gimple.c
PR fortran/95090 - ICE: identifier overflow
[thirdparty/gcc.git] / gcc / ipa-icf-gimple.c
2020-04-03  Martin LiskaICF: compare type attributes for gimple_call_fntypes.
2020-04-02  Richard Bienerc/94392 - only enable -ffinite-loops for C++
2020-02-18  Martin LiskaAlways compare types of LHS for gimple_assign in ICF.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-18  Martin LiskaVerify NOP_EXPR LHS type in IPA ICF.
2019-11-14  Martin LiskaHandle FIELD_DECL in IPA ICF.
2019-11-14  Martin LiskaUpdate dump message in IPA ICF.
2019-10-31  Martin LiskaRemove dead code in IPA ICF.
2019-10-30  Martin LiskaUse const_tree more in IPA ICF.
2019-10-30  Martin LiskaRemove alias set comparison.
2019-10-30  Martin LiskaRemove comparison for polymorphic types.
2019-10-30  Martin LiskaIPA ICF: remove dead code
2019-10-30  Martin LiskaIntegrate that for IPA ICF.
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-05-28  Martin LiskaHandle loop fields in IPA ICF (PR ipa/90555).
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-06  Segher Boessenkoolasm inline
2018-06-08  Martin LiskaRemove MPX
2018-05-30  Richard SandifordUse poly_int tree accessors
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-12  Alexandre Oliva[SFN] not-quite-boilerplate changes in preparation...
2017-08-30  Martin LiskaFix IPA ICF with ASM statements (PR inline-asm/82001).
2017-08-08  Martin LiskaICF: properly handle LABEL_DECLs (PR tree-opt/81696).
2017-01-01  Jakub JelinekUpdate copyright years.
2016-09-23  Jakub Jelinek* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR...
2016-04-22  Szabolcs Nagy[PATCH 1/2] (header usage fix) remove unused system...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-07  Bernd Edlingeripa-icf-gimple.c (func_checker::compare_gimple_asm...
2015-11-21  Jan Hubickaipa-icf.c (sem_item::add_type): Do not look for TYPE_CA...
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-16  Jan Hubickarevert: ipa-icf-gimple.c (func_checker::compare_operand...
2015-10-16  Jan Hubickaipa-icf-gimple.c (func_checker::compare_operand): Compa...
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-04-15  Jakub Jelinekre PR ipa/65765 (Compiling Firefox with GCC 5 leads...
2015-04-12  Jakub Jelinekre PR middle-end/65747 (ICE (in compare_ssa_name, at...
2015-03-13  Jan Hubickaipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRU...
2015-03-05  Richard Bienerre PR ipa/65270 (issues with merging memory accesses...
2015-03-02  Richard Bienerre PR ipa/65270 (issues with merging memory accesses...
2015-03-01  Martin Liskare PR ipa/65245 (internal compiler error: in address_ma...
2015-03-01  Jan Hubickaipa-icf-gimple.c (func_checker::compare_operand): Fix...
2015-03-01  Martin LiskaICF is more strict about non-common function and var
2015-02-25  Martin LiskaICF: Validate correctly hard register variables.
2015-01-19  Martin Liskare PR ipa/64668 (internal compiler error: in compare_ss...
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-14  Martin LiskaIPA ICF: handle IMAGPART_EXPR and REALPART_EXPR.
2015-01-12  Martin Liskare PR ipa/64550 (IPA fixes cause ICE in tree-ssa.c...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-09  Martin LiskaIPA ICF: compare_operand is split to multiple functions.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-23  Martin LiskaFix for PR ipa/63851 and ipa/63852.
2014-12-19  Martin Liskare PR ipa/63569 (Wrong code with volatile and ICF)
2014-12-10  Martin Liskare PR ipa/63909 (ICE: SIGSEGV in ipa_icf_gimple::func_c...
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-10  Jakub Jelinekipa-icf-gimple.c (func_checker::compare_bb): Fix commen...
2014-11-07  Martin Liskare PR tree-optimization/63747 (icf mis-compares switch...
2014-10-30  Martin Liskare PR tree-optimization/63574 (ICE building libjava...
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-20  Martin Liskare PR tree-optimization/63583 (ICF does not check that...
2014-10-16  Martin LiskaIPA ICF pass, part 3/5