aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-02[PGO] Change profile use cc1 option to handle IR level profilesRong Xu1-26/+47
2016-03-01clang-cl: Implement initial limited support for precompiled headers.Nico Weber1-0/+1
2016-02-29[PGO] clang cc1 option change to enable IR level instrumentationRong Xu1-2/+7
2016-02-24Add whole-program vtable optimization feature to Clang.Peter Collingbourne1-0/+3
2016-02-23Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes1-2/+2
2016-02-22[VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-2/+2
2016-02-20[MSVC Compat] Implement -EHc semanticsDavid Majnemer1-0/+1
2016-02-19[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith1-9/+1
2016-02-17[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany1-0/+1
2016-02-08Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao1-1/+18
2016-02-07Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin1-18/+1
2016-02-06Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao1-1/+18
2016-02-06Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao1-18/+1
2016-02-06[OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao1-1/+18
2016-02-05Eliminate an unnecessary enum, use the LLVM version. NFCPaul Robinson1-4/+4
2016-02-04[PGO] cc1 option name change for profile instrumentationRong Xu1-3/+22
2016-02-02Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer1-6/+6
2016-01-26Do not define GXX_RTTI macro for C.Yunzhong Gao1-1/+1
2016-01-26[CUDA] Add -fcuda-allow-variadic-functions.Justin Lebar1-0/+3
2016-01-16Introduce -fsanitize-stats flag.Peter Collingbourne1-0/+2
2016-01-12Module debugging: Make the module format part of the module hash insteadAdrian Prantl1-2/+5
2016-01-10Accidentally removed part of the file header. Restoring it back.Ekaterina Romanova1-1/+1
2016-01-06[Driver] Add support for -fno-builtin-foo options.Chad Rosier1-1/+20
2016-01-06[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao1-0/+24
2016-01-06Avoid assert failure on some invalid cc1 options.Douglas Katzman1-8/+19
2016-01-05[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao1-24/+0
2016-01-05[OpenMP] Offloading descriptor registration and device codegen.Samuel Antao1-0/+24
2015-12-24Some minor correction based on David Blaikie post-commit code review for r255...Ekaterina Romanova1-3/+2
2015-12-21[clang-cl] Add support for /BreproDavid Majnemer1-0/+2
2015-12-19Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson1-0/+7
2015-12-19Revert r256063, it's killing clang-tools-extraPaul Robinson1-7/+0
2015-12-18CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson1-0/+7
2015-12-15Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov1-0/+1
2015-12-10Do not generate DW_TAG_imported_module for anonymous namespaces (even nested)...Ekaterina Romanova1-0/+3
2015-12-07[ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson1-0/+6
2015-11-24[modules] Add -cc1 flag -fmodules-embed-all-files.Richard Smith1-0/+1
2015-11-23Disable frame pointer elimination when using -pg Xinliang David Li1-1/+2
2015-11-23Revert r253846 (build bot failure))Xinliang David Li1-2/+1
2015-11-23Disable frame pointer elimination when using -pgXinliang David Li1-1/+2
2015-11-17Revert "Make FP_CONTRACT ON the default."Manuel Klimek1-0/+1
2015-11-16Make FP_CONTRACT ON the default.Stephen Canon1-1/+0
2015-11-12Revert r240335.Richard Smith1-2/+0
2015-11-09[EABI] Add Clang support for -meabi flagRenato Golin1-0/+15
2015-11-05After some discussion, promote -fobjc-weak to a driver option.John McCall1-7/+10
2015-11-03Introduce module file extensions to piggy-back data onto module files.Douglas Gregor1-0/+52
2015-10-27Allow linking multiple bitcode files.Artem Belevich1-4/+8
2015-10-22Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall1-5/+21
2015-10-22[coroutines] Add lexer support for co_await, co_yield, and co_return keywords.Richard Smith1-0/+1
2015-10-21[Driver] Alias -fvisibility=internal to -fvisibility=hiddenReid Kleckner1-1/+1
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1