aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-21[X86] Enable ibt-seal optimization when LTO is used in KernelJoao Moreira1-0/+3
2021-12-28Drop unnecessary const from return types (NFC)Kazu Hirata1-2/+2
2021-12-21[Clang] Own the CommandLineArgs in CodeGenOptionsAlexandre Ganea1-1/+1
2021-12-17[clang] Strip redundant lambda (NFC)Kazu Hirata1-3/+1
2021-12-09[NFC][clang] Return underlying strings directly instead of OS.str()Logan Smith1-1/+1
2021-12-07[IR] Remove unbounded as possible value for vscale_range minimumCullen Rhodes1-0/+7
2021-11-18[clang] Remove CLANG_ROUND_TRIP_CC1_ARGS and always roundtrip in +assert buildsNico Weber1-5/+3
2021-11-17[clang] Try to fix test more after ae98182cf7341181eNico Weber1-12/+0
2021-11-17[clang] Make -masm=intel affect inline asm styleNico Weber1-0/+12
2021-10-19[Driver, Frontend] Use StringRef::contains (NFC)Kazu Hirata1-6/+6
2021-10-18[clang] Disable -clear-ast-before-backend with -print-statsArthur Eubanks1-0/+2
2021-10-13[clang] Use llvm::is_contained (NFC)Kazu Hirata1-5/+4
2021-10-07[OpenMP] Introduce new flags to assert thread and team usage in the runtimeJoseph Huber1-0/+13
2021-09-30[clang] Don't modify OptRemark if the argument is not relevantArthur Eubanks1-0/+2
2021-09-24DebugInfo: Move the '=' version of -gsimple-template-names to the frontendDavid Blaikie1-2/+5
2021-09-22[NFC] Remove trailing spaces from some filesShilei Tian1-2/+2
2021-09-22DebugInfo: Add (initially no-op) -gsimple-template-names={simple,mangled}David Blaikie1-0/+14
2021-09-21[clang] Make -Rpass imply -Rpass=.*Arthur Eubanks1-9/+12
2021-09-10[OpenMP] Add flag for setting debug in the offloading deviceJoseph Huber1-0/+25
2021-09-08[clang][Driver] Update/cleanup LTO logic to ensure that the last lto argument...Usman Nadeem1-2/+3
2021-09-08Revert "[clang][Driver] Update/cleanup LTO logic to ensure that the last lto ...Usman Nadeem1-3/+2
2021-09-08[clang][Driver] Update/cleanup LTO logic to ensure that the last lto argument...Usman Nadeem1-2/+3
2021-09-03[modules] Use `HashBuilder` and `MD5` for the module hash.Alexandre Rames1-58/+42
2021-09-02[clang] NFC: Extract DiagnosticOptions parsingJan Svoboda1-0/+13
2021-09-01Revert "[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and ext...Zahira Ammarguellat1-6/+1
2021-08-31[OpenCL] Defines helper function for kernel language compatible OpenCL versionJustas Janickas1-4/+3
2021-08-18[OpenCL] C++ for OpenCL version 2021 introduced to command line.Justas Janickas1-0/+4
2021-08-13[OpenCL] Clang diagnostics allow reporting C++ for OpenCL version.Justas Janickas1-2/+3
2021-08-04Apply -fmacro-prefix-map to __builtin_FILE()Pavel Asyutchenko1-9/+9
2021-08-04[clang][cli] Expose -fno-cxx-modules in cc1Jan Svoboda1-2/+0
2021-07-30[OpenCL] Add support of __opencl_c_pipes feature macro.Anton Zabaznov1-1/+1
2021-07-30[OpenCL] Add std flag aliases clc++1.0 and CLC++1.0Anastasia Stulova1-4/+5
2021-07-30Revert "[OpenCL] Add support of __opencl_c_pipes feature macro."Anton Zabaznov1-1/+1
2021-07-30[OpenCL] Add support of __opencl_c_pipes feature macro.Anton Zabaznov1-1/+1
2021-07-28[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and extend #pra...Melanie Blower1-1/+6
2021-07-26[OpenCL] Change default standard version to CL1.2Anastasia Stulova1-1/+1
2021-07-22[DebugInfo] Add -fno-ctor-homing for as counterpart to -fuse-ctor-homingAmy Huang1-6/+9
2021-07-20Revert "[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and ext...Melanie Blower1-6/+1
2021-07-20[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and extend #pra...Melanie Blower1-1/+6
2021-07-19[ifs] Prepare llvm-ifs for elfabi/ifs merging.Haowei Wu1-5/+5
2021-06-25[clang] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-5/+5
2021-06-23[AIX][PowerPC] Remove error when specifying mabi=vec-default on AIXZarko Todorovski1-7/+1
2021-06-22[OpenMP] Remove OpenMP CUDA Target Parallel compiler flagJoseph Huber1-9/+0
2021-06-11[ADT] Remove APInt/APSInt toString() std::string variantsSimon Pilgrim1-1/+1
2021-06-01[clang][Fuchsia] Turn on relative-vtables by default for FuchsiaLeonard Chan1-0/+10
2021-05-27[Clang] Enable __has_feature(coverage_sanitizer)Marco Elver1-1/+1
2021-05-18Introduce SYCL 2020 modeAaron Ballman1-0/+10
2021-05-15Support GCC's -fstack-usage flagPengxuan Zheng1-0/+3
2021-05-12Fix bad mangling of <data-member-prefix> for a closure in the initializer of ...Richard Smith1-0/+4
2021-05-11Revert "Fix bad mangling of <data-member-prefix> for a closure in the initial...Richard Smith1-4/+0