summaryrefslogtreecommitdiff
path: root/test/Driver/debug-options.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid assert failure on some invalid cc1 options.Douglas Katzman2016-01-061-0/+5
* Driver part of debugger tuning.Paul Robinson2015-12-191-5/+26
* Tweak a -g related test for the PS4Filipe Cabecinhas2015-10-141-1/+7
* Bring back r250262: PS4 toolchainFilipe Cabecinhas2015-10-141-1/+16
* Revert-to-green r250262 (PS4 toolchain patch)Sean Silva2015-10-141-14/+0
* I took care of the build problem in the commit 250252.Ekaterina Romanova2015-10-141-0/+14
* reverting my patch, cause build problemsEkaterina Romanova2015-10-141-14/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-10-131-0/+14
* Unbreak 'debug-options' test when builder is DarwinDouglas Katzman2015-10-081-1/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-19/+15
* Alias "-ggdbN" to "-gN" options, fixing some incompatibilities.Douglas Katzman2015-09-301-2/+2
* Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell2015-09-251-14/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-09-241-0/+14
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-0/+5
* Actually "RUN:" the tests...Filipe Cabecinhas2015-07-161-12/+12
* Treat -g1 as -gline-tables-onlyHal Finkel2014-10-211-0/+2
* specify dwarf version for SolarisAlexander Eremin2014-10-161-0/+2
* Enable -gcolumn-info by default.Diego Novillo2014-07-101-0/+8
* Use dwarf-2 by default on OpenBSD and FreeBSD.Brad Smith2014-06-131-11/+19
* Driver: Support -gmlt as an alias for -gline-tables-onlyDavid Blaikie2014-03-111-0/+2
* Revert "Debug info: Make DWARF4 the default for Darwin, too."Adrian Prantl2014-02-171-2/+13
* Add a command line option -gdwarf-aranges that will turn on emittingEric Christopher2014-02-141-1/+5
* Debug info: Make DWARF4 the default for Darwin, too.Adrian Prantl2014-02-141-13/+2
* Driver: support -fno-debug-types-section to override -fdebug-types-sectionDavid Blaikie2014-01-271-0/+6
* Driver support for -fdebug-types-sectionsDavid Blaikie2014-01-181-2/+6
* Set default Dwarf Version for -gline-tables-only on Darwin to 2.Manman Ren2013-11-201-0/+8
* Add support for -ggnu-pubnames matching the llvm support.Eric Christopher2013-09-131-0/+4
* Update testing cases to check dwarf-2 for Darwin.Manman Ren2013-07-031-10/+39
* Debug Info: set default to gdwarf-2 for Darwin.Manman Ren2013-07-021-2/+3
* Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren2013-06-191-1/+4
* Accept and ignore -fdebug-types-section for now. This will be usedEric Christopher2013-06-181-1/+2
* FileCheck-ize.Eric Christopher2013-06-181-2/+4
* Reduce temp file pollution in some test cases.Benjamin Kramer2012-08-031-1/+1
* Improve support for -g options accepted by Clang:Alexey Samsonov2012-06-211-36/+30
* Make Clang driver pass the last option from -g group to the compiler.Alexey Samsonov2012-05-291-1/+19
* This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov2012-05-041-0/+5
* [driver] Add support for -g2 and -ggdb debug flags.Chad Rosier2012-02-281-0/+8
* test/Driver/debug-options*.c: Tweak r147819 to split out another cc1as-sensit...NAKAMURA Takumi2012-01-121-4/+0
* Add -g to the cc1as flags only if we're dealing with an originalEric Christopher2012-01-101-0/+4
* Split out clang/test/Driver/debug-options-as.c from debug-options.c, and mark...NAKAMURA Takumi2011-12-311-7/+0
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-221-0/+7
* [driver] Don't blindly accept all -g options.Chad Rosier2011-11-041-0/+19