summaryrefslogtreecommitdiff
path: root/gcc/ree.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-04-04re PR target/89399 (ICE: RTL check: expected code 'set', 'clobber' or 'clobbe...Jeff Law
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-01-11re PR target/82682 (FAIL: gcc.target/i386/pr50038.c scan-assembler-times movz...Jakub Jelinek
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-10-22Make more use of HWI_COMPUTABLE_MODE_PRichard Sandiford
2017-10-13Make more use of GET_MODE_UNIT_SIZERichard Sandiford
2017-09-12Use hard_regno_nregs instead of HARD_REGNO_NREGSRichard Sandiford
2017-09-12Make more use of REG_NREGSRichard Sandiford
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford
2017-08-22Make more use of paradoxical_subreg_pRichard Sandiford
2017-01-01Update copyright years.Jakub Jelinek
2016-11-24re PR rtl-optimization/78437 (invalid sign-extend conversion in REE pass)Eric Botcazou
2016-10-28re PR rtl-optimization/78132 (GCC produces invalid instruction (kmovd and kmo...Jakub Jelinek
2016-10-21[ree] PR rtl-optimization/78038: Handle global register dataflow definitions ...Kyrylo Tkachov
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-08-15ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.Richard Biener
2016-07-13ree.c: use auto_vec in ext_stateTrevor Saunders
2016-04-05re PR rtl-optimization/70542 (Wrong code with -O3 -mavx2.)Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-16ree.c (add_removable_extension): Use reg_overlap_mentioned_p rather than test...Jeff Law
2015-11-24[RTL-ree] PR rtl-optimization/68194: Restrict copy instruction in presence of...Kyrylo Tkachov
2015-11-23[PATCH] Fix invalid redundant extension elimination for rl78 portNick Clifton
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-19REE: fix uninitialized registers handlingPierre-Marie de Rodat
2015-08-19remove useless typedefsTrevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-13re PR rtl-optimization/64286 (Redundant extend removal ignores vector element...Jakub Jelinek
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod
2014-10-31re PR rtl-optimization/63659 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-09-12[Ree] Ensure inserted copy don't change the number of hard registersWilco Dijkstra
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm
2014-08-22ree.c: Use rtx_insnDavid Malcolm