summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2016-05-29Avoid unnecessary std::string copies. NFC.Benjamin Kramer
2016-05-29Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola
2016-05-27[Driver] Fix driver support for color diagnosticsBruno Cardoso Lopes
2016-05-27Turn copies into references as suggested by clang-tidy's performance-unnecess...Benjamin Kramer
2016-05-27[OPENMP] Fixed processing of '-fopenmp-version=' option and test.Alexey Bataev
2016-05-26[OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosingAlexey Bataev
2016-05-24[Driver] Add support for -finline-functions and /Ob2 flagsHans Wennborg
2016-05-23[CUDA] Add -fcuda-approx-transcendentals flag.Justin Lebar
2016-05-19[CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default.Artem Belevich
2016-05-19Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-18Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev
2016-05-16Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,...Vedant Kumar
2016-05-16Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-14Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, N...Chandler Carruth
2016-05-13Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-13Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-13[ProfileData] (clang) Use Error in InstrProf and Coverage, NFCVedant Kumar
2016-05-12[ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas
2016-05-11Embed bitcode in object file (clang cc1 part)Steven Wu
2016-05-06Frontend: support -I=path for sysroot expansionSaleem Abdulrasool
2016-05-04[SystemZ] Add -mbackchain option.Marcin Koscielnicki
2016-05-04Do not disable completely loop unroll when optimizing for size.Marianne Mailhot-Sarrasin
2016-05-04[X86] Add -malign-double supportReid Kleckner
2016-04-29[CUDA] Copy host builtin types to NVPTXTargetInfo.Justin Lebar
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne
2016-04-28Revert r267784, r267824 and r267830.Benjamin Kramer
2016-04-27Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne
2016-04-27Set the default C standard to C99 when targeting the PS4.Sunil Srivastava
2016-04-26[OpenCL] Add predefined macros.Yaxun Liu
2016-04-08Always have clang pass -pie-level and -pic-level values to the code generator.Wei Mi
2016-04-08Move EABIVersion from CodeGenOptions to TargetOptionsSaleem Abdulrasool
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith
2016-04-06Revert "Set the default C standard to C99 when targeting the PS4."Sean Silva
2016-04-05[CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar
2016-04-05Add -fno-jump-tables and-fjump-tables flagsNirav Dave
2016-04-04Set the default C standard to C99 when targeting the PS4.Sunil Srivastava
2016-03-30[CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar
2016-03-29[CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar
2016-03-24The time when -faltivec (or, on clang only, -maltivec) will magicallyEric Christopher
2016-03-21Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper
2016-03-20Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes
2016-03-18Add -fnative-half-arguments-and-returnsPirama Arumuga Nainar
2016-03-17Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes
2016-03-17Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes
2016-03-16Convert some ObjC msgSends to runtime calls.Pete Cooper
2016-03-15Make it possible for AST plugins to enable themselves by defaultJohn Brawn
2016-03-15Restrict the hack from r263429 to asan and msan.Benjamin Kramer
2016-03-15[ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson