summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2016-03-14[OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao
2016-03-14[Frontend] Disable value name discarding for all sanitizers.Benjamin Kramer
2016-03-14Temporarily make discard value names depend on whether or not we'reEric Christopher
2016-03-13Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini
2016-03-02[PGO] Change profile use cc1 option to handle IR level profilesRong Xu
2016-03-01clang-cl: Implement initial limited support for precompiled headers.Nico Weber
2016-02-29[PGO] clang cc1 option change to enable IR level instrumentationRong Xu
2016-02-24Add whole-program vtable optimization feature to Clang.Peter Collingbourne
2016-02-23Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes
2016-02-22[VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes
2016-02-20[MSVC Compat] Implement -EHc semanticsDavid Majnemer
2016-02-19[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith
2016-02-17[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany
2016-02-08Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao
2016-02-07Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin
2016-02-06Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao
2016-02-06Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao
2016-02-06[OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao
2016-02-05Eliminate an unnecessary enum, use the LLVM version. NFCPaul Robinson
2016-02-04[PGO] cc1 option name change for profile instrumentationRong Xu
2016-02-02Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer
2016-01-26Do not define GXX_RTTI macro for C.Yunzhong Gao
2016-01-26[CUDA] Add -fcuda-allow-variadic-functions.Justin Lebar
2016-01-16Introduce -fsanitize-stats flag.Peter Collingbourne
2016-01-12Module debugging: Make the module format part of the module hash insteadAdrian Prantl
2016-01-10Accidentally removed part of the file header. Restoring it back.Ekaterina Romanova
2016-01-06[Driver] Add support for -fno-builtin-foo options.Chad Rosier
2016-01-06[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao
2016-01-06Avoid assert failure on some invalid cc1 options.Douglas Katzman
2016-01-05[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao
2016-01-05[OpenMP] Offloading descriptor registration and device codegen.Samuel Antao
2015-12-24Some minor correction based on David Blaikie post-commit code review for r255...Ekaterina Romanova
2015-12-21[clang-cl] Add support for /BreproDavid Majnemer
2015-12-19Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson
2015-12-19Revert r256063, it's killing clang-tools-extraPaul Robinson
2015-12-18CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson
2015-12-15Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov
2015-12-10Do not generate DW_TAG_imported_module for anonymous namespaces (even nested)...Ekaterina Romanova
2015-12-07[ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson
2015-11-24[modules] Add -cc1 flag -fmodules-embed-all-files.Richard Smith
2015-11-23Disable frame pointer elimination when using -pg Xinliang David Li
2015-11-23Revert r253846 (build bot failure))Xinliang David Li
2015-11-23Disable frame pointer elimination when using -pgXinliang David Li
2015-11-17Revert "Make FP_CONTRACT ON the default."Manuel Klimek
2015-11-16Make FP_CONTRACT ON the default.Stephen Canon
2015-11-12Revert r240335.Richard Smith
2015-11-09[EABI] Add Clang support for -meabi flagRenato Golin
2015-11-05After some discussion, promote -fobjc-weak to a driver option.John McCall
2015-11-03Introduce module file extensions to piggy-back data onto module files.Douglas Gregor
2015-10-27Allow linking multiple bitcode files.Artem Belevich