summaryrefslogtreecommitdiff
path: root/test/Driver/clang_f_opts.c
AgeCommit message (Expand)Author
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2017-08-24Expose -mllvm -accurate-sample-profile to clang.Dehao Chen
2017-07-01Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger
2017-06-30Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth
2017-05-24Driver must return non-zero code on errors in command lineSerge Pavlov
2017-05-11Reverted r302775Serge Pavlov
2017-05-11Driver must return non-zero code on errors in command lineSerge Pavlov
2017-04-19Add support for editor placeholders to ClangAlex Lorenz
2017-03-21Add support for -fno-auto-profile and -fno-profile-sample-useDehao Chen
2017-01-19Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen
2017-01-04Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz
2016-12-23[PM] Introduce options to enable the (still experimental) new passChandler Carruth
2016-10-11Revert - When optimizing for size, enable loop rerolling by defaultMike Edwards
2016-10-09When optimizing for size, enable loop rerolling by defaultHal Finkel
2016-09-23Revert "set the underlying value of “#pragma STDC FP_CONTRACT” on by defa...Renato Golin
2016-09-23set the underlying value of “#pragma STDC FP_CONTRACT” on by defaultSebastian Pop
2016-08-31Add -fprofile-dir= to clang.Nick Lewycky
2016-07-22[Profile] Enable profile merging with -fprofile-generat[=<dir>]Xinliang David Li
2016-07-16[Driver] Add flags for enabling both types of PGO InstrumentationSean Silva
2016-05-24[Driver] Add support for -finline-functions and /Ob2 flagsHans Wennborg
2016-03-02[PGO] Change profile use cc1 option to handle IR level profilesRong Xu
2016-02-04[PGO] cc1 option name change for profile instrumentationRong Xu
2016-01-26Revert "[Driver] Make sure -fno-math-builtin option is being passed by the dr...Chad Rosier
2016-01-26[Driver] Make sure -fno-math-builtin option is being passed by the driver.Chad Rosier
2015-11-17Revert "Make FP_CONTRACT ON the default."Manuel Klimek
2015-11-16Make FP_CONTRACT ON the default.Stephen Canon
2015-10-15Recommit "Clang support for -flto=thin."Teresa Johnson
2015-10-15Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson
2015-10-15Clang support for -flto=thin.Teresa Johnson
2015-08-05Add -fno-coverage-mapping flag.Diego Novillo
2015-08-05Add flags to disable profile generation.Diego Novillo
2015-08-05Claim arguments that belong to 'clang_ignored_gcc_optimization_f_Group'Douglas Katzman
2015-07-10Tweak a couple of -fprofile tests in clang/test to accept backslash in path.NAKAMURA Takumi
2015-07-09Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo
2015-05-23[Driver] Handle -fno-signed-char and -fno-unsigned-charDavid Majnemer
2015-02-12Fix tests so they work when the linker is gccFilipe Cabecinhas
2014-10-10Alright, just XFAIL all these for Windows.Dan Albert
2014-10-10XFAIL coverage -no-integrated-as tests for msvc.Dan Albert
2014-10-10_Really_ fix these tests (probably).Dan Albert
2014-10-10Hopefully fixes test failures for msvc.Dan Albert
2014-10-10PR21195: Emit .gcno files to the proper location.Dan Albert
2014-08-27Driver: Restore -fkeep-inline-functions as an ignored flagJustin Bogner
2014-08-26Ignore -fdevirtualize and -fdevirtualize-speculatively for gcc compatReid Kleckner
2014-08-11GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in...Sylvestre Ledru
2014-08-07Driver: Add tests for -fprofile-arcs and -fno-profile-arcsJustin Bogner
2014-08-05Remove trailing whitespacesRui Ueyama
2014-08-05Added f and m flags to be ignored. These will not display a warning. The revi...Arthur Marble
2014-08-05Added flags that should be ignored for compatibility. These flags will displayArthur Marble
2014-07-23Split -Winvalid-command-line-argument into -Wignored-optimization-argumentReid Kleckner
2014-07-18Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warningArthur Marble