summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2021-02-10[clang][cli] Fix gcc "enumeral and non-enumeral type in conditional expressio...Yang Fan
2021-02-09[clang][cli] Generate and round-trip Frontend optionsJan Svoboda
2021-02-09[clang][cli] Store unsigned instead of OptSpecifier in tableJan Svoboda
2021-02-09[clang][cli] Look up program action argument in a tableJan Svoboda
2021-02-09[clang][cli] Store InputKind in FrontendOptionsJan Svoboda
2021-02-09[clang][cli] Generate and round-trip CodeGen optionsJan Svoboda
2021-02-09[clang][codegen] Remember string used to create llvm::Regex for optimization ...Jan Svoboda
2021-02-09[clang][cli] Generate and round-trip language optionsJan Svoboda
2021-02-08[CUDA][HIP] Add -fuse-cuidYaxun (Sam) Liu
2021-02-08Reapply "[clang][cli] Report result of ParseLangArgs"Jan Svoboda
2021-02-08Revert "[clang][cli] Report result of ParseLangArgs"Jan Svoboda
2021-02-08[clang][cli] NFC: Mirror CreateFromArgs order in generateCC1CommandLineJan Svoboda
2021-02-08[clang][cli] Report result of ParseLangArgsJan Svoboda
2021-02-08[clang][cli] Generate and round-trip preprocessor optionsJan Svoboda
2021-02-08[clang][cli] Generate and round-trip analyzer optionsJan Svoboda
2021-02-05[OpenCL] Introduce new language options for OpenCL keywords.Anton Zabaznov
2021-02-04[clang-cl] Remove the /fallback optionHans Wennborg
2021-02-04[clang][cli] Command line round-trip for HeaderSearch optionsJan Svoboda
2021-02-03[OpenMP][NVPTX] Take functions in `deviceRTLs` as `convergent`Shilei Tian
2021-02-01Revert "[clang][cli] Port OpenMP-related LangOpts to marshalling system"Jan Svoboda
2021-01-28Revert "[clang][cli] Use variadic macros for parsing/generating"Jan Svoboda
2021-01-28[clang][cli] Use variadic macros for parsing/generatingJan Svoboda
2021-01-27[clang][cli] Generate HeaderSearch options separatelyJan Svoboda
2021-01-27[clang][cli] Parse HeaderSearch options separatelyJan Svoboda
2021-01-27[clang][cli] Port OpenMP-related LangOpts to marshalling systemJan Svoboda
2021-01-27[clang][cli] Port LangOpts to marshalling system, pt.2Jan Svoboda
2021-01-27[clang][cli] Port LangOpts to marshalling system, pt.1Jan Svoboda
2021-01-26Support for instrumenting only selected files or functionsPetr Hosek
2021-01-26Add -fbinutils-version= to gate ELF features on the specified binutils versionFangrui Song
2021-01-26Revert "Support for instrumenting only selected files or functions"Petr Hosek
2021-01-26Support for instrumenting only selected files or functionsPetr Hosek
2021-01-26[clang][cli] Port GPU-related language options to marshalling systemJan Svoboda
2021-01-26[clang][cli] Port GNU language options to marshalling systemJan Svoboda
2021-01-26[clang][cli] Store LangStandard::Kind in LangOptionsJan Svoboda
2021-01-25[clang] Add -fprofile-prefix-mapKeith Smiley
2021-01-22[clang][cli] Port visibility LangOptions to marshalling systemJan Svoboda
2021-01-20[clang][cli] Port more options to new parsing systemJan Svoboda
2021-01-19[clang][cli] Parse Lang and CodeGen options separatelyJan Svoboda
2021-01-15[clang][cli] NFC: Promote ParseLangArgs and ParseCodeGenArgs to membersJan Svoboda
2021-01-15[clang][cli] NFC: Parse some LangOpts after the defaults are setJan Svoboda
2021-01-15[clang][cli] NFC: Add PIE parsing for precompiled input and IRJan Svoboda
2021-01-15[clang][cli] Parse & generate options necessary for LangOptions defaults manu...Jan Svoboda
2021-01-15[clang][cli] Specify KeyPath prefixes via TableGen classesJan Svoboda
2021-01-15[clang][cli] NFC: Decrease the scope of ParseCodeGenArgs parametersJan Svoboda
2021-01-15[clang][cli] NFC: Decrease the scope of ParseLangArgs parametersJan Svoboda
2021-01-14[clang][cli] Port more CodeGenOptions to marshalling infrastructureJan Svoboda
2021-01-14[clang][cli] NFC: Remove SSPBufferSize assignmentJan Svoboda
2021-01-13[Frontend] Add pragma align natural and sort out pragma pack stack effectXiangling Liao
2021-01-12[clang][cli] Remove -f[no-]trapping-math from -cc1 command lineJan Svoboda
2021-01-11Reapply "[clang][cli] Port DiagnosticOpts to new option parsing system"Jan Svoboda