summaryrefslogtreecommitdiffstats
path: root/test/Driver/debug-options.c
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Default to standalone debug when tuning for LLDBDavid Blaikie2019-04-161-11/+10
* [test] Specify an explicit darwin version in a triple inAlex Lorenz2019-04-051-1/+1
* Verify that Android targets generate DWARF 4 by default.Stephen Hines2019-04-041-1/+7
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-0/+11
* [codeview] Make "clang -g" emit codeview by default when targetting MSVCReid Kleckner2018-11-141-2/+14
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-131-0/+7
* Re-commit "Enable DWARF accelerator tables by default when tuning for lldb (-...Pavel Labath2018-09-061-2/+5
* Revert "Enable DWARF accelerator tables by default when tuning for lldb (-gll...Pavel Labath2018-09-051-3/+0
* Enable DWARF accelerator tables by default when tuning for lldb (-glldb => -g...Pavel Labath2018-09-051-0/+3
* [DEBUGINFO] Add support for emission of the debug directives only.Alexey Bataev2018-08-311-0/+35
* DebugInfo: Add the ability to disable DWARF name tables entirelyDavid Blaikie2018-08-201-5/+17
* [DebugInfo] Error out when enabling -fdebug-types-section on non-ELF target.Jonas Devlieghere2018-07-231-2/+10
* DebugInfo: Add -gno-gnu-pubnames to allow disabling gnu-pubnames later in the...David Blaikie2018-06-281-0/+3
* Remove -cc1 option "-backend-option".Eli Friedman2018-04-121-2/+2
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-261-0/+10
* [PS4] Tidy up some debug-tuning v. triple decision-making.Paul Robinson2017-09-291-0/+2
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-1/+1
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-241-1/+3
* Reverted r302775Serge Pavlov2017-05-111-3/+1
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-111-1/+3
* Add the -grecord-gcc-switches option and pass the flags down on the compile u...Eric Christopher2017-03-291-2/+23
* [DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud2017-02-091-0/+6
* Improve the CHECK lines in debug-options.c by separating out the checkAdrian Prantl2016-10-171-19/+33
* Driver/Darwin: Set the DWARF version based on the deployment target.Adrian Prantl2016-10-171-18/+29
* [Driver] Let -gline-tables-only win when it comes after -gmodules.Adrian Prantl2016-10-101-0/+11
* Debug info: Bump the default DWARF version on Darwin to 4.Adrian Prantl2016-09-091-4/+8
* Turn off lldb debug tuning by default for FreeBSDDimitry Andric2016-01-071-1/+1
* 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