summaryrefslogtreecommitdiffstats
path: root/test/Driver/clang_f_opts.c
Commit message (Expand)AuthorAgeFilesLines
* Order File Instrumentation: add clang support for -forder-file-instrumentationManman Ren2019-03-041-0/+6
* Automatic variable initializationJF Bastien2018-12-181-0/+9
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-0/+15
* Fix linker option for -fprofile-arcs -ftest-coverageMarco Castelluccio2018-11-271-0/+4
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-101-0/+2
* Support -fno-omit-frame-pointer with -pg.Stephen Hines2018-09-131-0/+5
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-191-2/+7
* Implement proper support for `-falign-functions`Saleem Abdulrasool2018-04-191-4/+0
* Disable -fmerge-all-constants as default.Manoj Gupta2018-04-051-0/+8
* [Driver] Add option to manually control discarding value names in LLVM IR.Eric Fiselier2018-02-071-0/+5
* Added Control Flow Protection FlagOren Ben Simhon2018-01-091-0/+14
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-8/+12
* Expose -mllvm -accurate-sample-profile to clang.Dehao Chen2017-08-241-0/+3
* Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger2017-07-011-0/+4
* Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth2017-06-301-7/+0
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-241-1/+1
* Reverted r302775Serge Pavlov2017-05-111-1/+1
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-111-1/+1
* Add support for editor placeholders to ClangAlex Lorenz2017-04-191-0/+5
* Add support for -fno-auto-profile and -fno-profile-sample-useDehao Chen2017-03-211-0/+7
* Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen2017-01-191-0/+5
* Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz2017-01-041-0/+5
* [PM] Introduce options to enable the (still experimental) new passChandler Carruth2016-12-231-0/+8
* Revert - When optimizing for size, enable loop rerolling by defaultMike Edwards2016-10-111-5/+0
* When optimizing for size, enable loop rerolling by defaultHal Finkel2016-10-091-0/+5
* Revert "set the underlying value of “#pragma STDC FP_CONTRACT” on by defa...Renato Golin2016-09-231-6/+3
* set the underlying value of “#pragma STDC FP_CONTRACT” on by defaultSebastian Pop2016-09-231-3/+6
* Add -fprofile-dir= to clang.Nick Lewycky2016-08-311-3/+10
* [Profile] Enable profile merging with -fprofile-generat[=<dir>]Xinliang David Li2016-07-221-1/+1
* [Driver] Add flags for enabling both types of PGO InstrumentationSean Silva2016-07-161-3/+5
* [Driver] Add support for -finline-functions and /Ob2 flagsHans Wennborg2016-05-241-2/+0
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-021-3/+3
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-4/+4
* Revert "[Driver] Make sure -fno-math-builtin option is being passed by the dr...Chad Rosier2016-01-261-3/+0
* [Driver] Make sure -fno-math-builtin option is being passed by the driver.Chad Rosier2016-01-261-0/+3
* Revert "Make FP_CONTRACT ON the default."Manuel Klimek2015-11-171-2/+0
* Make FP_CONTRACT ON the default.Stephen Canon2015-11-161-0/+2
* Recommit "Clang support for -flto=thin."Teresa Johnson2015-10-151-1/+1
* Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson2015-10-151-1/+1
* Clang support for -flto=thin.Teresa Johnson2015-10-151-1/+1
* Add -fno-coverage-mapping flag.Diego Novillo2015-08-051-0/+5
* Add flags to disable profile generation.Diego Novillo2015-08-051-0/+10
* Claim arguments that belong to 'clang_ignored_gcc_optimization_f_Group'Douglas Katzman2015-08-051-0/+13
* Tweak a couple of -fprofile tests in clang/test to accept backslash in path.NAKAMURA Takumi2015-07-101-2/+2
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-091-5/+34
* [Driver] Handle -fno-signed-char and -fno-unsigned-charDavid Majnemer2015-05-231-0/+11
* Fix tests so they work when the linker is gccFilipe Cabecinhas2015-02-121-2/+6
* Alright, just XFAIL all these for Windows.Dan Albert2014-10-101-11/+0
* XFAIL coverage -no-integrated-as tests for msvc.Dan Albert2014-10-101-6/+0
* _Really_ fix these tests (probably).Dan Albert2014-10-101-4/+4