summaryrefslogtreecommitdiff
path: root/gcc/fwprop.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: SUBREG_BYTERichard Sandiford2017-12-201-1/+1
* Make more use of GET_MODE_UNIT_BITSIZERichard Sandiford2017-10-131-2/+2
* [26/77] Use is_a <scalar_int_mode> in subreg/extract simplificationsRichard Sandiford2017-08-301-2/+5
* Make more use of paradoxical_subreg_pRichard Sandiford2017-08-221-5/+2
* re PR rtl-optimization/79405 (Infinite loop in fwprop)Segher Boessenkool2017-03-311-0/+17
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Add a load_extend_op wrapperRichard Sandiford2016-11-151-1/+1
* defaults.h (LOAD_EXTEND_OP): Define if not already defined.Eric Botcazou2016-11-041-2/+0
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak2016-07-191-1/+1
* re PR tree-optimization/68961 (Test case gcc.target/powerpc/pr60203.c fails s...Richard Biener2016-07-121-0/+9
* fwprop.c (fwprop): Remove duplicate cleanup_cfg call.Richard Biener2016-05-061-9/+2
* re PR target/70574 (wrong code with -mavx2, read of partially initialised sta...Jakub Jelinek2016-04-081-5/+27
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law2015-12-101-2/+4
* fwprop.c (update_uses): Use flag_checking instead of gcc_checking_assert.Michael Matz2015-11-191-1/+2
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-2/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-6/+6
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-17/+9
* 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-3/+5
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-9/+3
* 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-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-6/+6
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+12
* fwprop.c: Include rtl-iter.h.Richard Sandiford2014-08-281-7/+10
* Use rtx_insn in more places in fwprop.cDavid Malcolm2014-08-261-2/+2
* fwprop.c: Use rtx_insnDavid Malcolm2014-08-221-16/+20
* remove has_executeTrevor Saunders2014-07-091-2/+0
* df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford2014-06-151-15/+11
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-35/+19
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-3/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-2/+2
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-2/+2
* remove has_gateTrevor Saunders2014-04-171-2/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders2013-09-171-16/+14
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-36/+71
* re PR rtl-optimization/56178 (Miscompilation of Ada front-end with profiled b...Eric Botcazou2013-02-071-4/+10
* re PR c/56113 (out of memory when compiling a function with many goto labels ...Steven Bosscher2013-01-311-4/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* optabs.c (add_equal_note): Do not create self-referencing REG_EQUAL notes.Steven Bosscher2012-12-021-3/+6
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-31/+27