Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / cse.c
2016-02-04 ktkachov[cse][3/4] Don't overwrite original rtx when folding...
2016-01-04 jakub Update copyright years.
2015-12-18 law[PATCH] [PR rtl-optimization/49847] Fix ICE in CSE...
2015-10-30 amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29 amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-05 rsandifoRemove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE
2015-08-05 kugangcc/ChangeLog:
2015-07-24 ktkachov[obvious] Use std::swap instead of manually swapping...
2015-07-24 kugangcc/ChangeLog:
2015-07-13 aldyhFix double word typos.
2015-07-12 kugangcc/ChangeLog:
2015-07-10 amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-09 tbsaundereduce conditional compilation for LOAD_EXTEND_OP
2015-07-08 amodra * target.def (rtx_costs): Remove "code" param, add...
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-30 rsandifogcc/
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-06 rsandifogcc/
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-19 rsandifogcc/
2015-05-09 tbsaundecse_change_cc0_mode can take a rtx_insn *
2015-04-28 tbsaundeadd default for NO_FUNCTION_CSE
2015-04-22 tbsaundemake some HAVE_cc0 code always compiled
2015-04-22 tbsaundealways define HAVE_cc0
2015-04-22 tbsaunderemove more ifdef HAVE_cc0
2015-04-15 law PR rtl-optimization/42522
2015-02-03 jakub PR rtl-optimization/64756
2015-01-23 jakub PR rtl-optimization/63637
2015-01-15 prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-15 jakub * gengtype.c (create_user_defined_type): Workaround
2015-01-09 prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05 olegendogcc/
2015-01-05 jakub Update copyright years.
2014-10-29 rsandifogcc/ada/
2014-10-27 amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-23 iverbin PR target/63534
2014-10-16 amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-09-11 dmalcolmIntroduce LABEL_REF_LABEL
2014-09-05 dmalcolmRemove a cast in cse.c
2014-08-28 rsandifogcc/
2014-08-28 rsandifogcc/
2014-08-28 rsandifogcc/
2014-08-28 rsandifogcc/
2014-08-28 rsandifogcc/
2014-08-26 dmalcolmRemove DF_REF_INSN scaffolding
2014-08-22 dmalcolmcse.c: Use rtx_insn
2014-08-19 dmalcolmdelete_trivially_dead_insns works on insns
2014-08-05 rguenth2014-08-05 Richard Biener <rguenther@suse.de>
2014-08-02 tbsaundeadd a hash_set based on hash_table
2014-07-20 ebotcazou * cse.c (exp_equiv_p) <MEM>: For GCSE, return 0 for...
2014-07-09 tbsaunderemove has_execute
2014-06-15 rsandifogcc/
2014-05-06 mrsMerge in wide-int.
2014-05-06 mrsMerge in trunk.
2014-05-06 rguenth2014-05-06 Richard Biener <rguenther@suse.de>
2014-05-05 mrsMerge in trunk.
2014-05-05 mrsMerge in trunk.
2014-04-30 mrsMerge in trunk.
2014-04-28 rsandifoMerge from trunk.
2014-04-24 mrsMerge in trunk.
2014-04-22 mrsMerge in trunk.
2014-04-22 rsandifoMerge from trunk.
2014-04-17 rsandifoMerge from trunk.
2014-04-17 tbsaundepass cfun to pass::execute
2014-04-17 tbsaundepass current function to opt_pass::gate ()
2014-04-17 tbsaunderemove has_gate
2014-04-11 jakub PR rtl-optimization/60663
2014-04-02 mrsMerge in trunk.
2014-03-11 rsandifogcc/
2014-02-27 law PR rtl-optimization/49847
2014-02-10 mrsMerge in trunk.
2014-01-13 mrsMerge in trunk.
2014-01-03 mrsMerge in trunk.
2014-01-03 mrsKenny's patch for rtl.
2014-01-02 rsandifoUpdate copyright years in gcc/
2013-12-31 jakub PR rtl-optimization/59647
2013-12-16 mrsMerge in trunk.
2013-12-13 mrsMerge in trunk.
2013-12-09 dmalcolmEliminate FOR_EACH_BB macro.
2013-12-09 dmalcolmEliminate last_basic_block macro.
2013-12-09 dmalcolmEliminate BASIC_BLOCK macro.
2013-12-04 rsandifoMerge with trunk.
2013-11-22 rsandifoMerge with trunk.
2013-11-21 rsandifoMerge with trunk.
2013-11-21 rsandifoRemove formatting difference with trunk.
2013-11-20 mrsFixup whitespace.
2013-11-20 rsandifoMerge from trunk.
2013-11-19 dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-18 rsandifoMerge from trunk.
2013-11-16 mrsMerge in trunk.
2013-11-09 rsandifoMerge with trunk.
2013-11-06 mrsMerge in trunk.
2013-11-04 mrsMerge in trunk.
2013-10-20 mrsMerge in trunk.
2013-09-28 rsandifogcc/
2013-09-27 rsandifogcc/
2013-09-23 rsandifogcc/
2013-09-20 mrsMerge in trunk.
2013-09-16 rsandifogcc/
next