aboutsummaryrefslogtreecommitdiff
path: root/gcc/cprop.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-17Revert last changeAlan Modra1-3/+1
2015-01-17cprop.c (do_local_cprop): Disallow replacement of fixed hard registers.Alan Modra1-1/+3
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+5
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-33/+33
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-3/+3
2014-08-25Convert edge_def.insns.r to rtx_insn *David Malcolm1-1/+1
2014-08-22postreload.c: Use rtx_insn (also touches rtl.h and cprop.c)David Malcolm1-1/+1
2014-08-22cprop.c: Use rtx_insnDavid Malcolm1-24/+26
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-3/+3
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-8/+6
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-9/+7
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-7/+8
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-7/+8
2013-11-19Eliminate n_edges macroDavid Malcolm1-2/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-6/+8
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+7
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+37
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-21re PR middle-end/52996 (ice in verify_loop_structure, at cfgloop.c:1567)Richard Biener1-25/+9
2012-12-02re PR middle-end/54838 (ICE: in merge_latch_edges, at cfgloop.c:678 with -ftr...Marek Polacek1-7/+22
2012-11-29Improve debug message.Marek Polacek1-3/+5
2012-11-26Remove redundant variable in hash_set.Marek Polacek1-4/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-2/+0
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-6/+6
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-2/+2
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-02re PR middle-end/52800 (eglibc build broken with internal compiler error in c...Richard Guenther1-1/+1
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+12
2011-11-17re PR rtl-optimization/50663 (conditional propagation missed in cprop.c pass)Bin Cheng1-8/+48
2011-11-11cprop.c: Adjust outdated comments throughout.Eric Botcazou1-74/+68
2011-11-05re PR rtl-optimization/50448 (Missed optimization accessing struct component ...Georg-Johann Lay1-2/+14
2011-07-12re PR rtl-optimization/49474 (ppc ICEs with -O3 (bootstrapping with -O3 and -...Andrew Pinski1-1/+1
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+0
2011-06-09Revert r174848,174849Xinliang David Li1-5/+4