summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Module debugging: Make the module format part of the module hash insteadAdrian Prantl2016-01-121-2/+5
* Accidentally removed part of the file header. Restoring it back.Ekaterina Romanova2016-01-101-1/+1
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-1/+20
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-0/+24
* Avoid assert failure on some invalid cc1 options.Douglas Katzman2016-01-061-8/+19
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-24/+0
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-0/+24
* Some minor correction based on David Blaikie post-commit code review for r255...Ekaterina Romanova2015-12-241-3/+2
* [clang-cl] Add support for /BreproDavid Majnemer2015-12-211-0/+2
* Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson2015-12-191-0/+7
* Revert r256063, it's killing clang-tools-extraPaul Robinson2015-12-191-7/+0
* CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson2015-12-181-0/+7
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-0/+1
* Do not generate DW_TAG_imported_module for anonymous namespaces (even nested)...Ekaterina Romanova2015-12-101-0/+3
* [ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson2015-12-071-0/+6
* [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
OpenPOWER on IntegriCloud