summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP macro.Alexey Bataev2018-05-211-5/+6
* Revert 332750, clang part (see comment on D46910).Nico Weber2018-05-201-2/+1
* [Support] Avoid normalization in sys::getDefaultTargetTriplePetr Hosek2018-05-181-1/+2
* This patch aims to match the changes introducedAlexander Ivchenko2018-05-181-0/+11
* Revert commits r332160, r332164, r332236.Douglas Yung2018-05-161-10/+0
* Force the PS4 clang ABI version to 6.Douglas Yung2018-05-121-0/+10
* [CUDA] Added -f[no-]cuda-short-ptr optionArtem Belevich2018-05-091-0/+2
* [OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt2018-05-091-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [OpenCL] Factor out language version printingSven van Haastregt2018-05-081-5/+2
* [ThinLTO] Support opt remarks options with distributed ThinLTO backendsTeresa Johnson2018-05-051-1/+3
* [clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP...Erich Keane2018-05-041-1/+11
* [OPENMP] Enable c++ exceptions outside of the target constructs iff they areAlexey Bataev2018-05-021-0/+1
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+1
* [Driver, CodeGen] rename options to disable an FP cast optimizationSanjay Patel2018-04-301-1/+2
* [Driver, CodeGen] add options to enable/disable an FP cast optimizationSanjay Patel2018-04-271-0/+2
* [HIP] Add hip input kind and codegen for kernel launchingYaxun Liu2018-04-251-1/+12
* [OpenCL] Reject virtual functions for OpenCL C++Sven van Haastregt2018-04-231-0/+1
* [CodeGen] Reland r330442: Add an option to suppress output of llvm.identMikhail Maltsev2018-04-231-0/+2
* Revert r330442, CodeGen/no-ident-version.c is failing on PPCMikhail Maltsev2018-04-201-2/+0
* [CodeGen] Add an option to suppress output of llvm.identMikhail Maltsev2018-04-201-0/+2
* Implement proper support for `-falign-functions`Saleem Abdulrasool2018-04-191-0/+3
* [XRay] Add clang builtin for xray typed events.Keith Wyss2018-04-171-0/+7
* Add a command line option 'fregister_global_dtors_with_atexit' toAkira Hatanaka2018-04-171-0/+2
* [ThinLTO] Pass -save-temps to LTO backend for distributed ThinLTO buildsTeresa Johnson2018-04-171-2/+9
* [XRay][clang] Add flag to choose instrumentation bundlesDean Michael Berris2018-04-131-2/+34
* Remove -cc1 option "-backend-option".Eli Friedman2018-04-121-1/+0
* [OpenCL] Added -std/-cl-std=c++Anastasia Stulova2018-04-121-1/+4
* [XRay][llvm+clang] Consolidate attribute list filesDean Michael Berris2018-04-091-0/+1
* CMake option to allow enabling experimental new pass manager by defaultPetr Hosek2018-04-061-1/+1
* Disable -fmerge-all-constants as default.Manoj Gupta2018-04-051-1/+1
* Add -fclang-abi-compat=6 flag for upcoming ABI changes.Richard Smith2018-04-021-0/+2
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-27/+27
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-2/+2
* [Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-261-84/+110
* [vfs] Don't bail out after a missing -ivfsoverlay fileBen Langmuir2018-03-231-5/+4
* [Modules] Honor -fmodule-name when handling private framework modulesBruno Cardoso Lopes2018-03-201-1/+2
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-0/+6
* [FrontEnd] Allow overriding the default C/C++ -std via CMake varsMichal Gorny2018-03-061-0/+12
* Add an option to disable tail-call optimization for escaping blocks.Akira Hatanaka2018-03-021-0/+2
* [Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLSChih-Hung Hsieh2018-03-011-2/+6
* [OpenMP] Extend NVPTX SPMD implementation of combined constructsCarlo Bertolli2018-02-281-0/+4
* [CUDA] Include single GPU binary, NFCI.Jonas Hahnfeld2018-02-281-2/+2
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-261-0/+1
* [RISCV] Enable __int128_t and __uint128_t through clang flagMandeep Singh Grang2018-02-251-0/+1
* Support for the mno-stack-arg-probe flagHans Wennborg2018-02-231-0/+2
* [OpenCL] Add '-cl-uniform-work-group-size' compile optionAlexey Sotkin2018-02-221-0/+2
* ASan+operator new[]: Add an option for more thorough operator new[] cookie po...Filipe Cabecinhas2018-02-121-0/+7
* [CUDA] Add option to generate relocatable device codeJonas Hahnfeld2018-02-121-0/+2
* [Templight] Template Instantiation ObserverGabor Horvath2018-02-101-0/+3
OpenPOWER on IntegriCloud