aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/driver/cc1_main.cpp
AgeCommit message (Expand)AuthorFilesLines
8 days[clang][timers][stats] Add a flag to enable timers in the stats file (#149946)Alan Zhao1-1/+1
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-2/+2
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-2/+2
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-2/+2
2025-05-01[clang][frontend] Require invocation to construct `CompilerInstance` (#137668)Jan Svoboda1-4/+7
2025-04-30[clang] Make `-ftime-report` and `-ftime-report-json` honor `-info-output-fil...Alan Zhao1-4/+5
2025-04-30[clang] Implement JSON formatted -ftime-report (#137737)Alan Zhao1-1/+7
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov1-6/+10
2025-01-12-ftime-report: Move FrontendTimer closer to TimeTraceScopeFangrui Song1-0/+4
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya1-1/+2
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru1-2/+1
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya1-1/+2
2024-07-23[clang] Split ObjectFilePCHContainerReader from ObjectFilePCHContainerWriter ...Chuanqi Xu1-1/+2
2024-07-21Reapply "Add source file name for template instantiations in -ftime-trace" (#...Utkarsh Saxena1-1/+2
2024-07-19Revert "Reapply "Add source file name for template instantiations in -ftime-t...Jorge Gorbe Moya1-2/+1
2024-07-19Reapply "Add source file name for template instantiations in -ftime-trace" (#...Utkarsh Saxena1-1/+2
2024-07-18Revert "Add source file name for template instantiations in -ftime-trace" (#9...Utkarsh Saxena1-2/+1
2024-07-18Add source file name for template instantiations in -ftime-trace (#98320)Utkarsh Saxena1-1/+2
2024-07-10[RISCV] Add ability to list extensions enabled for a target (#98207)Michael Maitland1-3/+10
2024-06-28Re-land: "[AArch64] Add ability to list extensions enabled for a target" (#95...Lucas Duarte Prates1-1/+45
2024-06-26Revert "[AArch64] Add ability to list extensions enabled for a target" (#96768)Lucas Duarte Prates1-45/+1
2024-06-26[AArch64] Add ability to list extensions enabled for a target (#95805)Lucas Duarte Prates1-1/+45
2024-04-23[RISCV] Split code that tablegen needs out of RISCVISAInfo. (#89684)Craig Topper1-1/+1
2024-02-12[clang] Remove old Linux kernel workaround for ensuring stack space (#81533)Arthur Eubanks1-62/+0
2023-09-22[clang] Enable descriptions for --print-supported-extensions (#66715)Balint Cristian1-3/+11
2023-09-13[clang][ARM] Enable --print-supported-extensions for ARM (#66083)David Spickett1-0/+3
2023-09-11[clang][AArch64] Add --print-supported-extensions support (#65466)David Spickett1-1/+30
2023-08-31[RISCV] Add --print-supported-extensions support4vtomat1-0/+5
2023-05-12[Driver] -ftime-trace: derive trace file names from -o and -dumpdirFangrui Song1-14/+3
2023-02-06[Modules] Recreate file manager for ftime-trace when compiling a moduleChuanqi Xu1-0/+13
2022-12-03[clang] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+2
2022-09-03Revert "[Clang] change default storing path of `-ftime-trace`"Junduo Dong1-3/+10
2022-09-02[Clang] change default storing path of `-ftime-trace`Junduo Dong1-10/+3
2022-07-15[Clang] Add a new clang option "-ftime-trace=<value>"dongjunduo1-1/+10
2022-04-28Frontend: Delete output streams before closing CompilerInstance outputsDuncan P. N. Exon Smith1-2/+1
2022-01-26[clang] Fix serialized diagnostics edge-casesJan Svoboda1-1/+3
2021-11-02Revert "[NFC] Remove LinkAll*.h"Arthur Eubanks1-0/+1
2021-11-02[NFC] Remove LinkAll*.hArthur Eubanks1-1/+0
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-10-05[Support] Change fatal_error_handler_t to take a const char* instead of std::...Simon Pilgrim1-1/+1
2021-02-04[clang][cli] Command line round-trip for HeaderSearch optionsJan Svoboda1-0/+6
2021-01-26Frontend: Fix layering between create{,Default}OutputFile, NFCDuncan P. N. Exon Smith1-7/+3
2020-06-18[MC] Pass down argv0 & cc1 cmd-line to the back-end and store in MCTargetOptionsAlexandre Ganea1-2/+2
2020-03-26Fix typo, targetFeature should be lowercase.Zakk Chen1-1/+1
2020-02-12[Clang] When -ftime-trace is used, clean CompilerInstance::OutputFiles before...Alexandre Ganea1-0/+1
2020-02-11[Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea1-1/+2
2020-01-02Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille1-11/+0
2019-12-11[Support] Add TimeTraceScope constructor without detail argRussell Gallop1-1/+1
2019-12-03[Support] Add ProcName to TimeTraceProfilerRussell Gallop1-1/+1
2019-10-10Remove rest of time-trace message as it is inconsistent styleRussell Gallop1-2/+0