summaryrefslogtreecommitdiff
path: root/gcc/cprop.c
Commit message (Expand)AuthorAgeFilesLines
* Drop df_ from df_read_modify_subreg_pRichard Sandiford2017-08-301-1/+1
* re PR rtl-optimization/79780 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (e...Jakub Jelinek2017-03-021-3/+13
* cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek2017-02-131-1/+1
* re PR rtl-optimization/79386 (ICE: segmentation fault in cprop w/ -O2 on 32-b...Jakub Jelinek2017-02-071-1/+5
* re PR rtl-optimization/79194 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (e...Bernd Schmidt2017-01-271-2/+2
* re PR rtl-optimization/79125 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (e...Bernd Schmidt2017-01-211-0/+20
* re PR rtl-optimization/78626 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2656 (e...Bernd Schmidt2017-01-141-1/+24
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Use df_read_modify_subreg_p in cprop.cRichard Sandiford2016-11-161-3/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* [PATCH] Make disabled-optimization warning more informative; increase default...Brad Lucier2015-11-121-42/+2
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-14/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-10/+9
* Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford2015-10-051-7/+3
* Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford2015-10-051-1/+1
* remove many typedefsTrevor Saunders2015-10-011-2/+0
* bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod2015-07-101-1/+0
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra2015-07-081-6/+7
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-11/+4
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* re PR target/65768 (sub-optimimal code for constant Uses in loop)Kugan Vivekanandarajah2015-06-021-0/+25
* Change use to type-based pool allocator in cselib.c.Martin Liska2015-06-011-0/+1
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-071-3/+2
* re PR rtl-optimization/34503 (Issues with constant/copy propagation implement...Thomas Preud'homme2015-04-241-64/+64
* make some HAVE_cc0 code always compiledTrevor Saunders2015-04-221-3/+1
* always define HAVE_cc0Trevor Saunders2015-04-221-1/+1
* Revert last changeAlan Modra2015-01-171-3/+1
* cprop.c (do_local_cprop): Disallow replacement of fixed hard registers.Alan Modra2015-01-171-1/+3
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-4/+10
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-1/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-2/+9
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+5
* tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka2014-09-221-33/+33
* Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders2014-09-161-3/+3
* Convert edge_def.insns.r to rtx_insn *David Malcolm2014-08-251-1/+1
* postreload.c: Use rtx_insn (also touches rtl.h and cprop.c)David Malcolm2014-08-221-1/+1
* cprop.c: Use rtx_insnDavid Malcolm2014-08-221-24/+26
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-3/+3
* remove has_executeTrevor Saunders2014-07-091-1/+0
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-8/+6
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-2/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-1/+1
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-9/+7
* remove has_gateTrevor Saunders2014-04-171-1/+0