summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Fixed Point Arithmetic] Rename `-fsame-fbits` flagLeonard Chan2018-06-291-2/+3
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-251-0/+1
* Re-land "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-221-2/+2
* Revert "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-211-2/+2
* [LTO] Enable module summary emission by default for regular LTOTobias Edler von Koch2018-06-211-2/+2
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+4
* Add -fforce-emit-vtablesPiotr Padlewski2018-06-131-0/+4
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-1/+1
* [Frontend] Disallow non-MSVC exception models for windows-msvc targetsShoaib Meenai2018-06-071-0/+5
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+5
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-5/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+5
* Add a new driver mode to dump compiler feature and extension options.Aaron Ballman2018-05-311-0/+3
* Sema: Add a flag for rejecting member pointers with incomplete base types.Peter Collingbourne2018-05-301-0/+2
* [Support] Avoid normalization in sys::getDefaultTargetTriplePetr Hosek2018-05-251-1/+2
* Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-05-251-0/+2
* [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
OpenPOWER on IntegriCloud