aarch64 - Set the mode for the unspec in speculation_tracker insn.
[platform/upstream/linaro-gcc.git] / gcc / emit-rtl.c
2016-02-16 kelvin[gcc]
2016-01-04 jakub Update copyright years.
2015-12-19 ebotcazou PR rtl-optimization/68910
2015-10-30 amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29 amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-28 law[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-05 rsandifoRemove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE
2015-08-14 aoliva[PR64164] Drop copyrename, use coalescible partition...
2015-07-30 aesokUse lowpart_subreg instead of simplify_gen_subreg
2015-07-28 rsandifogcc/
2015-07-25 dje Revert:
2015-07-23 aoliva[PR64164] Drop copyrename, use coalescible partition...
2015-07-12 kugangcc/ChangeLog:
2015-07-09 tbsaundereduce conditional compilation based on AUTO_INC_DEC
2015-07-09 tbsaundealways define AUTO_INC_DEC
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-26 rsandifogcc/
2015-06-25 rsandifogcc/
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-14 rsandifogcc/
2015-06-12 uros * emit-rtl.c (need_atomic_barrier_p): Mask model with
2015-06-10 aolivaRevert "[PR64164] Drop copyrename, use coalescible...
2015-06-09 aoliva[PR64164] Drop copyrename, use coalescible partition...
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-06 rsandifogcc/
2015-06-06 miyukiPromote types of rtl expressions to rtx_insn in gen_spl...
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-27 marxinNew memory allocation statistics infrastructure.
2015-05-22 tbsaundedon't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTE...
2015-05-20 miyukiPromote types of RTL expressions to more derived ones.
2015-05-19 rsandifogcc/
2015-05-19 rsandifogcc/
2015-05-19 rsandifogcc/
2015-05-12 amacleod2015-05-12 Andrew MacLeod <amacleod@redhat.com>
2015-05-11 ebotcazou * emit-rtl.c (emit_pattern_after_setloc): Add missing...
2015-05-09 tbsaundemake emit_debug_insn_before take a rtx_insn *
2015-05-09 tbsaundeemit_note_before can take a rtx_insn *
2015-05-09 tbsaundeemit_note_after can take a rtx_insn *
2015-05-09 tbsaundeprev_cc0_setter can take a rtx_insn *
2015-04-22 tbsaundereduce conditional compilation for HARD_FRAME_POINTER_I...
2015-04-22 tbsaunderemove some ifdef HAVE_cc0
2015-04-15 amodra * function.h (struct emit_status): Delete x_first_insn...
2015-01-23 dmalcolmPR jit/64722: fix corruption of %ebx on 32-bit i386...
2015-01-15 prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09 prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05 jakub Update copyright years.
2014-11-20 trippelsPR63426 Fix various signed integer overflows
2014-11-20 tbsaundeimplement a replacement for if_marked
2014-11-05 ienkovichgcc/
2014-10-29 rsandifogcc/ada/
2014-10-27 amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-16 amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-09-25 uros PR rtl-optimization/63348
2014-09-16 tbsaundeReplace INSN_DELETED_P with rtx_insn member functions
2014-09-11 dmalcolmIntroduce LABEL_REF_LABEL
2014-09-09 dmalcolmINSN_LOCATION takes an rtx_insn
2014-09-09 dmalcolmHandcode gen_rtx_INSN
2014-09-05 tbsaundemake several emit functions take an rtx_insn *
2014-09-05 dmalcolmfixup_args_size_notes takes a pair of rtx_insn
2014-09-04 tbsaundeChange the types of arguments and return values for...
2014-08-29 dmalcolmMake next_insn and previous_insn require an rtx_insn *
2014-08-28 dmalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28 dmalcolmMake SET_NEXT_INSN/SET_PREV_INSN require an rtx_insn
2014-08-28 dmalcolmUse rtx subclasses in more places in reorg.c
2014-08-28 rsandifogcc/
2014-08-27 rsandifogcc/
2014-08-27 dmalcolmrtl_data.x_stack_slot_list becomes an rtx_expr_list
2014-08-27 dmalcolmIntroduce rtx_expr_list subclass of rtx_def
2014-08-27 dmalcolmIntroduce rtx_insn_list subclass of rtx_def
2014-08-26 dmalcolmRemove DF_REF_INSN scaffolding
2014-08-26 dmalcolmStrengthen various insn emission functions
2014-08-26 dmalcolmget_last_insn_anywhere returns an rtx_insn
2014-08-26 dmalcolmParams of add_insn and unlink_insn_chain
2014-08-26 dmalcolmRemove BB_HEAD, BB_END, BB_HEADER scaffolding
2014-08-25 dmalcolmunshare_all_rtl_again takes an rtx_insn *
2014-08-25 dmalcolmreorder_insns requires rtx_insn *
2014-08-21 dmalcolmtry_split returns an rtx_insn
2014-08-19 dmalcolmnext_cc0_user and prev_cc0_setter scaffolding
2014-08-19 dmalcolmemit_* functions return rtx_insn
2014-08-19 dmalcolmemit_jump_table_data returns an rtx_jump_table_data *
2014-08-19 dmalcolmConvert various rtx to rtx_note *
2014-08-19 dmalcolmmake_insn_raw returns an rtx_insn
2014-08-19 dmalcolmlast_call_insn returns an rtx_call_insn *
2014-08-19 dmalcolmStrengthen return type of gen_label_rtx
2014-08-19 dmalcolmStrengthen return types of various {next|prev}_*insn...
2014-08-19 dmalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-08-18 dmalcolmSplit BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants
2014-08-05 rguenth2014-08-05 Richard Biener <rguenther@suse.de>
2014-06-09 law2014-05-18 John David Anglin <danglin@gcc.gnu.org>
2014-06-06 ebotcazou * rtl.h (insn_location): Declare.
2014-06-02 amacleod * expr.h: Remove prototypes of functions defined in...
2014-05-28 hainque2014-05-26 Richard Sandiford <rdsandiford@googlemail...
2014-05-20 rsandifogcc/
2014-05-19 rsandifogcc/
2014-05-17 tbsaundeuse templates instead of gengtype for typed allocation...
2014-05-17 rsandifogcc/
2014-05-13 rsandifogcc/
2014-05-13 rsandifogcc/
2014-05-06 rsandifogcc/
2014-05-06 mrsMerge in wide-int.
next