aboutsummaryrefslogtreecommitdiff
path: root/gcc/lower-subreg.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-28lower-subreg.c (find_decomposable_subregs): Turn from being a for_each_rtx ca...Richard Sandiford1-101/+100
2014-08-28lower-subreg.c (adjust_decomposed_uses): Delete.Richard Sandiford1-29/+18
2014-08-28lower-subreg.c: Include rtl-iter.h.Richard Sandiford1-38/+33
2014-08-22lower-subreg.c: Use rtx_insnDavid Malcolm1-23/+26
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+2
2014-04-17genmodes.c (struct mode_data): Add need_bytesize_adj field.Jakub Jelinek1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-18/+12
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+2
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-10-31lower-subreg.c (resolve_simple_move): Copy REG_INC note.Zhenqiang Chen1-0/+23
2013-10-28* lower-subreg.c (resolve_simple_move): Fix comment typo.Jeff Law1-1/+1
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-35/+71
2013-04-17lower-subreg.c (resolve_simple_move): If called self-recursive...Steven Bosscher1-1/+7
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+0
2013-02-21re PR rtl-optimization/50339 (suboptimal register allocation for abs(__int128...Jakub Jelinek1-15/+41
2013-02-14re PR target/55941 (Strange copy of double (in struct) to stack)Richard Henderson1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-11/+9
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-1/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-09-27lower-subreg.c (enum classify_move_insn): Rename SIMPLE_PSEUDO_REG_MOVE to DE...Ulrich Weigand1-12/+19
2012-09-26re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-08re PR rtl-optimization/53278 (internal compiler error: in df_uses_record, at ...Richard Sandiford1-2/+0
2012-05-06lower-subreg.c (shift_cost): Use set_src_cost, avoiding the SET.Richard Sandiford1-9/+6
2012-05-01Makefile.in (lower-subreg.o, [...]): Depend on lower-subreg.h.Kenneth Zadeck1-48/+343
2012-02-04re PR rtl-optimization/52113 ([lower-subreg.c] ICE: in extract_insn, at recog...Jakub Jelinek1-2/+4
2011-12-19lower-subreg.c (can_decompose_p): Check every word of a hard register.Richard Sandiford1-2/+9
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+0
2011-04-29expr.h (expand_shift): Rename to ...Richard Guenther1-2/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-04re PR middle-end/46292 (FAIL: gcc.c-torture/execute/vector-shift2.c compilati...Uros Bizjak1-3/+8
2010-10-30re PR middle-end/44569 (ICE in simplify_subreg for debug insn with CONCATN)Uros Bizjak1-2/+10
2010-10-19lower-subreg.c (resolve_shift_zext): Delete conditional code for WORDS_BIG_EN...Paul Koning1-7/+0
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-29re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt1-0/+4
2010-07-14lower-subreg.c (subreg_context): New static bitmap.Bernd Schmidt1-1/+10
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-1/+1
2009-11-28ira-color.c (put_allocno_into_bucket): Remove set but not used local variable...David Binderman1-3/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-09-14Squash commit of EH in gimpleRichard Henderson1-25/+1