aarch64 - Set the mode for the unspec in speculation_tracker insn.
[platform/upstream/linaro-gcc.git] / gcc / final.c
2018-10-18 mpolacekImplement -Wimplicit-fallthrough. 79/189279/2
2016-01-22 matz * system.h (string, algorithm): Include only condition...
2016-01-04 jakub Update copyright years.
2015-12-07 edlinger2015-12-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
2015-12-02 pmderodatTrack indirect calls for call site information in debug...
2015-11-15 tbsaunderemove conditional compilation of sdb debug info
2015-11-09 julesMachine modes for address printing.
2015-10-30 amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29 amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-27 rguenth2015-10-27 Richard Biener <rguenther@suse.de>
2015-10-21 tbsaundeunconditionally compile most of the delay slot code
2015-10-21 law[PATCH] Move RTL printing code from sched-vis.c into...
2015-08-19 tbsaunderemove useless typedefs
2015-07-13 aldyhFix double word typos.
2015-07-10 amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-30 rsandifogcc/
2015-06-25 amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-06 rsandifogcc/
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-22 tbsaundealways define HAVE_peephole
2015-05-19 ebotcazou * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
2015-05-19 rsandifogcc/
2015-05-19 miyukiUse std::swap instead of explicit swaps
2015-05-09 jason * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
2015-04-30 cticeDefine & use special macros to record the name & size...
2015-04-27 cticeGive proper type and size to named cold partitions.
2015-04-22 tbsaunderemove more ifdefs for HAVE_cc0
2015-04-22 tbsaundealways define HAVE_cc0
2015-04-22 tbsaunderemove some ifdef HAVE_cc0
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-12-31 uros * diagnostic.c (build_message_string): Use xvasprintf.
2014-12-03 vriesRename fuse-caller-save
2014-11-10 berndsAdd a target hook for assembling undeclared decls.
2014-11-05 berndsAdd a no_register_allocation target hook.
2014-10-29 rsandifogcc/ada/
2014-10-28 amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-27 amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-22 rsandifogcc/
2014-10-16 amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-09-16 tbsaundeReplace INSN_DELETED_P with rtx_insn member functions
2014-09-15 dmalcolmInstruction attributes take an rtx_insn *
2014-09-15 dmalcolmThe various TARGET_ASM_..._MAX_SKIP hooks take an insn
2014-09-11 dmalcolmIntroduce LABEL_REF_LABEL
2014-09-10 dmalcolmerror_for_asm and warning_for_asm take const rtx_insn *
2014-09-09 dmalcolmrecog_memoized works on an rtx_insn *
2014-09-05 dmalcolmEliminate the checked cast from get_call_reg_set_usage
2014-09-05 dmalcolmDrop uncast_insn from param 1 of final_scan_insn
2014-09-03 rsandifogcc/
2014-08-28 dmalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28 dmalcolminsn_current_reference_address takes an rtx_insn
2014-08-28 rsandifogcc/
2014-08-27 dmalcolmfinal.c: Use rtx_sequence
2014-08-26 dmalcolmRemove DF_REF_INSN scaffolding
2014-08-25 dmalcolmfinal_start_function takes an rtx_insn
2014-08-25 dmalcolmfinal accepts an rtx_insn
2014-08-25 dmalcolmshorten_branches takes an rtx_insn
2014-08-25 marxinIPA C++ refactoring 4/N
2014-08-22 dmalcolmfinal.c: Use rtx_insn (also touches output.c and config...
2014-08-21 dmalcolmDebug hooks: use rtx_insn and rtx_code_label
2014-08-21 dmalcolmUse rtx_insn internally within generated functions
2014-08-19 dmalcolmConvert various rtx to rtx_note *
2014-08-19 dmalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-07-09 vriesEnable fuse-caller-save on self-recursive functions
2014-07-09 tbsaunderemove has_execute
2014-06-20 vriesFix finding reg-sets of call insn
2014-06-20 vriesDon't save function_used_regs if it contains all call_u...
2014-06-20 vriesUse function_used_regs variable in collect_fn_hard_reg_...
2014-06-06 ebotcazou * rtl.h (insn_location): Declare.
2014-05-29 vriesFix bootstrap on powerpc64le-linux-gnu
2014-05-28 vries-fuse-caller-save - Use collected register usage inform...
2014-05-28 vries-fuse-caller-save - Collect register usage information
2014-05-26 rguenth2014-05-23 Richard Biener <rguenther@suse.de>
2014-05-24 hubicka * gengtype-state.c (fatal_reading_state): Bring offline.
2014-05-06 mrsMerge in wide-int.
2014-05-06 mrsMerge in trunk.
2014-05-06 rguenth2014-05-06 Richard Biener <rguenther@suse.de>
2014-05-05 mrsMerge in trunk.
2014-05-05 mrsMerge in trunk.
2014-05-05 mrsMerge in trunk.
2014-05-05 krebbel2014-05-05 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2014-04-30 mrsMerge in trunk.
2014-04-28 rsandifoMerge from trunk.
2014-04-24 mrsMerge in trunk.
2014-04-22 mrsMerge in trunk.
2014-04-22 rsandifoMerge from trunk.
2014-04-17 rsandifoMerge from trunk.
2014-04-17 tbsaundepass cfun to pass::execute
2014-04-17 tbsaunderemove has_gate
2014-04-16 ebotcazou * final.c (compute_alignments): Do not apply loop...
2014-04-02 mrsMerge in trunk.
2014-02-18 jakub PR sanitizer/60142
2014-02-10 mrsMerge in trunk.
2014-01-13 mrsMerge in trunk.
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in gcc/
next