summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Propagate the split dwarf file information through into the backendEric Christopher2013-02-221-3/+4
* Driver: Pass down the -march setting down to -cc1as on x86 too.Benjamin Kramer2013-02-221-0/+14
* Split out the command handling for split debug info, we're goingEric Christopher2013-02-221-28/+39
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-0/+3
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-221-0/+5
* Make sure we only use the output file as a base for debug splittingEric Christopher2013-02-221-1/+1
* Make logic smaller.Eric Christopher2013-02-221-7/+4
* Don't pass -split-dwarf= to the backend unless we're on linux forEric Christopher2013-02-211-1/+3
* Remove the SplitDebug action and replace with a set of commandsEric Christopher2013-02-211-37/+49
* Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcdaNick Lewycky2013-02-211-3/+7
* [Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...Alexey Samsonov2013-02-191-0/+8
* More grammar.Eric Christopher2013-02-191-1/+1
* Add support for -fvisibility-ms-compat.John McCall2013-02-191-3/+13
* Unify some "kernel or kext" conditionals.Eric Christopher2013-02-181-5/+3
* Add a comment.Eric Christopher2013-02-181-0/+1
* Clean up comment.Eric Christopher2013-02-181-1/+1
* Grammar.Eric Christopher2013-02-181-1/+1
* Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960>Bob Wilson2013-02-101-4/+12
* Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731>Bob Wilson2013-02-101-1/+2
* Form the default -fmodules-cache-path= properly.Douglas Gregor2013-02-071-1/+3
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-17/+19
* Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor2013-02-071-0/+3
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-051-6/+49
* Add some missing PPC cpusBill Schmidt2013-02-011-0/+13
* Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst...Hal Finkel2013-02-011-0/+5
* Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel2013-02-011-0/+1
* Enable -fno-altivec, -mno-altivec for PowerPC.Bill Schmidt2013-02-011-0/+6
* Add support for AArch64 target.Tim Northover2013-01-311-0/+5
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-291-0/+32
* Print warning instead of error if optional ASan features are enabled w/o spec...Alexey Samsonov2013-01-281-6/+9
* [driver] Associate a JobAction with each result file. This enables the driverChad Rosier2013-01-241-3/+4
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-221-4/+0
* Port r172856: 'Include ubsan runtime even when building a shared library. We ...Alexey Samsonov2013-01-211-3/+3
* Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov2013-01-201-2/+17
* Include ubsan runtime even when building a shared library. We don't require t...Richard Smith2013-01-181-11/+9
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-171-0/+6
* Do not pass -pie flag to linker if -shared specified. This matchesPeter Collingbourne2013-01-171-1/+1
* Add initial rough support for synthesizing linker options when passedChandler Carruth2013-01-171-1/+10
* Fix uninitialized bool flag access in SanitizerArgs parserAlexey Samsonov2013-01-161-2/+2
* Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor2013-01-161-1/+13
* Refactor the x86 CPU name logic in the driver and pass -march and -mcpuChandler Carruth2013-01-131-61/+71
* [Mips] Pass a combination of +soft-float and -mips16-hard-float flags toSimon Atanasyan2013-01-101-1/+8
* Silence some warnings and allow passing down some feature flags to the linker.Rafael Espindola2012-12-311-0/+12
* [ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz2012-12-301-0/+5
* Support -fsanitize-memory-track-origins.Evgeniy Stepanov2012-12-241-0/+7
* Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet2012-12-211-0/+1
* Enable the loop vectorizer in clang via -fvectorizeNadav Rotem2012-12-181-2/+2
* Add support for passing the main file name down to the assemblerEric Christopher2012-12-181-9/+14
* Fix PR14625 by teaching the driver to detect PWD for assembly files.Chandler Carruth2012-12-171-10/+21
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-131-0/+16
OpenPOWER on IntegriCloud