summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2018-10-10Add a flag to remap manglings when reading profile data information.Richard Smith
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-10-08Introduce code_model macrosAli Tamur
2018-10-03[Frontend] Delete -print-decl-contextsFangrui Song
2018-10-02[HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu
2018-09-30Use the container form llvm::sort(C, ...)Fangrui Song
2018-09-28[analyzer] Provide an option to dump generated exploded graphs to a given file.George Karpenkov
2018-09-15[modules] Frontend support for building a header module from a list ofRichard Smith
2018-09-11[clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice
2018-09-07Revert "[OPENMP][NVPTX] Disable runtime-type info for CUDA devices."Alexey Bataev
2018-09-07[MSan] add KMSAN support to Clang driverAlexander Potapenko
2018-09-06[analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov
2018-09-05[OPENMP][NVPTX] Disable runtime-type info for CUDA devices.Alexey Bataev
2018-09-04[x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth
2018-08-31[DEBUGINFO] Add support for emission of the debug directives only.Alexey Bataev
2018-08-30[OPENMP][NVPTX] Add options -f[no-]openmp-cuda-force-full-runtime.Alexey Bataev
2018-08-29[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov
2018-08-22Currently clang does not emit unused static constants. GCC emits theseElizabeth Andrews
2018-08-22[AArch64] Add Tiny Code Model for AArch64David Green
2018-08-21Add a new flag and attributes to control static destructor registrationErik Pilkington
2018-08-20DebugInfo: Add the ability to disable DWARF name tables entirelyDavid Blaikie
2018-08-20Rename -mlink-cuda-bitcode to -mlink-builtin-bitcodeMatt Arsenault
2018-08-17[AArch64] - return address signingLuke Cheeseman
2018-08-08[ADT] Normalize empty triple componentsPetr Hosek
2018-07-26[OPENMP] Force OpenMP 4.5 when compiling for offloading.Alexey Bataev
2018-07-21[HIP] Support -fcuda-flush-denormals-to-zero for amdgcnYaxun Liu
2018-07-20Change \t to spacesFangrui Song
2018-07-19[clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta
2018-07-18Re-land r337333, "Teach Clang to emit address-significance tables.",Peter Collingbourne
2018-07-17Revert r337333, "Teach Clang to emit address-significance tables."Peter Collingbourne
2018-07-17Teach Clang to emit address-significance tables.Peter Collingbourne
2018-07-17[Driver] Add -fno-digraphsJacob Bandes-Storch
2018-07-05[clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane
2018-06-29[Fixed Point Arithmetic] Rename `-fsame-fbits` flagLeonard Chan
2018-06-25[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg
2018-06-22Re-land "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch
2018-06-21Revert "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch
2018-06-21[LTO] Enable module summary emission by default for regular LTOTobias Edler von Koch
2018-06-20[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan
2018-06-13Add -fforce-emit-vtablesPiotr Padlewski
2018-06-11Move VersionTuple from clang/Basic to llvm/SupportPavel Labath
2018-06-07[Frontend] Disallow non-MSVC exception models for windows-msvc targetsShoaib Meenai
2018-06-04This diff includes changes for supporting the following types.Leonard Chan
2018-06-02Revert "This diff includes changes for supporting the following types."Leonard Chan
2018-06-02This diff includes changes for supporting the following types.Leonard Chan
2018-05-31Add a new driver mode to dump compiler feature and extension options.Aaron Ballman
2018-05-30Sema: Add a flag for rejecting member pointers with incomplete base types.Peter Collingbourne
2018-05-25[Support] Avoid normalization in sys::getDefaultTargetTriplePetr Hosek
2018-05-25Optionally add code completion results for arrow instead of dotIvan Donchevskii
2018-05-21[OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP macro.Alexey Bataev