summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ProfileData] (clang) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-1/+2
* [ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas2016-05-121-0/+3
* Embed bitcode in object file (clang cc1 part)Steven Wu2016-05-111-0/+39
* Frontend: support -I=path for sysroot expansionSaleem Abdulrasool2016-05-061-2/+14
* [SystemZ] Add -mbackchain option.Marcin Koscielnicki2016-05-041-0/+2
* Do not disable completely loop unroll when optimizing for size.Marianne Mailhot-Sarrasin2016-05-041-1/+1
* [X86] Add -malign-double supportReid Kleckner2016-05-041-0/+1
* [CUDA] Copy host builtin types to NVPTXTargetInfo.Justin Lebar2016-04-291-0/+6
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-2/+1
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-1/+2
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-2/+1
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-271-3/+8
* [OpenCL] Add predefined macros.Yaxun Liu2016-04-261-3/+2
* Always have clang pass -pie-level and -pic-level values to the code generator.Wei Mi2016-04-081-7/+12
* Move EABIVersion from CodeGenOptions to TargetOptionsSaleem Abdulrasool2016-04-081-16/+17
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-1/+1
* Revert "Set the default C standard to C99 when targeting the PS4."Sean Silva2016-04-061-8/+3
* [CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar2016-04-051-0/+3
* Add -fno-jump-tables and-fjump-tables flagsNirav Dave2016-04-051-0/+2
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-041-3/+8
* [CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar2016-03-301-0/+3
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-291-9/+0
* The time when -faltivec (or, on clang only, -maltivec) will magicallyEric Christopher2016-03-241-4/+0
* 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
OpenPOWER on IntegriCloud