summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper2016-03-211-3/+0
* Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-201-2/+2
* Add -fnative-half-arguments-and-returnsPirama Arumuga Nainar2016-03-181-1/+6
* Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes2016-03-171-2/+2
* Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-171-2/+2
* Convert some ObjC msgSends to runtime calls.Pete Cooper2016-03-161-0/+3
* Make it possible for AST plugins to enable themselves by defaultJohn Brawn2016-03-151-10/+2
* Restrict the hack from r263429 to asan and msan.Benjamin Kramer2016-03-151-2/+4
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-151-1/+1
* Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson2016-03-141-1/+1
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-141-1/+1
* [OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao2016-03-141-2/+2
* [Frontend] Disable value name discarding for all sanitizers.Benjamin Kramer2016-03-141-6/+7
* Temporarily make discard value names depend on whether or not we'reEric Christopher2016-03-141-1/+6
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-0/+1
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-021-26/+47
* clang-cl: Implement initial limited support for precompiled headers.Nico Weber2016-03-011-0/+1
* [PGO] clang cc1 option change to enable IR level instrumentationRong Xu2016-02-291-2/+7
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-0/+3
* Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes2016-02-231-2/+2
* [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-02-221-2/+2
* [MSVC Compat] Implement -EHc semanticsDavid Majnemer2016-02-201-0/+1
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-191-9/+1
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-171-0/+1
* Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao2016-02-081-1/+18
* Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin2016-02-071-18/+1
* Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao2016-02-061-1/+18
* 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
OpenPOWER on IntegriCloud