aarch64 - Set the mode for the unspec in speculation_tracker insn.
[platform/upstream/linaro-gcc.git] / gcc / gcse.c
2016-03-01 ebotcazou PR rtl-optimization/70007
2016-02-24 ktkachov[gcse] PR rtl-optimization/69886: Check target mode...
2016-01-04 jakub Update copyright years.
2015-11-12 law[PATCH] Make disabled-optimization warning more informa...
2015-10-30 amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29 amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-07-10 amacleod * bb-reorder.c: Don't include obstack.h if backend...
2015-07-10 amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
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-25 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-06-01 marxinChange use to type-based pool allocator in cselib.c.
2015-05-20 miyukiPromote types of RTL expressions to more derived ones.
2015-05-09 tbsaundepass rtx_insn * more in gcse.c
2015-05-07 rsandifogcc/
2015-05-02 tbsaundechange local vars to rtx_insn *
2015-04-22 tbsaunderemove more ifdefs for HAVE_cc0
2015-04-22 tbsaundealways define HAVE_cc0
2015-04-18 tbsaunderemove need for store_values_directly
2015-03-23 law PR rtl-optimization/64317
2015-01-15 prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09 prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
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-21 dmalcolmState cleanups from jit branch
2014-10-16 amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-09-22 hubicka * tree-ssa-ccp.c (prop_value_d): Rename to ...
2014-09-16 tbsaundeReplace INSN_DELETED_P with rtx_insn member functions
2014-09-11 dmalcolmIntroduce LABEL_REF_LABEL
2014-09-09 dmalcolmsingle_set takes an insn
2014-09-09 dmalcolmrecog_memoized works on an rtx_insn *
2014-09-08 dmalcolmgcse.c's modify_mem_list is a list of insns
2014-08-28 dmalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-27 dmalcolmUse rtx_insn_list in various places
2014-08-26 dmalcolmRemove DF_REF_INSN scaffolding
2014-08-22 dmalcolmgcse.c: Use rtx_insn
2014-08-19 dmalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-07-09 tbsaunderemove has_execute
2014-06-24 tbsaundeRemove a layer of indirection from hash_table
2014-06-15 rsandifogcc/
2014-06-07 steven * gcse.c (can_assign_to_reg_without_clobbers_p): Do...
2014-05-06 mrsMerge in trunk.
2014-05-06 rguenth2014-05-06 Richard Biener <rguenther@suse.de>
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-04 danglin PR rtl-optimization/60155
2014-04-02 mrsMerge in trunk.
2014-02-12 rguenth2014-02-12 Richard Biener <rguenther@suse.de>
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in gcc/
2013-12-13 mrsMerge in trunk.
2013-12-09 dmalcolmEliminate FOR_EACH_BB_REVERSE macro.
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-28 vmakarov2013-11-28 Vladimir Makarov <vmakarov@redhat.com>
2013-11-20 rsandifoMerge from trunk.
2013-11-19 dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 zadeckrichards suggestions
2013-11-19 dmalcolmEliminate n_edges macro
2013-11-19 dmalcolmEliminate n_basic_blocks macro
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-11-02 steven * gcse.c (pre_delete): Remove references to regmove...
2013-10-20 mrsMerge in trunk.
2013-09-28 rsandifogcc/
2013-09-20 mrsMerge in trunk.
2013-09-04 mrsMerge in trunk.
2013-08-13 mrsAdd wide-int branch.
2013-08-05 dmalcolmAutomated conversion of passes to C++ classes
2013-07-21 mrsFix typos.
2013-05-18 law * gcse.c (compute_ld_motion_mems): If a non...
2013-04-26 crowlThis patch is the main part of a consolodation of the...
2013-04-10 rguenth2013-04-10 Richard Biener <rguenther@suse.de>
2013-03-30 steven * cfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-03-29 steven * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DA...
2013-03-23 steven * gcse.c (oprs_unchanged_p): Respect flag_gcse_lm.
2013-01-10 rsandifoUpdate copyright years in gcc/
2012-12-03 steven * gcse.c (struct reg_use): Remove unused struct.
2012-11-27 bonzini2012-11-27 Paolo Bonzini <pbonzini@redhat.com>
2012-11-20 dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-12 amker * gcse.c (struct bb_data): Add new fields, old_pressur...
2012-11-01 crowlThis patch renames sbitmap iterators to unify them...
2012-11-01 crowlThis patch normalizes more bitmap function names.
2012-11-01 singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-10-30 crowlThis patch implements the unification of the *bitmap...
2012-10-23 vmakarov2012-10-23 Vladimir Makarov <vmakarov@redhat.com>
next