aboutsummaryrefslogtreecommitdiff
path: root/gcc/ree.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-11re PR target/82682 (FAIL: gcc.target/i386/pr50038.c scan-assembler-times movz...Jakub Jelinek1-2/+75
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-22Make more use of HWI_COMPUTABLE_MODE_PRichard Sandiford1-2/+2
2017-10-13Make more use of GET_MODE_UNIT_SIZERichard Sandiford1-4/+6
2017-09-12Use hard_regno_nregs instead of HARD_REGNO_NREGSRichard Sandiford1-2/+3
2017-09-12Make more use of REG_NREGSRichard Sandiford1-4/+2
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-1/+1
2017-08-22Make more use of paradoxical_subreg_pRichard Sandiford1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-24re PR rtl-optimization/78437 (invalid sign-extend conversion in REE pass)Eric Botcazou1-0/+46
2016-10-28re PR rtl-optimization/78132 (GCC produces invalid instruction (kmovd and kmo...Jakub Jelinek1-0/+5
2016-10-21[ree] PR rtl-optimization/78038: Handle global register dataflow definitions ...Kyrylo Tkachov1-1/+9
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-08-15ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.Richard Biener1-2/+0
2016-07-13ree.c: use auto_vec in ext_stateTrevor Saunders1-13/+6
2016-04-05re PR rtl-optimization/70542 (Wrong code with -O3 -mavx2.)Jakub Jelinek1-14/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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