aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-09-23Restore "[MemProf] Memprof profile matching and annotation"Teresa Johnson1-1/+4
2022-09-22Revert "[MemProf] Memprof profile matching and annotation"Teresa Johnson1-4/+1
2022-09-22[MemProf] Memprof profile matching and annotationTeresa Johnson1-1/+4
2022-09-16[Clang] Give error message for invalid profile path when compiling IRAiden Grossman1-5/+8
2022-09-14[OpenMP] Remove simplified device runtime handlingJoseph Huber1-8/+0
2022-09-13[clang] Explicitly set the EmulatedTLS codegen option. NFC.Martin Storsjö1-10/+5
2022-09-02[HLSL] Restrict to supported targetsChris Bieneman1-0/+8
2022-08-23[Clang] follow-up D128745, use ClangABICompat15 instead of ClangABICompat14Yuanfang Chen1-0/+4
2022-08-23[analyzer] Drop deprecated flagsBalazs Benics1-8/+0
2022-08-23[clang] Pull some utility functions into CompilerInvocation NFCBen Langmuir1-0/+31
2022-08-20Revert "Use std::is_same_v instead of std::is_same (NFC)"Kazu Hirata1-1/+2
2022-08-20Use std::is_same_v instead of std::is_same (NFC)Kazu Hirata1-2/+1
2022-08-17[clang][llvm][NFC] Change misexpect's tolerance option to be 32-bitPaul Kirth1-2/+2
2022-08-04[HLSL] Support -E option for HLSL.Xiang Li1-0/+4
2022-07-29Fix lack of cc1 flag in llvmcmd sections when assertions are enabledAiden Grossman1-1/+4
2022-07-27[clang][AIX] Add option to control quadword lock free atomics ABI on AIXKai Luo1-0/+6
2022-07-13[clang] Use value instead of getValue (NFC)Kazu Hirata1-2/+2
2022-07-12[X86] initial -mfunction-return=thunk-extern supportNick Desaulniers1-0/+24
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata1-4/+4
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-6/+6
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-6/+6
2022-06-24Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info"David Blaikie1-0/+16
2022-06-23DebugInfo: Fully integrate ctor type homing into 'limited' debug infoDavid Blaikie1-16/+0
2022-06-20[clang] Don't use Optional::getValue (NFC)Kazu Hirata1-1/+1
2022-06-18[clang] Use value_or instead of getValueOr (NFC)Kazu Hirata1-4/+4
2022-06-14[analyzer][NFC] Replace getLastArg with hasArg when applicableBalazs Benics1-2/+2
2022-06-14Reland "[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' ...Balazs Benics1-0/+4
2022-06-14[analyzer][NFC] Inline AnalyzerOptions::getUserMode()Balazs Benics1-13/+10
2022-06-14Reland "[analyzer] Deprecate `-analyzer-store region` flag"Balazs Benics1-26/+3
2022-06-10Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber1-7/+26
2022-06-10[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' cc1 flagBalazs Benics1-0/+4
2022-06-10[analyzer] Deprecate `-analyzer-store region` flagBalazs Benics1-26/+3
2022-05-31[HLSL] Enable vector types for hlsl.Xiang Li1-0/+4
2022-05-30Revert "[HLSL] Enable vector types for hlsl."Nico Weber1-4/+0
2022-05-30[HLSL] Enable vector types for hlsl.Xiang Li1-0/+4
2022-05-25Move GCC-compatible pod-packing change to v15/old behavior available at v14 a...David Blaikie1-4/+0
2022-05-11[clang] Add the flag -ffile-reproducibleAlan Zhao1-0/+11
2022-05-11[clang][AIX] Don't ignore XCOFF visibility by defaultDavid Tenty1-22/+1
2022-05-02Mark identifier prefixes as substitutableHarald van Dijk1-0/+4
2022-04-29Additionally set f32 mode with denormal-fp-mathDavid Candler1-1/+3
2022-04-29[X86] Fix CodeGen Module Flag for -mibt-sealJoao Moreira1-0/+3
2022-04-19[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+41
2022-04-13[Clang] Remove support for legacy pass managerNikita Popov1-9/+0
2022-04-13[clang] NFC, move CompilerInvocation::setLangDefaults to LangOptions.hHaojian Wu1-173/+1
2022-04-10[Driver] Simplify -f[no-]diagnostics-color handling. NFCFangrui Song1-4/+2
2022-04-10[Frontend] Simplify -finline* handling. NFCFangrui Song1-17/+16
2022-04-09[randstruct] Add randomize structure layout supportConnor Kuehl1-0/+17
2022-04-08Revert D121556 "[randstruct] Add randomize structure layout support"Fangrui Song1-17/+0
2022-04-08[randstruct] Add randomize structure layout supportConnor Kuehl1-0/+17
2022-04-08Clarify language option default value behavior; NFCAaron Ballman1-0/+2