summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao2016-02-061-18/+1
* [OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao2016-02-061-1/+18
* Eliminate an unnecessary enum, use the LLVM version. NFCPaul Robinson2016-02-051-4/+4
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-3/+22
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-6/+6
* Do not define GXX_RTTI macro for C.Yunzhong Gao2016-01-261-1/+1
* [CUDA] Add -fcuda-allow-variadic-functions.Justin Lebar2016-01-261-0/+3
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+2
* 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
OpenPOWER on IntegriCloud