aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
2013-02-18Fix up grammar a bit.Eric Christopher
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-18Unify some code. No functional change.Eric Christopher
2013-02-10Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960>Bob Wilson
2013-02-10Delete an extra blank line.Bob Wilson
2013-02-10Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731>Bob Wilson
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
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-05Adding armv7l default to cortex-a8Renato Golin
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher
2013-02-05Spaces instead of tabs.Eric 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-01[driver] Don't try to generate diagnostic information for dsymutil crashes.Chad Rosier
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[driver] Clear the FailureResultFiles when initializing clang diagnostics. Also,Chad Rosier
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-29[driver] Refactor the driver so that a failing commands doesn't preventChad Rosier
2013-01-28Fix comment.Eric Christopher
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-23[Driver] Don't remove non-regular files that were outputs.Daniel Dunbar
2013-01-22[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier
2013-01-22[ASan] Link with the dynamic runtime on OS XAlexander Potapenko
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-15[driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".Daniel Dunbar
2013-01-13Refactor the x86 CPU name logic in the driver and pass -march and -mcpuChandler Carruth
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-10ToolChains: Minor touchup to use correct type, avoid truncation.Will Dietz
2013-01-10[Mips] Pass a combination of +soft-float and -mips16-hard-float flags toSimon Atanasyan
2013-01-06Prepare for the upcoming version of Debian (jessie)Sylvestre Ledru
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-29Fix a typo that caused a few standard library implementations of sort toChandler Carruth
2012-12-29Try to re-structure the GCCVersion comparison routine to make it easierChandler Carruth
2012-12-24Support -fsanitize-memory-track-origins.Evgeniy Stepanov