summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* If a .syms file is available alongside a sanitizer runtime, pass it to theRichard Smith2013-03-231-3/+14
* <rdar://problem/13477190> Give the Clang module cache directory some structur...Douglas Gregor2013-03-211-1/+2
* Split ubsan runtime into three pieces (clang part):Richard Smith2013-03-201-11/+27
* Fix redundant comparison in gcc::Common::ConstructJob.Hans Wennborg2013-03-201-1/+1
* [ASan] Make -fsanitize=address always imply -fsanitize=init-orderAlexey Samsonov2013-03-191-8/+0
* Objective-C modern translator. Don't put line infoFariborz Jahanian2013-03-181-1/+5
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-181-3/+3
* Inline ShouldUseIntegratedAssembler and move the documentation toRafael Espindola2013-03-181-10/+3
* Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola2013-03-181-3/+2
* Make sure to use same EABI version for external assembler as for integrated as.Anton Korobeynikov2013-03-181-0/+1
* [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...Alexey Samsonov2013-03-141-0/+8
* [driver] Only enable -fmodules-autolink if we are using the integrated assemb...Ted Kremenek2013-03-121-10/+13
* Revert "Disallow using -fmodules with -no-integrated-as."Ted Kremenek2013-03-121-14/+2
* Disallow using -fmodules with -no-integrated-as.Ted Kremenek2013-03-111-2/+14
* Add flags for additional control over coverage generation. Pick the versionNick Lewycky2013-03-071-2/+9
* Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.Bob Wilson2013-03-041-5/+7
* Tidy up lists of Cortex-A series processors, adding entries for A7.Bob Wilson2013-03-041-3/+5
* Check for warnings in a bunch of the linker invocations, and add oneChandler Carruth2013-03-041-2/+2
* [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64Simon Atanasyan2013-02-271-16/+12
* [Sanitizer] Change driver behavior when linking with -fsanitize=thread and -f...Alexey Samsonov2013-02-271-49/+33
* 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
OpenPOWER on IntegriCloud