summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang_f_opts.c
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Ignore -fno-semantic-interpositionFangrui Song2020-01-141-0/+1
* [Clang][Driver] Re-use the calling process instead of creating a new process ...Alexandre Ganea2020-01-131-1/+1
* driver: Allow -fdebug-compilation-dir=foo in joined form.Nico Weber2020-01-101-1/+3
* Re-land "Add an -fno-temp-file flag for compilation"Hans Wennborg2019-12-191-0/+3
* Revert "Add an -fno-temp-file flag for compilation"Mitch Phillips2019-12-181-3/+0
* Add an -fno-temp-file flag for compilationHans Wennborg2019-12-181-0/+3
* Also check /Fo when deciding on the .gcna / .gcda filename (PR44208)Hans Wennborg2019-12-051-0/+3
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-051-2/+16
* Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower2019-12-041-16/+2
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-041-2/+16
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-181-16/+2
* Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...Melanie Blower2019-11-071-2/+16
* [Driver] Refactor interaction between -f(no-)?omit-frame-pointer and -m(no-)?...Fangrui Song2019-07-121-5/+0
* Promote -fdebug-compilation-dir from a cc1 flag to clang and clang-cl driver ...Nico Weber2019-06-171-1/+5
* 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
OpenPOWER on IntegriCloud