aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-23[Frontend] Delete some unneeded CC1 optionsFangrui Song1-21/+8
2020-01-23[Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song1-0/+2
2020-01-24[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz1-1/+2
2020-01-22[Concepts] Constraint Satisfaction CachingSaar Raz1-0/+2
2020-01-17Consolidate internal denormal flushing controlsMatt Arsenault1-3/+7
2020-01-17[clang][xray] Add -fxray-ignore-loops optionIan Levesque1-0/+2
2020-01-13[DebugInfo] Add another level to DebugInfoKind called ConstructorAmy Huang1-2/+2
2020-01-13This option allows selecting the TLS size in the local exec TLS model,KAWASHIMA Takahiro1-0/+2
2020-01-10[Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song1-0/+2
2020-01-07[HIP] Add option --gpu-max-threads-per-block=nYaxun (Sam) Liu1-0/+6
2020-01-06Add Triple::isX86()Fangrui Song1-1/+1
2019-12-21[NFC] Separate getLastArgIntValue to BasicYaxun (Sam) Liu1-27/+0
2019-12-19[Clang FE, SystemZ] Recognize -mrecord-mcount CL option.Jonas Paulsson1-0/+1
2019-12-19Re-land "Add an -fno-temp-file flag for compilation"Hans Wennborg1-0/+1
2019-12-18Revert "Add an -fno-temp-file flag for compilation"Mitch Phillips1-1/+0
2019-12-18Add an -fno-temp-file flag for compilationHans Wennborg1-0/+1
2019-12-17[Frontend] Fixes -Wrange-loop-analysis warningsMark de Wever1-3/+3
2019-12-17[Clang FE, SystemZ] Recognize -mpacked-stack CL optionJonas Paulsson1-0/+1
2019-12-12Default to -fuse-init-arrayFangrui Song1-1/+1
2019-12-11[OpenMP] Use the OpenMP-IR-BuilderJohannes Doerfert1-0/+2
2019-12-08[Frontend] Allow OpenMP offloading to aarch64Bryan Chan1-1/+2
2019-12-05 Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower1-0/+28
2019-12-04Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower1-28/+0
2019-12-04 Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower1-0/+28
2019-11-27[ConstExprPreter] Removed the flag forcing the use of the interpreterNandor Licker1-2/+0