summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete dead code.Rafael Espindola2016-06-211-53/+0
* [OpenCL] Include opencl-c.h by default as a clang moduleYaxun Liu2016-06-201-2/+11
* [OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driverYaxun Liu2016-06-171-7/+17
* [OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.Yaxun Liu2016-06-141-1/+2
* RenderScript support in the FrontendPirama Arumuga Nainar2016-06-091-0/+10
* [asan] Added -fsanitize-address-use-after-scope flagVitaly Buka2016-06-021-1/+3
* Avoid unnecessary std::string copies. NFC.Benjamin Kramer2016-05-291-1/+1
* Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola2016-05-291-0/+1
* [Driver] Fix driver support for color diagnosticsBruno Cardoso Lopes2016-05-271-3/+47
* Turn copies into references as suggested by clang-tidy's performance-unnecess...Benjamin Kramer2016-05-271-1/+1
* [OPENMP] Fixed processing of '-fopenmp-version=' option and test.Alexey Bataev2016-05-271-3/+4
* [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosingAlexey Bataev2016-05-261-12/+17
* [Driver] Add support for -finline-functions and /Ob2 flagsHans Wennborg2016-05-241-2/+6
* [CUDA] Add -fcuda-approx-transcendentals flag.Justin Lebar2016-05-231-0/+3
* [CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default.Artem Belevich2016-05-191-4/+9
* Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-1/+2
* Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev2016-05-181-1/+43
* Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,...Vedant Kumar2016-05-161-2/+1
* Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-1/+2
* Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, N...Chandler Carruth2016-05-141-2/+1
* Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-1/+2
* Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-2/+1
* [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
OpenPOWER on IntegriCloud