aboutsummaryrefslogtreecommitdiff
path: root/gcc/ree.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-16ree.c (add_removable_extension): Use reg_overlap_mentioned_p rather than test...Jeff Law1-1/+1
2015-11-24[RTL-ree] PR rtl-optimization/68194: Restrict copy instruction in presence of...Kyrylo Tkachov1-0/+6
2015-11-23[PATCH] Fix invalid redundant extension elimination for rl78 portNick Clifton1-10/+12
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-13/+10
2015-10-19REE: fix uninitialized registers handlingPierre-Marie de Rodat1-13/+49
2015-08-19remove useless typedefsTrevor Saunders1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-6/+6
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+11
2015-01-13re PR rtl-optimization/64286 (Redundant extend removal ignores vector element...Jakub Jelinek1-12/+63
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-1/+1
2014-10-31re PR rtl-optimization/63659 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Jakub Jelinek1-4/+52
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-6/+6
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-3/+7
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-2/+3
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-12[Ree] Ensure inserted copy don't change the number of hard registersWilco Dijkstra1-1/+9
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-1/+1
2014-08-22ree.c: Use rtx_insnDavid Malcolm1-22/+23
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-10/+7
2014-06-13[multiple changes]Jeff Law1-4/+7
2014-06-02re PR rtl-optimization/61094 (-O3 insn Internal compiler error in copyprop_ha...Jeff Law1-7/+40
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-9/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-02-14re PR rtl-optimization/60131 (RTL check fail in rhs_regno)Jeff Law1-7/+30
2014-01-17ree.c (combine_set_extension): Temporarily disable test for changing number o...Jeff Law1-1/+5
2014-01-15re PR tree-optimization/59747 (wrong code at -Os and above on x86_64-linux-gn...Jeff Law1-3/+18
2014-01-10re PR middle-end/59743 (ICE: Segmentation fault)Jeff Law1-2/+4
2014-01-10re PR rtl-optimization/59754 ([ree.c] Incorrect merge while working with vect...Jakub Jelinek1-0/+12
2014-01-08ree.c (get_sub_rtx): New function, extracted from...Jeff Law1-19/+35
2014-01-07re PR middle-end/53623 (sign extension is effectively split into two x86-64 i...Jeff Law1-5/+95
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-22add auto_vecTrevor Saunders1-3/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford1-1/+2
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+0
2013-04-05bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...Steven Bosscher1-4/+3