summaryrefslogtreecommitdiff
path: root/gcc/cprop.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-08-30Drop df_ from df_read_modify_subreg_pRichard Sandiford
2017-03-02re PR rtl-optimization/79780 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (e...Jakub Jelinek
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek
2017-02-07re PR rtl-optimization/79386 (ICE: segmentation fault in cprop w/ -O2 on 32-b...Jakub Jelinek
2017-01-27re PR rtl-optimization/79194 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (e...Bernd Schmidt
2017-01-21re PR rtl-optimization/79125 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (e...Bernd Schmidt
2017-01-14re PR rtl-optimization/78626 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2656 (e...Bernd Schmidt
2017-01-01Update copyright years.Jakub Jelinek
2016-11-16Use df_read_modify_subreg_p in cprop.cRichard Sandiford
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-01-04Update copyright years.Jakub Jelinek
2015-11-12[PATCH] Make disabled-optimization warning more informative; increase default...Brad Lucier
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford
2015-10-01remove many typedefsTrevor Saunders
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra
2015-07-08tree-core.h: Include symtab.h.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-06-02re PR target/65768 (sub-optimimal code for constant Uses in loop)Kugan Vivekanandarajah
2015-06-01Change use to type-based pool allocator in cselib.c.Martin Liska
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford
2015-04-24re PR rtl-optimization/34503 (Issues with constant/copy propagation implement...Thomas Preud'homme
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders
2015-04-22always define HAVE_cc0Trevor Saunders
2015-01-17Revert last changeAlan Modra
2015-01-17cprop.c (do_local_cprop): Disallow replacement of fixed hard registers.Alan Modra
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders
2014-08-25Convert edge_def.insns.r to rtx_insn *David Malcolm
2014-08-22postreload.c: Use rtx_insn (also touches rtl.h and cprop.c)David Malcolm
2014-08-22cprop.c: Use rtx_insnDavid Malcolm
2014-08-02add a hash_set based on hash_tableTrevor Saunders
2014-07-09remove has_executeTrevor Saunders