]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/recog.c
poly_int: PUSH_ROUNDING
[thirdparty/gcc.git] / gcc / recog.c
2018-01-03  Richard Sandifordpoly_int: PUSH_ROUNDING
2017-12-21  Richard Sandifordpoly_int: REG_ARGS_SIZE
2017-12-20  Richard Sandifordpoly_int: SUBREG_BYTE
2017-12-12  Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-11  Jakub Jelinekrecog.c (store_data_bypass_p_1): New function.
2017-10-24  Sandra Loosemoretree-pass.h (PROP_rtl_split_insns): Define.
2017-10-20  Igor TsimbalistAdd generic part for Intel CET enabling. The spec is...
2017-10-11  Nathan Sidwell[PATCH] DECL_ASSEMBLER_NAME and friends
2017-09-15  Richard SandifordTurn CANNOT_CHANGE_MODE_CLASS into a hook
2017-09-12  Richard SandifordConvert hard_regno_nregs to a function
2017-09-04  Richard SandifordTurn HARD_REGNO_MODE_OK into a target hook
2017-08-30  Richard Sandiford[40/77] Use scalar_int_mode for extraction_insn fields
2017-08-30  Richard Sandiford[35/77] Add uses of as_a <scalar_int_mode>
2017-08-30  Richard Sandiford[26/77] Use is_a <scalar_int_mode> in subreg/extract...
2017-08-22  Richard SandifordMake more use of paradoxical_subreg_p
2017-06-29  Jan Hubickaasan.c (asan_emit_stack_protection): Update.
2017-03-14  Richard Bieneralias.c (struct alias_set_entry): Pack properly.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-13  Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-09-16  Eric Botcazourecog.c (rest_of_handle_split_after_reload): Delete.
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-26  Trevor Saundersuse auto_sbitmap in various places
2016-06-06  Bernd Edlingerre PR c/24414 (Old-style asms don't clobber memory)
2016-01-29  Vladimir Makarovre PR target/69299 (-mavx performance degradation with...
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-10-28  Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-08-21  Richard Sandifordgencodes.c (gencodes): Print the comma for the precedin...
2015-08-21  Trevor Saundersalways define HAVE_peephole2
2015-08-19  Trevor Saundersremove useless typedefs
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  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-05  Richard Sandifordtarget-insns.def (extv, [...]): New targetm instruction...
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-06  Mikhail MaltsevPromote types of rtl expressions to rtx_insn in gen_spl...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-22  Trevor Saundersmove default for STACK_PUSH_CODE to defaults.h
2015-05-22  Trevor Saundersremove most ifdef STACK_GROWS_DOWNWARD
2015-05-22  Trevor Saundersalways define STACK_GROWS_DOWNWARD
2015-05-20  Mikhail MaltsevPromote types of RTL expressions to more derived ones.
2015-05-19  Richard Sandifordcfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
2015-05-09  Trevor Saundersmore rtx_insn * in recog.c
2015-05-02  Trevor Saundersmake validate_replace_src_group take a rtx_insn *
2015-05-02  Trevor Saundersrecog_data::insn can be a rtx_insn *
2015-05-02  Trevor Saunderschange local vars to rtx_insn *
2015-04-22  Trevor Saundersremove some ifdef HAVE_cc0
2015-03-20  Uros Bizjakre PR rtl-optimization/60851 (ICE: in extract_constrain...
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-10-22  Richard Sandifordrecog.h (recog_data_d): Remove enabled_alternatives.
2014-10-22  Richard Sandifordrecog.h (constrain_operands): Add an alternative_mask...
2014-10-22  Richard Sandifordmd.texi: Document "preferred_for_size" and "preferred_f...
2014-10-22  Richard Sandifordrecog.h (extract_constrain_insn): Declare.
2014-10-16  Andrew MacLeodfunction.h: Flatten file.
2014-09-19  Segher Boessenkoolrecog.c (scratch_operand): Do not simply allow all...
2014-09-15  David MalcolmInstruction attributes take an rtx_insn *
2014-09-09  David Malcolmsingle_set takes an insn
2014-09-09  David Malcolmrecog_memoized works on an rtx_insn *
2014-09-09  David MalcolmINSN_LOCATION takes an rtx_insn
2014-09-05  David MalcolmUse rtx_insn more within peep2
2014-08-28  David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28  David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-26  David MalcolmRemove DF_REF_INSN scaffolding
2014-08-22  David Malcolmrecog.c: Use rtx_insn
2014-08-14  Richard Bienerre PR tree-optimization/62079 (ICE: in calc_dfs_tree...
2014-07-09  Trevor Saundersremove has_execute
2014-06-15  Richard Sandiforddf.h (DF_INSN_INFO_MWS, [...]): New macros.
2014-06-11  Richard Sandifordcommon.md: New file.
2014-06-11  Richard Sandifordsystem.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
2014-06-11  Richard Sandifordgenpreds.c (const_int_start, [...]): New variables.
2014-06-11  Richard Sandifordrecog.h (operand_alternative): Remove offmem_ok, nonffm...
2014-06-11  Richard Sandifordsystem.h (REG_CLASS_FROM_CONSTRAINT): Poison.
2014-06-04  Richard Sandifordrecog.h (operand_alternative): Convert reg_class, rejec...
2014-06-04  Richard Sandifordrecog.c (preprocess_constraints): Don't skip disabled...
2014-06-04  Richard Sandifordrecog.h (recog_op_alt): Convert to a flat array.
2014-06-04  Kai Tietzrecog.c (peep2_attempt): Copy SIBLING_CALL_P flag from...
2014-05-27  Richard Sandifordsystem.h (TEST_BIT): New macro.
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-05-06  Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
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-04-01  Richard Sandifordre PR target/60604 (GCC incorrectly compiles s_csinh...
2014-02-04  Jakub Jelinekre PR rtl-optimization/57915 (ICE in set_address_disp...
2014-01-23  Richard Sandifordre PR target/52125 (Problems with LO16 asm operands...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-16  Vladimir Makarovre PR rtl-optimization/59466 (Slow code generation...
2013-12-09  David MalcolmEliminate FOR_EACH_BB_REVERSE macro.
2013-12-09  David MalcolmEliminate last_basic_block macro.
2013-11-29  Vladimir Makarovre PR rtl-optimization/59340 (LRA enable-checking boots...
2013-11-20  Robert Suchaneklra.c (lra): Set lra_in_progress before check_rtl call.
2013-11-02  Steven Bosschergcse.c (pre_delete): Remove references to regmove from...
2013-10-25  Eric Botcazourecog.c (search_ofs): New static variable moved from...
next