aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-25[Clang][ASan] Introduce `-fsanitize-address-destructor-kind=` driver & fronte...Dan Liew1-0/+13
2021-02-25[clang] Remove a superfluous semicolon, silencing GCC warnings. NFC.Martin Storsjö1-1/+1
2021-02-25[clang][cli] NFC: Remove intermediate command line parsing functionsJan Svoboda1-121/+41
2021-02-25[clang][cli] Round-trip the whole CompilerInvocationJan Svoboda1-340/+125
2021-02-25[clang][cli] Store additional optimization remarks infoJan Svoboda1-38/+89
2021-02-25[clang][cli] Remove marshalling from Opt{In,Out}FFlagJan Svoboda1-6/+0
2021-02-22[clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to No...Melanie Blower1-5/+4
2021-02-22[clang][cli] Pass '-Wspir-compat' to cc1 from driverJan Svoboda1-4/+0
2021-02-22[clang][cli] Stop creating '-Wno-stdlibcxx-not-found' in cc1Jan Svoboda1-6/+0
2021-02-17Basic block sections should enable not function sections implicitly.Sriraman Tallam1-5/+2
2021-02-16[clang][cli] Generate -f[no-]finite-loops argumentsJan Svoboda1-0/+11
2021-02-12[clang] Add -ffinite-loops & -fno-finite-loops options.Florian Hahn1-1/+5
2021-02-10[clang][cli] Declare local variable for marshalling macrosJan Svoboda1-6/+12
2021-02-10[clang][cli] Extract FileSystem and Migrator options parsing/generationJan Svoboda1-19/+58
2021-02-10[clang][cli] Generate and round-trip Diagnostic optionsJan Svoboda1-11/+105
2021-02-10[clang][cli] Generate and round-trip DependencyOutput optionsJan Svoboda1-16/+129
2021-02-10[clang][cli] Generate and round-trip Target optionsJan Svoboda1-3/+61
2021-02-10[clang][cli] Generate and round-trip PreprocessorOutput optionsJan Svoboda1-10/+73
2021-02-10[clang][cli] Fix gcc "enumeral and non-enumeral type in conditional expressio...Yang Fan1-1/+1
2021-02-09[clang][cli] Generate and round-trip Frontend optionsJan Svoboda1-4/+212
2021-02-09[clang][cli] Store unsigned instead of OptSpecifier in tableJan Svoboda1-2/+2
2021-02-09[clang][cli] Look up program action argument in a tableJan Svoboda1-84/+80
2021-02-09[clang][cli] Store InputKind in FrontendOptionsJan Svoboda1-6/+10
2021-02-09[clang][cli] Generate and round-trip CodeGen optionsJan Svoboda1-29/+324
2021-02-09[clang][codegen] Remember string used to create llvm::Regex for optimization ...Jan Svoboda1-3/+3
2021-02-09[clang][cli] Generate and round-trip language optionsJan Svoboda1-11/+282
2021-02-08[CUDA][HIP] Add -fuse-cuidYaxun (Sam) Liu1-0/+5
2021-02-08Reapply "[clang][cli] Report result of ParseLangArgs"Jan Svoboda1-3/+7
2021-02-08Revert "[clang][cli] Report result of ParseLangArgs"Jan Svoboda1-7/+3
2021-02-08[clang][cli] NFC: Mirror CreateFromArgs order in generateCC1CommandLineJan Svoboda1-2/+2
2021-02-08[clang][cli] Report result of ParseLangArgsJan Svoboda1-3/+7
2021-02-08[clang][cli] Generate and round-trip preprocessor optionsJan Svoboda1-5/+137
2021-02-08[clang][cli] Generate and round-trip analyzer optionsJan Svoboda1-4/+137
2021-02-05[OpenCL] Introduce new language options for OpenCL keywords.Anton Zabaznov1-0/+3
2021-02-04[clang-cl] Remove the /fallback optionHans Wennborg1-3/+0
2021-02-04[clang][cli] Command line round-trip for HeaderSearch optionsJan Svoboda1-11/+313
2021-02-03[OpenMP][NVPTX] Take functions in `deviceRTLs` as `convergent`Shilei Tian1-0/+2
2021-02-01Revert "[clang][cli] Port OpenMP-related LangOpts to marshalling system"Jan Svoboda1-6/+16
2021-01-28Revert "[clang][cli] Use variadic macros for parsing/generating"Jan Svoboda1-35/+76
2021-01-28[clang][cli] Use variadic macros for parsing/generatingJan Svoboda1-76/+35
2021-01-27[clang][cli] Generate HeaderSearch options separatelyJan Svoboda1-20/+34
2021-01-27[clang][cli] Parse HeaderSearch options separatelyJan Svoboda1-1/+19
2021-01-27[clang][cli] Port OpenMP-related LangOpts to marshalling systemJan Svoboda1-16/+6
2021-01-27[clang][cli] Port LangOpts to marshalling system, pt.2Jan Svoboda1-65/+3
2021-01-27[clang][cli] Port LangOpts to marshalling system, pt.1Jan Svoboda1-47/+2
2021-01-26Support for instrumenting only selected files or functionsPetr Hosek1-0/+4
2021-01-26Add -fbinutils-version= to gate ELF features on the specified binutils versionFangrui Song1-0/+3
2021-01-26Revert "Support for instrumenting only selected files or functions"Petr Hosek1-4/+0
2021-01-26Support for instrumenting only selected files or functionsPetr Hosek1-0/+4
2021-01-26[clang][cli] Port GPU-related language options to marshalling systemJan Svoboda1-41/+16