aboutsummaryrefslogtreecommitdiff
path: root/gcc/cprop.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+9
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-7/+3
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-1/+1
2015-10-01remove many typedefsTrevor Saunders1-2/+0
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-6/+7
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-02re PR target/65768 (sub-optimimal code for constant Uses in loop)Kugan Vivekanandarajah1-0/+25
2015-06-01Change use to type-based pool allocator in cselib.c.Martin Liska1-0/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-3/+2
2015-04-24re PR rtl-optimization/34503 (Issues with constant/copy propagation implement...Thomas Preud'homme1-64/+64
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-3/+1
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
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