]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/final.c
[C++] Protect call to copy_attributes_to_builtin (PR91505)
[thirdparty/gcc.git] / gcc / final.c
2019-02-15  ebotcazoulibgcc/
2019-01-11  sje2019-01-11 Steve Ellcey <sellcey@marvell.com>
2019-01-01  jakub Update copyright years.
2018-12-21  ebotcazou PR rtl-optimization/87727
2018-12-06  jakub PR target/85593
2018-11-21  aolivacompute discriminator info for overrides
2018-11-09  marxinCome up with the flag -fipa-stack-alignment.
2018-10-02  rguenth2018-10-02 Richard Biener <rguenther@suse.de>
2018-08-22  iainsFix FDE labels for Darwin
2018-07-31  aolivaSave discriminator info for LTO
2018-07-31  aolivaIntroduce instance discriminators
2018-07-20  mseborPR middle-end/82063 - issues with arguments enabled...
2018-07-17  marxinDefine MAX_CODE_ALIGN globally.
2018-07-17  marxinClean up of new format of -falign-FOO.
2018-07-04  marxin2018-07-04 Denys Vlasenko <dvlasenk@redhat.com>
2018-06-18  dmalcolmMore rtx to rtx_insn * cleanups
2018-04-30  dmalcolmUse char_span for return type of location_get_source_line
2018-04-10  rsandifoSet insn_last_address in final_1
2018-03-07  ebotcazou PR target/84277
2018-02-26  ebotcazou PR debug/84545
2018-02-20  marxinAdd limit for maximal alignment options (PR c/84310).
2018-02-19  jakub PR target/84146
2018-02-11  aoliva[LVU] deal with md final_scan_insn
2018-02-09  aoliva[IEPM] Introduce inline entry point markers
2018-02-09  aoliva[LVU] Introduce location views
2018-01-18  borisAdd ability to remap file names in __FILE__, etc (PR...
2018-01-03  jakub PR debug/83645
2018-01-03  jakub Update copyright years.
2017-12-21  rsandifopoly_int: frame allocations
2017-12-20  rsandifopoly_int: SUBREG_BYTE
2017-12-19  jakub * read-rtl.c (parse_reg_note_name): Replace Yoda condi...
2017-12-13  jakub PR bootstrap/83396
2017-12-12  aoliva[SFN] introduce statement frontier notes, still disabled
2017-12-02  segherfinal: Improve output for -dp and -fverbose-asm
2017-11-27  jakub PR debug/81307
2017-11-16  hubicka * final.c (compute_alignments): Use counts rather...
2017-11-15  aolivaintroduce TDF_compare_debug, omit OBJ_TYPE_REF casts...
2017-11-03  hubicka * asan.c (create_cond_insert_point): Maintain profile.
2017-10-29  wilsonDelete obsolete SDB debug info support.
2017-10-13  rsandifoMake more use of byte_lowpart_offset
2017-08-30  rsandifo[62/77] Big machine_mode to scalar_int_mode replacement
2017-08-30  rsandifo[59/77] Add a rtx_jump_table_data::get_data_mode helper
2017-08-22  rsandifoMake more use of paradoxical_subreg_p
2017-08-21  rsandifoRemove the frame size argument from function_prologue...
2017-08-08  marxin.
2017-07-27  jakub * attribs.c (decl_attributes): Imply noinline, noclone...
2017-06-04  hubicka2017-05-23 Jan Hubicka <hubicka@ucw.cz>
2017-05-18  wilcoAdd an assert to leaf_function_p to ensure it is not...
2017-02-18  jakub * final.c (last_columnnum, override_columnnum): New...
2017-01-24  dmalcolmAdd "__RTL" to cc1
2017-01-01  jakub Update copyright years.
2016-11-24  berndsgcc/
2016-11-16  aburgessgcc: remove unneeded global related to hot/cold partiti...
2016-11-02  tbsaundeuse rtx_insn * in various places where it is obvious
2016-11-01  jakub * tree.h (BLOCK_IN_COLD_SECTION_P): Define.
2016-10-21  tbsaundemake LABEL_REF_LABEL a rtx_insn *
2016-10-13  thopre01Move MEMMODEL_* from coretypes.h to memmodel.h
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-08-19  dmalcolmAdd source information to -fverbose-asm
2016-06-06  edlingergcc/
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.
next