summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Automatic variable initializationJF Bastien2018-12-181-0/+13
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-171-0/+8
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-0/+1
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-3/+3
* Convert some ObjC msgSends to runtime calls.Pete Cooper2018-12-081-0/+4
* [frontend][darwin] warn_stdlibcxx_not_found: supress warning for preprocessed...Alex Lorenz2018-12-061-1/+7
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-051-0/+5
* PTH-- Remove feature entirely-Erich Keane2018-12-041-8/+0
* [Sema] Provide -fvisibility-global-new-delete-hidden optionPetr Hosek2018-12-041-0/+3
* [Analyzer] Actually check for -model-path being a directoryIlya Biryukov2018-12-031-5/+6
* [analyzer] Emit an error for invalid -analyzer-config inputsKristof Umann2018-11-301-16/+63
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-301-0/+63
* [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.Adrian Prantl2018-11-291-0/+6
* [NFC] Replace magic numbers with CodeGenOpt enumsSam Parker2018-11-261-6/+6
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-171-0/+4
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-171-15/+0
* [codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner2018-11-161-0/+1
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-141-1/+1
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-141-1/+17
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-131-0/+1
* Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet2018-11-121-4/+0
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-121-0/+4
* Add /Zc:DllexportInlines option to clang-clTakuto Ikuta2018-11-031-0/+3
* Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-...Filipe Cabecinhas2018-11-021-4/+4
* [analyzer] New flag to print all -analyzer-config optionsKristof Umann2018-11-021-0/+1
* [OPENMP][NVPTX]Improve emission of the globalized variables forAlexey Bataev2018-11-021-0/+8
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* 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
OpenPOWER on IntegriCloud