aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2013-03-04Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.Bob Wilson
2013-03-04Tidy up lists of Cortex-A series processors, adding entries for A7.Bob Wilson
2013-03-04Check for warnings in a bunch of the linker invocations, and add oneChandler Carruth
2013-02-27[Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64Simon Atanasyan
2013-02-27[Sanitizer] Change driver behavior when linking with -fsanitize=thread and -f...Alexey Samsonov
2013-02-22Propagate the split dwarf file information through into the backendEric Christopher
2013-02-22Driver: Pass down the -march setting down to -cc1as on x86 too.Benjamin Kramer
2013-02-22Split out the command handling for split debug info, we're goingEric Christopher
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2013-02-22Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith
2013-02-22Make sure we only use the output file as a base for debug splittingEric Christopher
2013-02-22Make logic smaller.Eric Christopher
2013-02-21Don't pass -split-dwarf= to the backend unless we're on linux forEric Christopher
2013-02-21Remove the SplitDebug action and replace with a set of commandsEric Christopher
2013-02-21Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcdaNick Lewycky
2013-02-19[Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...Alexey Samsonov
2013-02-19More grammar.Eric Christopher
2013-02-19Add support for -fvisibility-ms-compat.John McCall
2013-02-18Unify some "kernel or kext" conditionals.Eric Christopher
2013-02-18Add a comment.Eric Christopher
2013-02-18Clean up comment.Eric Christopher
2013-02-18Grammar.Eric Christopher
2013-02-10Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960>Bob Wilson
2013-02-10Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731>Bob Wilson
2013-02-07Form the default -fmodules-cache-path= properly.Douglas Gregor
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2013-02-07Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher
2013-02-01Add some missing PPC cpusBill Schmidt
2013-02-01Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst...Hal Finkel
2013-02-01Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel
2013-02-01Enable -fno-altivec, -mno-altivec for PowerPC.Bill Schmidt
2013-01-31Add support for AArch64 target.Tim Northover
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-28Print warning instead of error if optional ASan features are enabled w/o spec...Alexey Samsonov
2013-01-24[driver] Associate a JobAction with each result file. This enables the driverChad Rosier
2013-01-22[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier
2013-01-21Port r172856: 'Include ubsan runtime even when building a shared library. We ...Alexey Samsonov
2013-01-20Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov
2013-01-18Include ubsan runtime even when building a shared library. We don't require t...Richard Smith
2013-01-17We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-17Do not pass -pie flag to linker if -shared specified. This matchesPeter Collingbourne
2013-01-17Add initial rough support for synthesizing linker options when passedChandler Carruth
2013-01-16Fix uninitialized bool flag access in SanitizerArgs parserAlexey Samsonov
2013-01-16Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor
2013-01-13Refactor the x86 CPU name logic in the driver and pass -march and -mcpuChandler Carruth
2013-01-10[Mips] Pass a combination of +soft-float and -mips16-hard-float flags toSimon Atanasyan
2012-12-31Silence some warnings and allow passing down some feature flags to the linker.Rafael Espindola
2012-12-30[ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz
2012-12-24Support -fsanitize-memory-track-origins.Evgeniy Stepanov