aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.cc
AgeCommit message (Expand)AuthorFilesLines
2025-02-27input: Fix up ICEs with --param=file-cache-files=N for N > 16 [PR118860]Jakub Jelinek1-1/+2
2025-02-02Add tunables for input bufferAndi Kleen1-0/+2
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-14opts: Use OPTION_SET_P instead of magic value 2 for -fshort-enums default [PR...Jakub Jelinek1-1/+1
2024-12-08Support for 64-bit location_t: Activate 64-bit location_tLewis Hyatt1-3/+0
2024-11-30Support for 64-bit location_t: toplev partsLewis Hyatt1-1/+1
2024-11-25asan: Support dynamic shadow offsetKito Cheng1-1/+2
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-29diagnostics: support multiple output formats simultaneously [PR116613]David Malcolm1-2/+2
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek1-3/+3
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-3/+5
2024-10-23jit: reset state in varasm.cc [PR117275]David Malcolm1-0/+1
2024-09-09diagnostics: replace option_hooks with a diagnostic_option_manager classDavid Malcolm1-5/+5
2024-09-09diagnostics: rename dc.printer to m_printer [PR116613]David Malcolm1-2/+2
2024-08-22RISC-V: Enable -gvariable-location-views by defaultBernd Edlinger1-3/+9
2024-08-22Dump aliases in -fcallgraph-infoAlexandre Oliva1-0/+37
2024-08-06diagnostics: SARIF output: fix "executionSuccessful" §3.20.14 [PR116177]David Malcolm1-1/+1
2024-07-24diagnostics: SARIF output: add "arguments" property (§3.20.2)David Malcolm1-3/+10
2024-07-24json: support std::unique_ptr in array::append and object::setDavid Malcolm1-0/+1
2024-07-13diagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm1-0/+2
2024-05-17diagnostics, analyzer: add CFG edge visualization to path-printingDavid Malcolm1-0/+2
2024-05-11[PATCH v2 1/4] Support for CodeView debugging formatMark Harmstone1-0/+4
2024-02-21ipa: Convert lattices from pure array to vector (PR 113476)Martin Jambor1-0/+2
2024-01-18Fix ICE in -fdiagnostics-generate-patch [PR112684]David Malcolm1-4/+1
2024-01-10libgccjit: Fix GGC segfault when using -fltoAntoni Boucher1-0/+5
2024-01-04options: wire up options-urls.cc into gcc_urlifierDavid Malcolm1-2/+3
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-23gcc: Introduce -fhardenedMarek Polacek1-2/+23
2023-11-16diagnostics: make m_lang_mask privateDavid Malcolm1-3/+3
2023-11-14diagnostics: make option-handling callbacks privateDavid Malcolm1-4/+4
2023-11-06diagnostics: make diagnostic_context::m_urlifier privateDavid Malcolm1-1/+1
2023-11-03diagnostics: add automatic URL-ification within messagesDavid Malcolm1-0/+2
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-26/+24
2023-10-27preprocessor: c++: Support `#pragma GCC target' macros [PR87299]Lewis Hyatt1-8/+13
2023-10-08libcpp: eliminate COMBINE_LOCATION_DATADavid Malcolm1-2/+2
2023-10-02diagnostics: group together source printing fields of diagnostic_contextDavid Malcolm1-4/+4
2023-09-14ggc, jit: forcibly clear GTY roots in jitDavid Malcolm1-0/+3
2023-05-19Allow plugin dumpsNathan Sidwell1-0/+4
2023-05-18gcc: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-05-01apply debug-remap to file names in .su filesRasmus Villemoes1-1/+2
2023-03-03driver: toplev: Fix a typoXi Ruoyao1-1/+1
2023-02-02driver, toplevel: Avoid emitting the version information twice.Iain Sandoe1-1/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-10-10Don't ICE running selftests if errors were raised [PR99723]Andrea Corallo1-1/+1
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-21/+0
2022-07-08lto-dump: Do not print output fileMartin Liska1-1/+1
2022-06-23diagnostics: add ability to associate diagnostics with rules from coding stan...David Malcolm1-0/+2
2022-05-10middle-end/105537 - debug processingRichard Biener1-24/+0
2022-04-12libgccjit: Add support for register variables [PR104072]Antoni Boucher1-0/+1
2022-04-12libgccjit: Add support for bitcasts [PR104071]Antoni Boucher1-0/+1