summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.cc
AgeCommit message (Expand)Author
2025-09-23fmv: c++: Change target_version semantics to follow ACLE specification.Alfie Richards
2025-07-27Prevent mixups of IDENTIFIER_TRANSPARENT_ALIAS and IDENTIFIER_INTERNAL_P bett...Nathaniel Shead
2025-07-10Change bellow in comments to belowJakub Jelinek
2025-03-21Put early debug generation under TV_SYMOUTRichard Biener
2025-01-15ipa: Initialize/release global obstack in process_new_functions [PR116068]Jakub Jelinek
2025-01-02Update copyright years.Jakub Jelinek
2024-12-03OpenMP: 'allocate' directive - fixes for 'alignof' and [[omp::decl]]Tobias Burnus
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm
2024-04-03tree-profile: Disable indirect call profiling for IFUNC resolversH.J. Lu
2024-02-21ipa: Convert lattices from pure array to vector (PR 113476)Martin Jambor
2024-01-27c/c++: Tweak warning for 'always_inline function might not be inlinable'Hans-Peter Nilsson
2024-01-03Update copyright years.Jakub Jelinek
2023-12-05Introduce strub: machine-independent stack scrubbingAlexandre Oliva
2023-03-30c++: lambda mangling alias issues [PR107897]Jason Merrill
2023-03-10c, c++, cgraphunit: Prevent duplicated -Wunused-value warnings [PR108079]Jakub Jelinek
2023-02-01ipa: check if cache_token != NULL before hash_set::add callMartin Liska
2023-01-23tree-optimization/108449 - keep maybe_special_function_p behaviorRichard Biener
2023-01-03OpenMP: GC unused SIMD clonesSandra Loosemore
2023-01-02Update copyright years.Jakub Jelinek
2022-10-18middle-end IFN_ASSUME support [PR106654]Jakub Jelinek
2022-07-27cgraphunit: Don't emit asm thunks for -dx [PR106261]Jakub Jelinek
2022-06-22ubsan: default to trap on unreachable at -O0 and -Og [PR104642]Jason Merrill
2022-05-13Make gimple_build main workers more flexibleRichard Biener
2022-04-09Update semantic_interposition flag at analysis timeJan Hubicka
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-17Rename .c files to .cc files.Martin Liska