aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-07re PR target/84277 (A lot of new acats testsuite failures)Eric Botcazou1-1/+6
2018-02-26re PR debug/84545 (FAIL: g++.dg/debug/pr44182.C -gdwarf-2 -O2 (test for exces...Eric Botcazou1-3/+11
2018-02-20Add limit for maximal alignment options (PR c/84310).Martin Liska1-2/+2
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-9/+14
2018-02-11[LVU] deal with md final_scan_insnAlexandre Oliva1-3/+33
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva1-0/+26
2018-02-09[LVU] Introduce location viewsAlexandre Oliva1-11/+138
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-69/+3
2018-01-03re PR debug/83645 (ICE: in get_insn_template, at final.c:2100 with -gstatemen...Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: frame allocationsRichard Sandiford1-5/+6
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-2/+3
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-5/+3
2017-12-13re PR bootstrap/83396 (Bootstrap failures with Statement Frontiers)Jakub Jelinek1-2/+3
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-18/+71
2017-12-02final: Improve output for -dp and -fverbose-asmSegher Boessenkool1-7/+15
2017-11-27re PR debug/81307 (g++.dg/debug/debug9.C -gstabs FAILs)Jakub Jelinek1-3/+10
2017-11-16* final.c (compute_alignments): Use counts rather than frequencies.Jan Hubicka1-27/+33
2017-11-15introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with itAlexandre Oliva1-1/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-9/+9
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-12/+2
2017-10-13Make more use of byte_lowpart_offsetRichard Sandiford1-8/+1
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-1/+1
2017-08-30[59/77] Add a rtx_jump_table_data::get_data_mode helperRichard Sandiford1-45/+39
2017-08-22Make more use of paradoxical_subreg_pRichard Sandiford1-2/+1
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-4/+3
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-27attribs.c (decl_attributes): Imply noinline, noclone and no_icf attributes fo...Jakub Jelinek1-1/+2
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-3/+5
2017-05-18Add an assert to leaf_function_p to ensure it is not called from a prolog or...Wilco Dijkstra1-0/+3
2017-02-18final.c (last_columnnum, [...]): New variables.Jakub Jelinek1-7/+21
2017-01-24Add "__RTL" to cc1David Malcolm1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-24common.opt (flimit-function-alignment): New.Bernd Schmidt1-1/+1
2016-11-16gcc: remove unneeded global related to hot/cold partitioningAndrew Burgess1-2/+0
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-2/+2
2016-11-01tree.h (BLOCK_IN_COLD_SECTION_P): Define.Jakub Jelinek1-0/+3
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-2/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+2
2016-08-19Add source information to -fverbose-asmDavid Malcolm1-2/+26
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger1-0/+4
2016-01-22system.h (string, algorithm): Include only conditionally.Michael Matz1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-07final.c (shorten_branches): Fix check for basic asm.Bernd Edlinger1-1/+1
2015-12-02Track indirect calls for call site information in debug infoPierre-Marie de Rodat1-3/+8
2015-11-15remove conditional compilation of sdb debug infoTrevor Saunders1-5/+1
2015-11-09Machine modes for address printing.Julian Brown1-3/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-15/+13