summaryrefslogtreecommitdiff
path: root/compopt.c
Commit message (Expand)AuthorAgeFilesLines
* Bail out on too hard compiler option -PJoel Rosdahl2016-07-271-0/+1
* c99: Declare variables closer to their first useJoel Rosdahl2016-07-231-2/+1
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-25/+22
* Mark -B as taking a pathJoel Rosdahl2016-07-211-1/+1
* Make calculate_object_hash handle argument-less -B etc. correctlyJoel Rosdahl2016-07-161-0/+1
* Merge branch '3.2-maint'Joel Rosdahl2016-06-041-0/+1
|\
| * Bail out on compiler option -fstack-usageJoel Rosdahl2016-06-041-0/+1
* | Adjust code as suggested by uncrustifyJoel Rosdahl2016-02-171-1/+1
* | Recognize concatenated form of some long compiler optionsJoel Rosdahl2016-02-061-12/+20
|/
* Fix cppcheck warnings/suggestionsJoel Rosdahl2016-01-021-10/+1
* Pass -stdlib= only to preprocessorMatthias Kretz2015-10-301-0/+1
* Revert "Recognize concatenated form of some compiler options"Joel Rosdahl2015-09-051-13/+12
* Recognize concatenated form of some compiler optionsJoel Rosdahl2015-09-051-12/+13
* Bail out on --save-temps, an alias for -save-tempsMichael Marineau2015-08-161-0/+1
* Update source code style according to uncrustifyJoel Rosdahl2015-08-051-4/+4
* DwarfFission: -gsplit-dwarf supportChiaki Ishikawa2015-06-281-1/+0
* Add support for coverage (compiling for gcov)Anders Björklund2015-03-311-2/+0
* Bail out on too hard compiler option -fplugin=libcc1pluginJoel Rosdahl2015-03-081-0/+1
* Bail out on too hard compiler option "-fmodules"Joel Rosdahl2015-03-081-1/+2
* Merge branch 'maint'Joel Rosdahl2013-08-081-1/+2
|\
| * Bail out on option -gsplit-dwarf which produces multiple output filesJoel Rosdahl2013-08-081-1/+2
| * Support -Xclang compiler option.Bernhard Bauer2013-01-081-0/+1
* | Minor cleanupsJoel Rosdahl2012-11-251-1/+1
* | Store clang diagnostic file to cacheDavid Givone2012-11-251-0/+1
* | Minor code cleanupJoel Rosdahl2012-11-081-10/+8
* | Don't pass preprocessor options to compiler during second compilation phaseDavid Givone2012-11-081-1/+46
* | Fix issue to handle the -arch compiler option with argDavid Givone2012-09-131-0/+1
* | support for precompiled headers with clangLuboš Luňák2012-07-131-0/+1
* | Support -Xclang compiler option.Bernhard Bauer2011-08-161-0/+1
* | refactor to handle profile directoriesChris AtLee2011-07-221-12/+0
* | handle -fprofile-useChris AtLee2011-07-201-1/+1
* | Get -fprofile-generate, -fprofile-arcs workingChris AtLee2011-07-201-4/+12
|/
* Support rewriting paths in -F/-iframework GCC optionsGrigory Entin2011-04-171-0/+2
* Put -E compiler option check in the compopts tableJoel Rosdahl2010-11-211-0/+1
* Move lists of compiler options' semantics into a separate compopt.c fileJoel Rosdahl2010-09-011-0/+155