re PR target/87532 (bad results from vec_extract(unsigned char, foo) dependent upon...
[gcc.git] / gcc / lower-subreg.c
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-14 Peter Bergnerre PR rtl-optimization/87507 (IRA unnecessarily uses...
2018-06-14 Jakub Jelinekre PR target/85945 (ICE in resolve_subreg_use, at lower...
2018-01-03 Richard Sandifordpoly_int: GET_MODE_SIZE
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-20 Richard Sandifordpoly_int: SUBREG_BYTE
2017-12-20 Richard SandifordAdd a gen_int_shift_amount helper function
2017-12-16 Richard SandifordRevert accidental commit
2017-12-16 Richard SandifordAdd a gen_int_shift_amount helper function
2017-11-01 Richard SandifordFactor out the mode handling in lower-subreg.c
2017-09-05 Richard SandifordMake mode_for_size return an opt_mode
2017-09-05 Richard SandifordMake more use of int_mode_for_mode
2017-09-04 Richard SandifordTurn MODES_TIEABLE_P into a target hook
2017-08-30 Richard Sandiford[30/77] Use scalar_int_mode for doubleword splits
2017-08-30 Richard Sandiford[17/77] Add an int_mode_for_size helper function
2017-08-30 Richard Sandiford[6/77] Make GET_MODE_WIDER return an opt_mode
2017-08-22 Richard SandifordMake more use of paradoxical_subreg_p
2017-05-14 Trevor Saundersuse auto_bitmap more
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-21 Trevor Saundersuse rtx_insn * more places where it is obvious
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-07-26 Trevor Saundersuse auto_sbitmap in various places
2016-03-29 Richard Hendersonre PR target/70355 (ICE: in simplify_subreg_concatn...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-07-10 Andrew Macleodbb-reorder.c: Don't include obstack.h if backend.h...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-09 Trevor Saundersreduce conditional compilation based on AUTO_INC_DEC
2015-07-09 Trevor Saundersalways define AUTO_INC_DEC
2015-07-08 Alan Modratarget.def (rtx_costs): Remove "code" param, add "mode".
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-26 Richard Sandifordcaller-save.c (init_caller_save): Base temporary regist...
2015-05-22 Trevor Saundersalways define STACK_GROWS_DOWNWARD
2015-05-07 Richard Sandifordrtl.h (always_void_p): New function.
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-08-28 Richard Sandifordlower-subreg.c (find_decomposable_subregs): Turn from...
2014-08-28 Richard Sandifordlower-subreg.c (adjust_decomposed_uses): Delete.
2014-08-28 Richard Sandifordlower-subreg.c: Include rtl-iter.h.
2014-08-22 David Malcolmlower-subreg.c: Use rtx_insn
2014-07-09 Trevor Saundersremove has_execute
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17 Jakub Jelinekgenmodes.c (struct mode_data): Add need_bytesize_adj...
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09 David MalcolmEliminate last_basic_block macro.
2013-12-09 David MalcolmEliminate BASIC_BLOCK macro.
2013-10-31 Zhenqiang Chenlower-subreg.c (resolve_simple_move): Copy REG_INC...
2013-10-28 Jeff Law* lower-subreg.c (resolve_simple_move): Fix comment...
2013-10-21 Diego NovilloRe-factor inclusion of tree.h.
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-04-17 Steven Bosscherlower-subreg.c (resolve_simple_move): If called self...
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-02-21 Jakub Jelinekre PR rtl-optimization/50339 (suboptimal register alloc...
2013-02-15 Richard Hendersonre PR target/55941 (Strange copy of double (in struct...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Lawrence CrowlThis patch renames sbitmap iterators to unify them...
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-09-27 Ulrich Weigandlower-subreg.c (enum classify_move_insn): Rename SIMPLE...
2012-09-26 Georg-Johann Layre PR middle-end/54635 (Add addr_space_t argument to...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-05-08 Richard Sandifordre PR rtl-optimization/53278 (internal compiler error...
2012-05-06 Richard Sandifordlower-subreg.c (shift_cost): Use set_src_cost, avoiding...
2012-05-01 Kenneth ZadeckMakefile.in (lower-subreg.o, [...]): Depend on lower...
2012-02-04 Jakub Jelinekre PR rtl-optimization/52113 ([lower-subreg.c] ICE...
2011-12-19 Richard Sandifordlower-subreg.c (can_decompose_p): Check every word...
2011-06-14 David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-04-29 Richard Guentherexpr.h (expand_shift): Rename to ...
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-11-04 Uros Bizjakre PR middle-end/46292 (FAIL: gcc.c-torture/execute...
2010-10-30 Uros Bizjakre PR middle-end/44569 (ICE in simplify_subreg for...
2010-10-19 Paul Koninglower-subreg.c (resolve_shift_zext): Delete conditional...
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-07-29 Bernd Schmidtre PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multi...
2010-07-14 Bernd Schmidtlower-subreg.c (subreg_context): New static bitmap.
2010-05-25 Eric Botcazoufunction.h (struct function): Add can_throw_non_call_ex...
2009-11-28 David Bindermanira-color.c (put_allocno_into_bucket): Remove set but...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-06-22 Shujing Zhaoalias.c: Use REG_P...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-01-29 Kenneth Zadeckre PR middle-end/35854 (life passes dump option still...
2008-07-15 Kaveh R. Ghazidf-problems.c (df_set_note): Avoid C++ keywords.
2008-07-02 Ian Lance Taylorrtlanal.c (add_reg_note): New function.
next