re PR c/79153 (-Wimplicit-fallthrough missed warning)
[gcc.git] / gcc / emit-rtl.c
2017-11-22 Richard SandifordFix calculation of ptr_mode for MODE_PARTIAL_INT Pmode
2017-11-09 Richard SandifordBe stricter about CONST_VECTOR operands
2017-11-09 Richard SandifordBase subreg rules on REGMODE_NATURAL_SIZE rather than...
2017-11-09 Martin LiskaInitialize split_branch_probability (PR target/82863).
2017-11-01 Richard SandifordAdd a VEC_SERIES rtl code
2017-11-01 Richard SandifordAllow vector CONSTs
2017-11-01 Richard SandifordAdd gen_(const_)vec_duplicate helpers
2017-10-20 Igor TsimbalistAdd generic part for Intel CET enabling. The spec is...
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-05 Richard SandifordMake more use of int_mode_for_size
2017-09-04 Richard SandifordAdd subreg_memory_offset helper functions
2017-08-30 Richard Sandiford[71/77] Use opt_scalar_mode for mode iterators
2017-08-30 Richard Sandiford[66/77] Use scalar_mode for constant integers
2017-08-30 Richard Sandiford[62/77] Big machine_mode to scalar_int_mode replacement
2017-08-30 Richard Sandiford[28/77] Use is_a <scalar_int_mode> for miscellaneous...
2017-08-30 Richard Sandiford[17/77] Add an int_mode_for_size helper function
2017-08-30 Richard Sandiford[15/77] Add scalar_int_mode
2017-08-30 Richard Sandiford[11/77] Add a float_mode_for_size helper function
2017-08-30 Richard Sandiford[4/77] Add FOR_EACH iterators for modes
2017-08-22 Richard SandifordMake more use of paradoxical_subreg_p
2017-07-29 Trevor Saundersreplace rtx_alloc_stat with c++
2017-07-16 Jan Hubickaprofile-count.h (profile_probability::from_reg_br_prob_...
2017-05-04 Richard Bienertree.c (array_at_struct_end_p): Handle arrays at struct...
2017-04-27 Richard Bienerre PR middle-end/80533 (Alias analysis of zero length...
2017-02-02 Eric Botcazoure PR middle-end/78468 (libgomp.c/reduction-10.c and...
2017-01-05 David MalcolmIntroduce RTL function reader
2017-01-03 James Cowgillre PR rtl-optimization/65618 (gnat bootstrap comparison...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-08 David MalcolmIntroduce emit_status::ensure_regno_capacity
2016-12-07 David MalcolmIntroduce rtl_data::init_stack_alignment
2016-12-06 Eric Botcazoure PR middle-end/78642 (invalid rtl sharing found in...
2016-12-02 Jakub Jelinekre PR target/78614 (ICE error: invalid rtl sharing...
2016-12-02 Jakub Jelinekre PR rtl-optimization/78547 (ICE: in loc_cmp, at var...
2016-11-30 Jakub Jelinekemit-rtl.c (verify_insn_sharing): Call verify_rtx_shari...
2016-11-23 Richard SandifordAdd more subreg offset helpers
2016-11-07 Bernd Schmidtemit-rtl.c (emit_copy_of_insn_after): Duplicate notes...
2016-11-02 Trevor Saundersremove cast from prev_nonnote_insn_bb
2016-11-02 Trevor Saundersuse rtx_insn * in various places where it is obvious
2016-10-21 Trevor Saundersmake LABEL_REF_LABEL a rtx_insn *
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-09-22 Trevor Saundersmake next_cc0_user take rtx_insn *
2016-09-22 Trevor Saundersmake next/prev active_insn and active_insn_p take rtx_i...
2016-09-22 Trevor Saundersmake next/prev nonnote_nondebug_insn take rtx_insn *
2016-09-22 Trevor Saundersmake prev_real_insn take rtx_insn *
2016-09-22 Trevor Saundersmake next/prev nondebug_insn take rtx_insn *
2016-09-22 Trevor Saundersmake next/prev _nonnote_insn take rtx_insn *
2016-09-16 Jason MerrillAdd inline functions for various bitwise operations.
2016-08-28 Trevor Saundersmake stack_slot_list a vec<rtx>
2016-08-04 Bernd Edlinger016-08-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-07-11 Bernd EdlingerConvert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
2016-04-27 David Malcolmmaybe_set_first_label_num can take an rtx_code_label *
2016-02-16 Kelvin Nilsenre PR target/48344 (powerpc ICE with -fstack-limit...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-19 Eric Botcazoure PR rtl-optimization/68910 (huge stack frame and...
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-10-05 Richard SandifordRemove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE
2015-08-14 Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-07-30 Anatoly SokolovUse lowpart_subreg instead of simplify_gen_subreg
2015-07-28 Richard Sandifordtarget-insns.def (can_extend, ptr_extend): New targetm...
2015-07-25 David EdelsohnRevert:
2015-07-23 Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-07-12 Kugan Vivekanandarajahcse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
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-06-26 Richard Sandifordrtl.h (emit): Add an optional boolean parameter to...
2015-06-25 Richard Sandifordhash-traits.h (ggc_cache_hasher): Rename to...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-14 Richard Sandifordrtl.h (classify_insn): Declare.
2015-06-12 Uros Bizjakemit-rtl.c (need_atomic_barrier_p): Mask model with...
2015-06-10 Alexandre OlivaRevert "[PR64164] Drop copyrename, use coalescible...
2015-06-09 Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-06 Richard Sandifordemit-rtl.c, [...]: Replace rtx base types with more...
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-27 Martin LiskaNew memory allocation statistics infrastructure.
2015-05-22 Trevor Saundersdon't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTE...
2015-05-20 Mikhail MaltsevPromote types of RTL expressions to more derived ones.
2015-05-19 Richard Sandifordrtl.h (reg_info): Add an nregs field.
2015-05-19 Richard Sandifordrtl.h (PUT_MODE_RAW): New macro.
2015-05-19 Richard Sandifordrtl.def (REG): Change format to "r".
2015-05-12 Andrew MacLeodre PR target/65697 (__atomic memory barriers not strong...
2015-05-11 Eric Botcazouemit-rtl.c (emit_pattern_after_setloc): Add missing...
2015-05-09 Trevor Saundersmake emit_debug_insn_before take a rtx_insn *
2015-05-09 Trevor Saundersemit_note_before can take a rtx_insn *
2015-05-09 Trevor Saundersemit_note_after can take a rtx_insn *
2015-05-09 Trevor Saundersprev_cc0_setter can take a rtx_insn *
2015-04-22 Trevor Saundersreduce conditional compilation for HARD_FRAME_POINTER_I...
2015-04-22 Trevor Saundersremove some ifdef HAVE_cc0
2015-04-15 Alan Modrafunction.h (struct emit_status): Delete x_first_insn...
2015-01-23 David MalcolmPR jit/64722: fix corruption of %ebx on 32-bit i386...
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-11-20 Markus TrippelsdorfPR63426 Fix various signed integer overflows
2014-11-20 Trevor Saundersimplement a replacement for if_marked
next