summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2020-03-31[Frontend] Replace CC1 option -masm-verbose with -fno-verbose-asmFangrui Song
2020-03-31[Driver] Flip the CC1 default of -fdiagnostics-show-optionFangrui Song
2020-03-31[Driver] Don't pass -fmessage-length=0 to CC1Fangrui Song
2020-03-31[NFC] Do not run CGProfilePass when not using integrated assemblerzhizhouy
2020-03-26Revert "[AST] Build recovery expressions by default for C++."Haojian Wu
2020-03-25[AST] Build recovery expressions by default for C++.Haojian Wu
2020-03-24[AST] Add RecoveryExpr to retain expressions on semantic errorsHaojian Wu
2020-03-20[RISCV] Passing small data limitation value to RISCV backendShiva Chen
2020-03-19Reland D73534: [DebugInfo] Enable the debug entry values feature by defaultDjordje Todorovic
2020-03-17[AVR] Add support for the -mdouble=x flagAyke van Laethem
2020-03-13Revert "Reland "[DebugInfo] Enable the debug entry values feature by default""Nico Weber
2020-03-10Reland "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic
2020-03-09Recommit #2 "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-09[CallSiteInfo] Enable the call site info only for -g + optimizationsDjordje Todorovic
2020-03-09Revert "Recommit "[Driver] Default to -fno-common for all targets""Sjoerd Meijer
2020-03-09Recommit "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-07[SYCL] Driver option to select SYCL versionRuyman
2020-03-03[clang][Modules] Add -fsystem-module flagMichael Spencer
2020-03-03Revert "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-03[Driver] Default to -fno-common for all targetsSjoerd Meijer
2020-03-02clang: Switch C compilations to C17 by default.Nick Desaulniers
2020-02-27Revert "[SYCL] Driver option to select SYCL version"Alexey Bader
2020-02-27[SYCL] Driver option to select SYCL versionRuyman
2020-02-21[Frontend] Replace CC1 option -mcode-model with -mcmodel=Fangrui Song
2020-02-20Revert "Reland "[DebugInfo] Enable the debug entry values feature by default""Djordje Todorovic
2020-02-19Reland "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic
2020-02-18Revert "Reland "[DebugInfo] Enable the debug entry values feature by default""Djordje Todorovic
2020-02-18Reland "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic
2020-02-12Revert "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic
2020-02-12[clang] Add -fignore-exceptionsjasonliu
2020-02-12[DebugInfo] Enable the debug entry values feature by defaultDjordje Todorovic
2020-02-11[xray][clang] Always add xray-skip-entry/exit and xray-ignore-loops attrsIan Levesque
2020-02-09Support -fstack-clash-protection for x86serge_sans_paille
2020-02-09Revert "Support -fstack-clash-protection for x86"serge-sans-paille
2020-02-09Support -fstack-clash-protection for x86serge_sans_paille
2020-02-08Revert "Support -fstack-clash-protection for x86"serge-sans-paille
2020-02-08Support -fstack-clash-protection for x86serge_sans_paille
2020-02-07Revert "Support -fstack-clash-protection for x86"Nico Weber
2020-02-07Support -fstack-clash-protection for x86serge_sans_paille
2020-02-07Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea
2020-02-07Revert "Support -fstack-clash-protection for x86"serge-sans-paille
2020-02-07[ARM] Follow AACPS for preserving number of loads/stores of volatile bit-fieldsDiogo Sampaio
2020-02-07Support -fstack-clash-protection for x86serge_sans_paille
2020-02-06Revert "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid crash...Jordan Rupprecht
2020-02-06[Clang] Avoid crashing when generating crash diagnostics when '#pragma clang ...Alexandre Ganea
2020-02-04[hip] Properly populate macros based on host processor.Michael Liao
2020-02-04Separately track input and output denormal modeMatt Arsenault
2020-02-04[Driver] Change -fmax-tokens $arg to -fmax-tokens=$argFangrui Song
2020-02-02[Driver] Move -fsemantic-interposition decision from cc1 to driverFangrui Song
2020-02-01[Frontend] Delete a redundant check of -pg for setFramePointer()Fangrui Song