aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-11Fix bad mangling of <data-member-prefix> for a closure in the initializer of ...Richard Smith1-0/+4
2021-05-11[AIX][TLS] Diagnose use of unimplemented TLS modelsVictor Huang1-0/+8
2021-05-04[clang] Add -fc++-abi= flag for specifying which C++ ABI to useLeonard Chan1-0/+18
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber1-14/+15
2021-05-01[AMDGPU] Add options -mamdgpu-ieee -mno-amdgpu-ieeeYaxun (Sam) Liu1-0/+5
2021-04-28[clang] Make libBasic not depend on MCNico Weber1-1/+2
2021-04-19[clang][cli] NFC: Move conditional LangOptions parsing/generationJan Svoboda1-40/+41
2021-04-19[clang][cli] NFC: Use Diags to report parsing success/failureJan Svoboda1-144/+110
2021-04-19[clang] Implement CompilerInvocation copy assignmentJan Svoboda1-0/+17
2021-04-19[clang] Rename CompilerInvocationBase to RefBase, split out ValueBaseJan Svoboda1-3/+4
2021-04-14[clang] Fix copy constructor of CompilerInvocationJan Svoboda1-2/+4
2021-03-30[clang][cli] Fix round-trip of OPT_plugin_argJohn Brawn1-2/+7
2021-03-25[Debugify] Expose original debug info preservation check as CC1 optionDjordje Todorovic1-0/+6
2021-03-24[OpenCL] Added distinct file extension for C++ for OpenCL.Anastasia Stulova1-2/+17
2021-03-17[SYCL] Rework the SYCL driver optionsAaron Ballman1-0/+5
2021-03-12[NFC] Adjust SmallVector.h header to workaround XL build compiler issuexling-Liao1-2/+2
2021-03-09Revert D97743 "Define __GCC_HAVE_DWARF2_CFI_ASM if applicable"Fangrui Song1-5/+0
2021-03-09Define __GCC_HAVE_DWARF2_CFI_ASM if applicableFangrui Song1-0/+5
2021-03-09[AIX] do not emit visibility attribute into IR when there is -mignore-xcoff-v...diggerlin1-24/+27
2021-03-05[clang][cli] Fix generation of '-fvisibility' with regards to '-mignore-xcoff...Jan Svoboda1-0/+17
2021-03-02[clang][cli] NFC: Use .str() instead of operator<<Jan Svoboda1-8/+3
2021-03-02[clang][cli] NFC: Use .str() instead of operator<<Jan Svoboda1-16/+6
2021-02-26[clang][cli] Implement '-cuid=' marshallingJan Svoboda1-5/+0
2021-02-26[clang][cli] Fix build failure in CompilerInvocationJan Svoboda1-2/+2
2021-02-25[Driver] Rename -fprofile-{prefix-map,compilation-dir} to -fcoverage-{prefix-...Petr Hosek1-4/+4
2021-02-25[NFC] Switch to auto marshalling infrastructure for `-fsanitize-address-destr...Dan Liew1-13/+0