summaryrefslogtreecommitdiff
path: root/gcc/final.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Martin Liska2018-07-041-0/+6
* More rtx to rtx_insn * cleanupsDavid Malcolm2018-06-181-3/+2
* Use char_span for return type of location_get_source_lineDavid Malcolm2018-04-301-4/+3
* Set insn_last_address in final_1Richard Sandiford2018-04-101-0/+3
* re PR target/84277 (A lot of new acats testsuite failures)Eric Botcazou2018-03-071-1/+6
* re PR debug/84545 (FAIL: g++.dg/debug/pr44182.C -gdwarf-2 -O2 (test for exces...Eric Botcazou2018-02-261-3/+11
* Add limit for maximal alignment options (PR c/84310).Martin Liska2018-02-201-2/+2
* re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek2018-02-191-9/+14
* [LVU] deal with md final_scan_insnAlexandre Oliva2018-02-111-3/+33
* [IEPM] Introduce inline entry point markersAlexandre Oliva2018-02-091-0/+26
* [LVU] Introduce location viewsAlexandre Oliva2018-02-091-11/+138
* Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov2018-01-181-69/+3
* re PR debug/83645 (ICE: in get_insn_template, at final.c:2100 with -gstatemen...Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: frame allocationsRichard Sandiford2017-12-211-5/+6
* poly_int: SUBREG_BYTERichard Sandiford2017-12-201-2/+3
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-191-5/+3
* re PR bootstrap/83396 (Bootstrap failures with Statement Frontiers)Jakub Jelinek2017-12-131-2/+3
* [SFN] introduce statement frontier notes, still disabledAlexandre Oliva2017-12-121-18/+71
* final: Improve output for -dp and -fverbose-asmSegher Boessenkool2017-12-021-7/+15
* re PR debug/81307 (g++.dg/debug/debug9.C -gstabs FAILs)Jakub Jelinek2017-11-271-3/+10
* * final.c (compute_alignments): Use counts rather than frequencies.Jan Hubicka2017-11-161-27/+33
* introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with itAlexandre Oliva2017-11-151-1/+1
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-9/+9
* Delete obsolete SDB debug info support.James E Wilson2017-10-291-12/+2
* Make more use of byte_lowpart_offsetRichard Sandiford2017-10-131-8/+1
* [62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford2017-08-301-1/+1
* [59/77] Add a rtx_jump_table_data::get_data_mode helperRichard Sandiford2017-08-301-45/+39
* Make more use of paradoxical_subreg_pRichard Sandiford2017-08-221-2/+1
* Remove the frame size argument from function_prologue/epilogueRichard Sandiford2017-08-211-4/+3
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* attribs.c (decl_attributes): Imply noinline, noclone and no_icf attributes fo...Jakub Jelinek2017-07-271-1/+2
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-3/+5
* Add an assert to leaf_function_p to ensure it is not called from a prolog or...Wilco Dijkstra2017-05-181-0/+3
* final.c (last_columnnum, [...]): New variables.Jakub Jelinek2017-02-181-7/+21
* Add "__RTL" to cc1David Malcolm2017-01-241-1/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* common.opt (flimit-function-alignment): New.Bernd Schmidt2016-11-241-1/+1
* gcc: remove unneeded global related to hot/cold partitioningAndrew Burgess2016-11-161-2/+0
* use rtx_insn * in various places where it is obviousTrevor Saunders2016-11-021-2/+2
* tree.h (BLOCK_IN_COLD_SECTION_P): Define.Jakub Jelinek2016-11-011-0/+3
* make LABEL_REF_LABEL a rtx_insn *Trevor Saunders2016-10-211-2/+2
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Implement -Wimplicit-fallthrough.Marek Polacek2016-09-261-0/+2
* Add source information to -fverbose-asmDavid Malcolm2016-08-191-2/+26
* re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger2016-06-061-0/+4
* system.h (string, algorithm): Include only conditionally.Michael Matz2016-01-221-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* final.c (shorten_branches): Fix check for basic asm.Bernd Edlinger2015-12-071-1/+1
* Track indirect calls for call site information in debug infoPierre-Marie de Rodat2015-12-021-3/+8