summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2019-02-25[SYCL] Add clang front-end option to enable SYCL device compilation flow.Alexey Bader
2019-02-23Enable coroutines under -std=c++2a.Richard Smith
2019-02-20[OPENMP][NVPTX]Use faster teams reduction algorithm.Alexey Bataev
2019-02-18[ARM] Add pre-defined macros for ROPI and RWPIOliver Stannard
2019-02-08[OPENMP]Delay emission of the error messages for the exceptions.Alexey Bataev
2019-02-08Revert "[OPENMP]Initial support for the delayed diagnostics."Alexey Bataev
2019-02-08[OPENMP]Initial support for the delayed diagnostics.Alexey Bataev
2019-02-02[NewPM] Add support for new-PM plugins to clangPhilip Pfaffe
2019-01-31Make clang/test/Index/pch-from-libclang.c pass in more placesNico Weber
2019-01-28Add -fapply-global-visibility-to-externs for -cc1Scott Linder
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-11[LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson
2019-01-09[OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea
2019-01-05Move -add-plugin validation after -load was executed.Nico Weber
2019-01-04hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne
2019-01-03Validate -add-plugin arguments.Nico Weber
2018-12-18Automatic variable initializationJF Bastien
2018-12-17[darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz
2018-12-14Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder
2018-12-11Move CodeGenOptions from Frontend to BasicRichard Trieu
2018-12-10Misc typos fixes in ./lib folderRaphael Isemann
2018-12-08Convert some ObjC msgSends to runtime calls.Pete Cooper
2018-12-06[frontend][darwin] warn_stdlibcxx_not_found: supress warning for preprocessed...Alex Lorenz
2018-12-05[asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka
2018-12-04PTH-- Remove feature entirely-Erich Keane
2018-12-04[Sema] Provide -fvisibility-global-new-delete-hidden optionPetr Hosek
2018-12-03[Analyzer] Actually check for -model-path being a directoryIlya Biryukov
2018-11-30[analyzer] Emit an error for invalid -analyzer-config inputsKristof Umann
2018-11-30[analyzer] Evaluate all non-checker config options before analysisKristof Umann
2018-11-29[-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.Adrian Prantl
2018-11-26[NFC] Replace magic numbers with CodeGenOpt enumsSam Parker
2018-11-17[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet
2018-11-17Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie
2018-11-16[codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner
2018-11-14[c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith
2018-11-14[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar
2018-11-13DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie
2018-11-12Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet
2018-11-12[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet
2018-11-03Add /Zc:DllexportInlines option to clang-clTakuto Ikuta
2018-11-02Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-...Filipe Cabecinhas
2018-11-02[analyzer] New flag to print all -analyzer-config optionsKristof Umann
2018-11-02[OPENMP][NVPTX]Improve emission of the globalized variables forAlexey Bataev
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2018-10-26[VFS] Add property 'fallthrough' that controls fallback to real file system.Volodymyr Sapsai
2018-10-26PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith
2018-10-25[AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman
2018-10-24Driver,CodeGen: introduce support for Swift CFString layoutSaleem Abdulrasool
2018-10-18Add support for -mno-tls-direct-seg-refs to ClangKristina Brooks