summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] Add -cc1 flag -fmodules-embed-all-files.Richard Smith2015-11-241-0/+1
* Disable frame pointer elimination when using -pg Xinliang David Li2015-11-231-1/+2
* Revert r253846 (build bot failure))Xinliang David Li2015-11-231-2/+1
* Disable frame pointer elimination when using -pgXinliang David Li2015-11-231-1/+2
* Revert "Make FP_CONTRACT ON the default."Manuel Klimek2015-11-171-0/+1
* Make FP_CONTRACT ON the default.Stephen Canon2015-11-161-1/+0
* Revert r240335.Richard Smith2015-11-121-2/+0
* [EABI] Add Clang support for -meabi flagRenato Golin2015-11-091-0/+15
* After some discussion, promote -fobjc-weak to a driver option.John McCall2015-11-051-7/+10
* Introduce module file extensions to piggy-back data onto module files.Douglas Gregor2015-11-031-0/+52
* Allow linking multiple bitcode files.Artem Belevich2015-10-271-4/+8
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-5/+21
* [coroutines] Add lexer support for co_await, co_yield, and co_return keywords.Richard Smith2015-10-221-0/+1
* [Driver] Alias -fvisibility=internal to -fvisibility=hiddenReid Kleckner2015-10-211-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [Frontend] Name variable correctly.Davide Italiano2015-10-171-2/+2
* [Frontend/CompilerInvocation] Use range-based loop. NFC.Davide Italiano2015-10-161-2/+2
* Recommit "Clang support for -flto=thin."Teresa Johnson2015-10-151-1/+3
* Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson2015-10-151-3/+1
* Clang support for -flto=thin.Teresa Johnson2015-10-151-1/+3
* Support Debug Info path remappingSaleem Abdulrasool2015-10-121-0/+3
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-29/+9
* [WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner2015-10-081-1/+0
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-041-0/+11
* Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] tar...Alexandros Lamprineas2015-10-021-0/+3
* [CUDA] Allow parsing of host and device code simultaneously.Artem Belevich2015-09-221-0/+3
* [CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich2015-09-221-0/+3
* Emiting llvm.invariant.group.barrier when dynamic type changesPiotr Padlewski2015-09-151-0/+1
* [CUDA] Postprocess bitcode linked in during device-side CUDA compilation.Artem Belevich2015-09-101-0/+3
* Do not include default sanitizer blacklists into -M/-MM/-MD/-MMD output.Ivan Krasin2015-09-021-1/+1
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-0/+1
* [modules] Add an experimental -cc1 feature to embed the contents of an inputRichard Smith2015-08-141-0/+1
* [modules] For explicit module file dependencies, only list direct dependency ...Richard Smith2015-08-131-0/+3
* Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.Ivan Krasin2015-08-131-0/+4
* Add -fno-coverage-mapping flag.Diego Novillo2015-08-051-1/+2
* Remove unnecessary ClangLibdirSuffix variable. Yaron Keren2015-08-051-6/+4
* Add -gcodeview and -gdwarf to control which type Clang emitsReid Kleckner2015-08-051-3/+7
* Delete trailing whitespaceDouglas Katzman2015-08-051-16/+16
* [MS ABI] Hook clang up to the new EH instructionsDavid Majnemer2015-07-311-0/+1
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-0/+4
* Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh2015-07-281-0/+3
* Fix -save-temp when using objc-arc, sanitizer and profilingSteven Wu2015-07-171-1/+11
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-0/+2
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-0/+2
* Add an experimental flag -fsanitize-memory-use-after-dtor.Evgeniy Stepanov2015-07-101-0/+2
* Resubmit "Pass down the -flto option to the -cc1 job" (r239481)Teresa Johnson2015-07-061-0/+2
* [Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir2015-06-231-0/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-18/+18
OpenPOWER on IntegriCloud