summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2020-01-31Implement -fsemantic-interpositionserge-sans-paille
2020-01-29Fix conversions in clang and examplesBenjamin Kramer
2020-01-29Fix a couple more implicit conversions that Clang doesn't diagnose.Benjamin Kramer
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-27Make AST reading work better with LLVM_APPEND_VC_REV=NONico Weber
2020-01-27Add a warning, flags and pragmas to limit the number of pre-processor tokens ...Hans Wennborg
2020-01-23[Frontend] Delete some unneeded CC1 optionsFangrui Song
2020-01-23[Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song
2020-01-24[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz
2020-01-22[Concepts] Constraint Satisfaction CachingSaar Raz
2020-01-17Consolidate internal denormal flushing controlsMatt Arsenault
2020-01-17[clang][xray] Add -fxray-ignore-loops optionIan Levesque
2020-01-13[DebugInfo] Add another level to DebugInfoKind called ConstructorAmy Huang
2020-01-13This option allows selecting the TLS size in the local exec TLS model,KAWASHIMA Takahiro
2020-01-10[Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song
2020-01-07[HIP] Add option --gpu-max-threads-per-block=nYaxun (Sam) Liu
2020-01-06Add Triple::isX86()Fangrui Song
2019-12-21[NFC] Separate getLastArgIntValue to BasicYaxun (Sam) Liu
2019-12-19[Clang FE, SystemZ] Recognize -mrecord-mcount CL option.Jonas Paulsson
2019-12-19Re-land "Add an -fno-temp-file flag for compilation"Hans Wennborg
2019-12-18Revert "Add an -fno-temp-file flag for compilation"Mitch Phillips
2019-12-18Add an -fno-temp-file flag for compilationHans Wennborg
2019-12-17[Frontend] Fixes -Wrange-loop-analysis warningsMark de Wever
2019-12-17[Clang FE, SystemZ] Recognize -mpacked-stack CL optionJonas Paulsson
2019-12-12Default to -fuse-init-arrayFangrui Song
2019-12-11[OpenMP] Use the OpenMP-IR-BuilderJohannes Doerfert
2019-12-08[Frontend] Allow OpenMP offloading to aarch64Bryan Chan
2019-12-05 Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower
2019-12-04Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower
2019-12-04 Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower
2019-11-27[ConstExprPreter] Removed the flag forcing the use of the interpreterNandor Licker
2019-11-26Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor
2019-11-22Move vtordisp mode from Attr class to LangOptions.h, NFCReid Kleckner
2019-11-19clang: Add -fconvergent-functions flagMatt Arsenault
2019-11-19Work on cleaning up denormal mode handlingMatt Arsenault
2019-11-18Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher
2019-11-08Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1""Jan Korous
2019-11-08[clang] Fix -fsanitize-system-blacklist processing in cc1Jan Korous
2019-11-08Reland "[clang] Report sanitizer blacklist as a dependency in cc1"Jan Korous
2019-11-08Reland "[clang] Report sanitizer blacklist as a dependency in cc1"Jan Korous
2019-11-08Revert "Revert "Revert "[clang] Report sanitizer blacklist as a dependency in...Abel Kocsis
2019-11-08Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1""Abel Kocsis
2019-11-08Revert "[clang] Report sanitizer blacklist as a dependency in cc1"Jeremy Morse
2019-11-07[clang] Report sanitizer blacklist as a dependency in cc1Jan Korous
2019-11-07Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...Melanie Blower
2019-11-05[Clang FE] Recognize -mnop-mcount CL option (SystemZ only).Jonas Paulsson
2019-11-04Recommit "[CodeView] Add option to disable inline line tables."Amy Huang
2019-10-31[cfi] Add flag to always generate .debug_frameDavid Candler
2019-10-30Revert "[CodeView] Add option to disable inline line tables."Amy Huang
2019-10-30[CodeView] Add option to disable inline line tables.Amy Huang