aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-16[clang] fix a compilation bugYonghong Song1-1/+1
2020-08-13[DebugInfo] Add -fuse-ctor-homing cc1 flag so we can turn on constructor homi...Amy Huang1-0/+6
2020-08-13[SystemZ][z/OS] enable trigraphs by default on z/OSAbhina Sreeskantharajan1-1/+3
2020-08-10[Clang] implement -fno-eliminate-unused-debug-typesNick Desaulniers1-0/+1
2020-08-07Revert "[Clang] implement -fno-eliminate-unused-debug-types"Nick Desaulniers1-1/+0
2020-08-07[Clang] implement -fno-eliminate-unused-debug-typesNick Desaulniers1-0/+1
2020-08-03Reland D61689 Change -gz and -Wa,--compress-debug-sections to use gABI compre...Fangrui Song1-2/+1
2020-07-22accept 'clang++ -c a.pch -o a.o' to create PCH's object fileLuboš Luňák1-3/+4
2020-07-17[Sema][AArch64] Add parsing support for arm_sve_vector_bits attributeCullen Rhodes1-0/+3
2020-07-14[clang] Teach -fembed-bitcode option not to embed W_value GroupSteven Wu1-2/+1
2020-07-10[LPM] Port CGProfilePass from NPM to LPMZequan Wu1-1/+0
2020-07-10Reland "[FPEnv][Clang][Driver] Disable constrained floating point on targets ...Kevin P. Neal1-0/+3
2020-07-10Add diagnostic option backing field for -fansi-escape-codesDaniel Grumberg1-2/+4
2020-07-09Revert D83013 "[LPM] Port CGProfilePass from NPM to LPM"Fangrui Song1-0/+1
2020-07-09[LPM] Port CGProfilePass from NPM to LPMZequan Wu1-1/+0
2020-07-07[clang] Include missing LangOpts in `getModuleHash`.Michael Spencer1-0/+4
2020-07-05[Driver] Pass -gno-column-info instead of -dwarf-column-infoFangrui Song1-1/+1
2020-07-04Add tests for clang -fno-zero-initialized-in-bss and llc -nozero-initialized-...Fangrui Song1-1/+1
2020-06-30[clang][diagnostics] Add '-Wundef-prefix' warning optionZixu Wang1-0/+3
2020-06-25[OPENMP]Dynamic globalization for parallel target regions.Alexey Bataev1-0/+6
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam1-5/+3
2020-06-24Fix a pair of wtype-limits and 3 wparentheses warnings from 29125ddf1Erich Keane1-4/+2
2020-06-24Start adding support for generating CC1 command lines from CompilerInvocationDaniel Grumberg1-26/+111
2020-06-22Add -ast-dump-decl-types flag to include types of value and typeRichard Smith1-0/+2
2020-06-21add option to instantiate templates already in the PCHLuboš Luňák1-0/+1
2020-06-19[SanitizeCoverage] Rename -fsanitize-coverage-{white,black}list to -fsanitize...Fangrui Song1-4/+4
2020-06-18[MC] Pass down argv0 & cc1 cmd-line to the back-end and store in MCTargetOptionsAlexandre Ganea1-1/+7
2020-06-17[xray] Option to omit the function indexIan Levesque1-0/+1
2020-06-12[AST][RecoveryExpr] Build recovery expressions by default for C++.Haojian Wu1-2/+3
2020-06-11[clang] Frontend components for the relative vtables ABI (round 2)Leonard Chan1-0/+5
2020-06-10Revert "[clang] Frontend components for the relative vtables ABI"Leonard Chan1-5/+0
2020-06-10[clang] Frontend components for the relative vtables ABILeonard Chan1-0/+5
2020-06-08Add a flag to debug automatic variable initializationJian Cai1-0/+5
2020-06-02Options for Basic Block Sections, enabled in D68063 and D73674.Sriraman Tallam1-1/+10
2020-06-01Fix how cc1 command line options are mapped into FP options.John McCall1-33/+31
2020-05-27[OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 1Saiyedul Islam1-5/+7
2020-05-25Make explicit -fno-semantic-interposition (in -fpic mode) infer dso_localFangrui Song1-0/+3
2020-05-20[clang] FastMathFlags.allowContract should be initialized only from FPFeature...Melanie Blower1-0/+2
2020-05-19Revert "[clang-misexpect] Fixed typo which causes that --pgo-warn-misexpect o...Dávid Bolvanský1-1/+1
2020-05-19[clang-misexpect] Fixed typo which causes that --pgo-warn-misexpect option is...Dávid Bolvanský1-1/+1
2020-05-19[clang][AIX] Implement ABIInfo and TargetCodeGenInfo for AIXjasonliu1-0/+6
2020-05-18Map -O to -O1 instead of -O2Fangrui Song1-1/+1
2020-05-15[CSInfo][ISEL] Call site info generation support for MipsDjordje Todorovic1-1/+2
2020-05-14[ObjC] Add compatibility mode for type checking of qualified id block paramet...Volodymyr Sapsai1-0/+3
2020-05-12[gcov] Default coverage version to '408*' and delete CC1 option -coverage-exi...Fangrui Song1-2/+0
2020-05-11[clang][SLH] Add __has_feature(speculative_load_hardening)Zola Bridges1-0/+1
2020-05-11FP LangOpts should not be dependent on CGOptMelanie Blower1-9/+17
2020-05-11[Matrix] Add matrix type to Clang.Florian Hahn1-0/+2
2020-05-11[AST] Preserve the type in RecoveryExprs for broken function calls.Haojian Wu1-0/+2
2020-05-10[gcov] Default coverage version to '407*' and delete CC1 option -coverage-cfg...Fangrui Song1-1/+0