summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* InstrProf: Support for setting profile output from command lineJustin Bogner2015-04-301-1/+3
* Support generating NMake/Jom-style depfiles.Paul Robinson2015-04-271-0/+2
* Create a frontend flag to disable CUDA cross-target call checksEli Bendersky2015-04-151-0/+3
* uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselistsDuncan P. N. Exon Smith2015-04-151-0/+4
* [Driver] Properly support -mglobal-merge using explicit options.Ahmed Bougacha2015-04-111-1/+0
* Process the -freciprocal-math optimization flag (PR20912)Sanjay Patel2015-04-091-0/+1
* MS ABI: Implement driver-level support for thread-safe staticsDavid Majnemer2015-03-221-38/+10
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-7/+1
* Remove .CUDAIsDevice flags from CodeGenOpts as it's alreadyArtem Belevich2015-03-191-1/+0
* Ensure that we still parse preprocessed CUDA files as CUDA when we useArtem Belevich2015-03-191-1/+5
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* Add fveclib option.Michael Zolotukhin2015-03-171-0/+10
* GCOV: Expose the -coverage-exit-block-before-body flag in clang -cc1Justin Bogner2015-03-161-0/+2
* Add clang support for Objective-C application extensions.Bob Wilson2015-03-021-0/+1
* Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner2015-02-261-0/+1
* CUDA: Add option to allow host device functions to call host functionsJacques Pienaar2015-02-241-1/+4
* Add -funique-section-names and -fno-unique-section-names options.Rafael Espindola2015-02-201-0/+3
* Add -fno-implicit-modules.Manuel Klimek2015-02-201-0/+1
* Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...Larisse Voufo2015-02-201-0/+1
* Revert adding hostname to module hashBen Langmuir2015-02-191-17/+0
* Rename flags and options to match current naming: from -fdef-sized-delete to ...Larisse Voufo2015-02-181-2/+2
* Revise the implementation logic of sized deallocation: Do not automatically g...Larisse Voufo2015-02-141-0/+2
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-141-0/+2
OpenPOWER on IntegriCloud