summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+2
* [VFS] Add property 'fallthrough' that controls fallback to real file system.Volodymyr Sapsai2018-10-261-8/+10
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-0/+2
* [AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman2018-10-251-2/+20
* Driver,CodeGen: introduce support for Swift CFString layoutSaleem Abdulrasool2018-10-241-0/+11
* Add support for -mno-tls-direct-seg-refs to ClangKristina Brooks2018-10-181-0/+1
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-101-0/+7
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-10/+10
* Introduce code_model macrosAli Tamur2018-10-081-1/+2
* [Frontend] Delete -print-decl-contextsFangrui Song2018-10-031-3/+0
* [HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu2018-10-021-1/+1
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-2/+2
* [analyzer] Provide an option to dump generated exploded graphs to a given file.George Karpenkov2018-09-281-0/+1
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-0/+3
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-111-0/+3
* Revert "[OPENMP][NVPTX] Disable runtime-type info for CUDA devices."Alexey Bataev2018-09-071-5/+0
* [MSan] add KMSAN support to Clang driverAlexander Potapenko2018-09-071-1/+3
* [analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov2018-09-061-2/+0
* [OPENMP][NVPTX] Disable runtime-type info for CUDA devices.Alexey Bataev2018-09-051-0/+5
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-0/+2
* [DEBUGINFO] Add support for emission of the debug directives only.Alexey Bataev2018-08-311-0/+1
* [OPENMP][NVPTX] Add options -f[no-]openmp-cuda-force-full-runtime.Alexey Bataev2018-08-301-1/+6
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-1/+0
* Currently clang does not emit unused static constants. GCC emits theseElizabeth Andrews2018-08-221-0/+2
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-1/+1
* Add a new flag and attributes to control static destructor registrationErik Pilkington2018-08-211-0/+2
* DebugInfo: Add the ability to disable DWARF name tables entirelyDavid Blaikie2018-08-201-1/+7
* Rename -mlink-cuda-bitcode to -mlink-builtin-bitcodeMatt Arsenault2018-08-201-2/+2
* [AArch64] - return address signingLuke Cheeseman2018-08-171-0/+14
* [ADT] Normalize empty triple componentsPetr Hosek2018-08-081-2/+1
* [OPENMP] Force OpenMP 4.5 when compiling for offloading.Alexey Bataev2018-07-261-4/+6
* [HIP] Support -fcuda-flush-denormals-to-zero for amdgcnYaxun Liu2018-07-211-4/+3
* Change \t to spacesFangrui Song2018-07-201-1/+1
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-191-0/+2
* Re-land r337333, "Teach Clang to emit address-significance tables.",Peter Collingbourne2018-07-181-0/+2
* Revert r337333, "Teach Clang to emit address-significance tables."Peter Collingbourne2018-07-171-2/+0
* Teach Clang to emit address-significance tables.Peter Collingbourne2018-07-171-0/+2
* [Driver] Add -fno-digraphsJacob Bandes-Storch2018-07-171-0/+2
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-1/+1
* [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
OpenPOWER on IntegriCloud