aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-27[OPENMP] Fixed processing of '-fopenmp-version=' option and test.Alexey Bataev1-3/+4
2016-05-26[OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosingAlexey Bataev1-12/+17
2016-05-24[Driver] Add support for -finline-functions and /Ob2 flagsHans Wennborg1-2/+6
2016-05-23[CUDA] Add -fcuda-approx-transcendentals flag.Justin Lebar1-0/+3
2016-05-19[CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default.Artem Belevich1-4/+9
2016-05-19Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-1/+2
2016-05-18Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev1-1/+43
2016-05-16Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,...Vedant Kumar1-2/+1
2016-05-16Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-1/+2
2016-05-14Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, N...Chandler Carruth1-2/+1
2016-05-13Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-1/+2
2016-05-13Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-2/+1
2016-05-13[ProfileData] (clang) Use Error in InstrProf and Coverage, NFCVedant Kumar1-1/+2
2016-05-12[ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas1-0/+3
2016-05-11Embed bitcode in object file (clang cc1 part)Steven Wu1-0/+39
2016-05-06Frontend: support -I=path for sysroot expansionSaleem Abdulrasool1-2/+14
2016-05-04[SystemZ] Add -mbackchain option.Marcin Koscielnicki1-0/+2
2016-05-04Do not disable completely loop unroll when optimizing for size.Marianne Mailhot-Sarrasin1-1/+1
2016-05-04[X86] Add -malign-double supportReid Kleckner1-0/+1
2016-04-29[CUDA] Copy host builtin types to NVPTXTargetInfo.Justin Lebar1-0/+6
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne1-2/+1
2016-04-28Revert r267784, r267824 and r267830.Benjamin Kramer1-1/+2
2016-04-27Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne1-2/+1
2016-04-27Set the default C standard to C99 when targeting the PS4.Sunil Srivastava1-3/+8
2016-04-26[OpenCL] Add predefined macros.Yaxun Liu1-3/+2
2016-04-08Always have clang pass -pie-level and -pic-level values to the code generator.Wei Mi1-7/+12
2016-04-08Move EABIVersion from CodeGenOptions to TargetOptionsSaleem Abdulrasool1-16/+17
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith1-1/+1
2016-04-06Revert "Set the default C standard to C99 when targeting the PS4."Sean Silva1-8/+3
2016-04-05[CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar1-0/+3
2016-04-05Add -fno-jump-tables and-fjump-tables flagsNirav Dave1-0/+2
2016-04-04Set the default C standard to C99 when targeting the PS4.Sunil Srivastava1-3/+8
2016-03-30[CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar1-0/+3
2016-03-29[CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar1-9/+0
2016-03-24The time when -faltivec (or, on clang only, -maltivec) will magicallyEric Christopher1-4/+0
2016-03-21Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper1-3/+0
2016-03-20Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-2/+2
2016-03-18Add -fnative-half-arguments-and-returnsPirama Arumuga Nainar1-1/+6
2016-03-17Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes1-2/+2
2016-03-17Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-2/+2
2016-03-16Convert some ObjC msgSends to runtime calls.Pete Cooper1-0/+3
2016-03-15Make it possible for AST plugins to enable themselves by defaultJohn Brawn1-10/+2
2016-03-15Restrict the hack from r263429 to asan and msan.Benjamin Kramer1-2/+4
2016-03-15[ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson1-1/+1
2016-03-14Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson1-1/+1
2016-03-14[ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson1-1/+1
2016-03-14[OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao1-2/+2
2016-03-14[Frontend] Disable value name discarding for all sanitizers.Benjamin Kramer1-6/+7
2016-03-14Temporarily make discard value names depend on whether or not we'reEric Christopher1-1/+6
2016-03-13Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini1-0/+1