aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4662/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-06-28CTF/BTF debug formatsIndu Bhagat1-1/+1
2021-06-07CALL_INSN may not be a real function call.liuhongt1-1/+2
2021-05-20dwarf: new dwarf_debuginfo_p predicateIndu Bhagat1-9/+6
2021-05-06Add line debug info for virtual thunksBernd Edlinger1-0/+8
2021-05-04Remove CC0Segher Boessenkool1-398/+1
2021-01-15Reset force_source_line in final.cEric Botcazou1-0/+1
2021-01-09final: accept markers at line 0Alexandre Oliva1-6/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-17Relocatable read-only section support for absolute jump tableHaochen Gui1-2/+20
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-2/+2
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford1-84/+20
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford1-2/+2
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford1-3/+3
2019-09-09Remove AND_HARD_REG_SETRichard Sandiford1-2/+1
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-3/+3
2019-02-15lib2funcs.c (__set_trampoline_parity): Replace TRAMPOLINE_SIZE with __LIBGCC_...Eric Botcazou1-1/+1
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-21re PR rtl-optimization/87727 (gcc.target/sparc/overflow-2.c FAILs)Eric Botcazou1-3/+2
2018-12-07re PR target/85593 (GCC on ARM allocates R3 for local variable when calling n...Jakub Jelinek1-1/+5
2018-11-21compute discriminator info for overridesAlexandre Oliva1-4/+15
2018-11-09Come up with the flag -fipa-stack-alignment.Martin Liska1-1/+2
2018-10-02tree-inline.c (expand_call_inline): Use the location of the callee declaratio...Richard Biener1-11/+0
2018-08-22Fix FDE labels for DarwinIain Sandoe1-0/+3
2018-07-31Save discriminator info for LTOAlexandre Oliva1-1/+5
2018-07-31Introduce instance discriminatorsAlexandre Oliva1-4/+66
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-5/+5
2018-07-17Define MAX_CODE_ALIGN globally.Martin Liska1-1/+0
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-137/+51
2018-07-04[multiple changes]Martin Liska1-0/+6
2018-06-18More rtx to rtx_insn * cleanupsDavid Malcolm1-3/+2
2018-04-30Use char_span for return type of location_get_source_lineDavid Malcolm1-4/+3
2018-04-10Set insn_last_address in final_1Richard Sandiford1-0/+3
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