summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith2015-06-221-0/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-2/+2
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-181-2/+3
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-4/+1
* Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...Eric Fiselier2015-06-131-1/+31
* Revert commit r239481 as it is dependent on reverted llvm commit r239480.Teresa Johnson2015-06-121-2/+0
* add the -mrecip driver flag and process its options (3rd try)Sanjay Patel2015-06-111-1/+1
* Pass down the -flto option to the -cc1 job, and from there into theTeresa Johnson2015-06-101-0/+2
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* range-for'ify Args->filtered_begin(...) loopsSean Silva2015-06-091-108/+64
* Simplify this code a bit.Sean Silva2015-06-091-6/+5
* Revert "add the -mrecip driver flag and process its options (2nd try)"Rafael Espindola2015-06-031-1/+1
* add the -mrecip driver flag and process its options (2nd try)Sanjay Patel2015-06-021-1/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-10/+10
* This reverts commit r238064 and r238055.Rafael Espindola2015-05-231-1/+1
* add the -mrecip driver flag and process its optionsSanjay Patel2015-05-221-1/+1
* "This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali2015-05-221-0/+1
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-6/+2
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-0/+6
* Add flag to enable native half typePirama Arumuga Nainar2015-05-141-1/+1
* Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne2015-05-131-3/+8
* Move sanitizer parser and group expander from Driver to Basic.Peter Collingbourne2015-05-111-4/+1
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-3/+3
* [cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich2015-05-071-0/+3
* [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...Alexey Samsonov2015-05-071-2/+8
* [modules] Add -fmodules-local-submodule-visibility flag.Richard Smith2015-05-011-0/+2
OpenPOWER on IntegriCloud