aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2013-03-20Fix redundant comparison in gcc::Common::ConstructJob.Hans Wennborg
2013-03-19[ASan] Make -fsanitize=address always imply -fsanitize=init-orderAlexey Samsonov
2013-03-18Objective-C modern translator. Don't put line infoFariborz Jahanian
2013-03-18Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola
2013-03-18Inline ShouldUseIntegratedAssembler and move the documentation toRafael Espindola
2013-03-18Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola
2013-03-18Make sure to use same EABI version for external assembler as for integrated as.Anton Korobeynikov
2013-03-14[ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...Alexey Samsonov
2013-03-12[driver] Only enable -fmodules-autolink if we are using the integrated assemb...Ted Kremenek
2013-03-12Revert "Disallow using -fmodules with -no-integrated-as."Ted Kremenek
2013-03-11Disallow using -fmodules with -no-integrated-as.Ted Kremenek
2013-03-07Add flags for additional control over coverage generation. Pick the versionNick Lewycky
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