aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-24[AST] Add RecoveryExpr to retain expressions on semantic errorsHaojian Wu1-0/+2
2020-03-20[RISCV] Passing small data limitation value to RISCV backendShiva Chen1-0/+2
2020-03-19Reland D73534: [DebugInfo] Enable the debug entry values feature by defaultDjordje Todorovic1-3/+1
2020-03-17[AVR] Add support for the -mdouble=x flagAyke van Laethem1-0/+1
2020-03-13Revert "Reland "[DebugInfo] Enable the debug entry values feature by default""Nico Weber1-1/+3
2020-03-10Reland "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic1-3/+1
2020-03-09Recommit #2 "[Driver] Default to -fno-common for all targets"Sjoerd Meijer1-1/+1
2020-03-09[CallSiteInfo] Enable the call site info only for -g + optimizationsDjordje Todorovic1-1/+3
2020-03-09Revert "Recommit "[Driver] Default to -fno-common for all targets""Sjoerd Meijer1-1/+1
2020-03-09Recommit "[Driver] Default to -fno-common for all targets"Sjoerd Meijer1-1/+1
2020-03-07[SYCL] Driver option to select SYCL versionRuyman1-2/+18
2020-03-03[clang][Modules] Add -fsystem-module flagMichael Spencer1-2/+11
2020-03-03Revert "[Driver] Default to -fno-common for all targets"Sjoerd Meijer1-1/+1
2020-03-03[Driver] Default to -fno-common for all targetsSjoerd Meijer1-1/+1
2020-03-02clang: Switch C compilations to C17 by default.Nick Desaulniers1-1/+1
2020-02-27Revert "[SYCL] Driver option to select SYCL version"Alexey Bader1-18/+2
2020-02-27[SYCL] Driver option to select SYCL versionRuyman1-2/+18
2020-02-21[Frontend] Replace CC1 option -mcode-model with -mcmodel=Fangrui Song1-12/+1
2020-02-20Revert "Reland "[DebugInfo] Enable the debug entry values feature by default""Djordje Todorovic1-0/+10
2020-02-19Reland "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic1-10/+0
2020-02-18Revert "Reland "[DebugInfo] Enable the debug entry values feature by default""Djordje Todorovic1-0/+10
2020-02-18Reland "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic1-10/+0
2020-02-12Revert "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic1-0/+10
2020-02-12[clang] Add -fignore-exceptionsjasonliu1-0/+1
2020-02-12[DebugInfo] Enable the debug entry values feature by defaultDjordje Todorovic1-10/+0
2020-02-11[xray][clang] Always add xray-skip-entry/exit and xray-ignore-loops attrsIan Levesque1-2/+1
2020-02-09Support -fstack-clash-protection for x86serge_sans_paille1-0/+2
2020-02-09Revert "Support -fstack-clash-protection for x86"serge-sans-paille1-2/+0
2020-02-09Support -fstack-clash-protection for x86serge_sans_paille1-0/+2
2020-02-08Revert "Support -fstack-clash-protection for x86"serge-sans-paille1-2/+0
2020-02-08Support -fstack-clash-protection for x86serge_sans_paille1-0/+2
2020-02-07Revert "Support -fstack-clash-protection for x86"Nico Weber1-2/+0
2020-02-07Support -fstack-clash-protection for x86serge_sans_paille1-0/+2
2020-02-07Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea1-0/+1
2020-02-07Revert "Support -fstack-clash-protection for x86"serge-sans-paille1-2/+0
2020-02-07[ARM] Follow AACPS for preserving number of loads/stores of volatile bit-fieldsDiogo Sampaio1-0/+1
2020-02-07Support -fstack-clash-protection for x86serge_sans_paille1-0/+2
2020-02-06Revert "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid crash...Jordan Rupprecht1-1/+0
2020-02-06[Clang] Avoid crashing when generating crash diagnostics when '#pragma clang ...Alexandre Ganea1-0/+1
2020-02-04[hip] Properly populate macros based on host processor.Michael Liao1-0/+4
2020-02-04Separately track input and output denormal modeMatt Arsenault1-2/+2
2020-02-04[Driver] Change -fmax-tokens $arg to -fmax-tokens=$argFangrui Song1-1/+1
2020-02-02[Driver] Move -fsemantic-interposition decision from cc1 to driverFangrui Song1-3/+1
2020-02-01[Frontend] Delete a redundant check of -pg for setFramePointer()Fangrui Song1-5/+0
2020-01-31Implement -fsemantic-interpositionserge-sans-paille1-0/+4
2020-01-29Fix conversions in clang and examplesBenjamin Kramer1-1/+2
2020-01-29Fix a couple more implicit conversions that Clang doesn't diagnose.Benjamin Kramer1-6/+15
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-69/+93
2020-01-27Make AST reading work better with LLVM_APPEND_VC_REV=NONico Weber1-0/+6
2020-01-27Add a warning, flags and pragmas to limit the number of pre-processor tokens ...Hans Wennborg1-0/+2