summaryrefslogtreecommitdiff
path: root/gcc/final.cc
AgeCommit message (Expand)Author
2025-07-25diagnostics: move file_cache from input.{cc,h} to diagnostics/file-cache.{cc,h}David Malcolm
2025-06-02Move get_call_rtx_from to final.cH.J. Lu
2025-01-11final: Fix get_attr_length for asm goto [PR118411]Andrew Pinski
2025-01-02Update copyright years.Jakub Jelinek
2024-12-18inline-asm: Add support for cc operand modifierJakub Jelinek
2024-12-06Support for 64-bit location_t: RTL partsLewis Hyatt
2024-12-06final: Fix call to INSN_LOCATION on a NOTE rtlLewis Hyatt
2024-12-05Allow limited extended asm at toplevel [PR41045]Jakub Jelinek
2024-11-30Add block parameter to begin_block debug hookMark Harmstone
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm
2024-08-27final: go down ASHIFT in walk_alter_subregMichael Matz
2024-08-13Revert "[rtl-optimization/116244] Don't create bogus regs in alter_subreg"Jeff Law
2024-08-12[rtl-optimization/116244] Don't create bogus regs in alter_subregJeff Law
2024-01-05asan: Align .LASANPC on function boundaryIlya Leoshkevich
2024-01-03Update copyright years.Jakub Jelinek
2023-11-14input.h: eliminate implicit users of global_dc's file_cacheDavid Malcolm
2023-06-28final+varasm: Change return type of predicate functions from int to boolUros Bizjak
2023-01-02Update copyright years.Jakub Jelinek
2022-09-28Add instruction level discriminator support.Eugene Rozenfeld
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm
2022-06-20Add operators / and * for profile_{count,probability}.Martin Liska
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-17Rename .c files to .cc files.Martin Liska