summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2015-10-22Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall
2015-10-22[coroutines] Add lexer support for co_await, co_yield, and co_return keywords.Richard Smith
2015-10-21[Driver] Alias -fvisibility=internal to -fvisibility=hiddenReid Kleckner
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2015-10-17[Frontend] Name variable correctly.Davide Italiano
2015-10-16[Frontend/CompilerInvocation] Use range-based loop. NFC.Davide Italiano
2015-10-15Recommit "Clang support for -flto=thin."Teresa Johnson
2015-10-15Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson
2015-10-15Clang support for -flto=thin.Teresa Johnson
2015-10-12Support Debug Info path remappingSaleem Abdulrasool
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-10-08[WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner
2015-10-04Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool
2015-10-02Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] tar...Alexandros Lamprineas
2015-09-22[CUDA] Allow parsing of host and device code simultaneously.Artem Belevich
2015-09-22[CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich
2015-09-15Emiting llvm.invariant.group.barrier when dynamic type changesPiotr Padlewski
2015-09-10[CUDA] Postprocess bitcode linked in during device-side CUDA compilation.Artem Belevich
2015-09-02Do not include default sanitizer blacklists into -M/-MM/-MD/-MMD output.Ivan Krasin
2015-08-27Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl
2015-08-14[modules] Add an experimental -cc1 feature to embed the contents of an inputRichard Smith
2015-08-13[modules] For explicit module file dependencies, only list direct dependency ...Richard Smith
2015-08-13Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.Ivan Krasin
2015-08-05Add -fno-coverage-mapping flag.Diego Novillo
2015-08-05Remove unnecessary ClangLibdirSuffix variable. Yaron Keren
2015-08-05Add -gcodeview and -gdwarf to control which type Clang emitsReid Kleckner
2015-08-05Delete trailing whitespaceDouglas Katzman
2015-07-31[MS ABI] Hook clang up to the new EH instructionsDavid Majnemer
2015-07-30Add support for System z vector language extensionsUlrich Weigand
2015-07-28Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh
2015-07-17Fix -save-temp when using objc-arc, sanitizer and profilingSteven Wu
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl
2015-07-13[OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao
2015-07-10Add an experimental flag -fsanitize-memory-use-after-dtor.Evgeniy Stepanov
2015-07-06Resubmit "Pass down the -flto option to the -cc1 job" (r239481)Teresa Johnson
2015-06-23[Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie
2015-06-22[modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-21ArrayRef-ify ParseArgsDavid Blaikie
2015-06-18Introduce -fsanitize-trap= flag.Peter Collingbourne
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2015-06-13Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...Eric Fiselier
2015-06-12Revert commit r239481 as it is dependent on reverted llvm commit r239480.Teresa Johnson
2015-06-11add the -mrecip driver flag and process its options (3rd try)Sanjay Patel
2015-06-10Pass down the -flto option to the -cc1 job, and from there into theTeresa Johnson
2015-06-09Removing spurious semi colons; NFC.Aaron Ballman
2015-06-09range-for'ify Args->filtered_begin(...) loopsSean Silva