aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver
AgeCommit message (Expand)AuthorFilesLines
2013-10-29Add support for the separate version of /FI.Rafael Espindola1-0/+3
2013-10-29R600: Add Sea Islands GPUsTom Stellard1-0/+6
2013-10-29Teach the driver to not try to use 'lib32' multilib spellings on ARMChandler Carruth12-4/+40
2013-10-29ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2-0/+9
2013-10-28Revert "Support cross linking to arm on ubuntu."Rafael Espindola15-48/+10
2013-10-28More windows path handling.Rafael Espindola1-2/+2
2013-10-28Relax test to pass with windows paths.Rafael Espindola1-8/+8
2013-10-28Support cross linking to arm on ubuntu.Rafael Espindola15-10/+48
2013-10-27Fix option typo.Rafael Espindola1-2/+2
2013-10-27Fix option spelling.Rafael Espindola2-2/+2
2013-10-27Use -target instead of triple and use FileCheck.Rafael Espindola1-1/+3
2013-10-25Don't check for -L options that gcc doesn't use.Rafael Espindola1-2/+0
2013-10-24Add driver support for FP, SIMD and crypto defaults.Bernard Ogden1-1/+11
2013-10-24Set appropriate FPU default for Linux on v8Bernard Ogden1-0/+5
2013-10-24Teach clang driver about Cortex-A53 and Cortex-A57.Bernard Ogden1-0/+8
2013-10-24ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archsTim Northover1-0/+6
2013-10-24Teach Clang to accept and ignore -f[no-]implicit-templates.Chandler Carruth1-0/+1
2013-10-24Teach Clang to recognize and ignore GCC's -fdiagnostics-show-locationChandler Carruth1-0/+1
2013-10-22Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-insertedRichard Smith2-7/+7
2013-10-21Ignore -fstrength-reduce and -fno-strength-reduce.Rafael Espindola1-0/+1
2013-10-21Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga1-0/+39
2013-10-20Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne1-2/+2
2013-10-20Revert r193022 and r193048. They broke the ubsan test suite.Peter Collingbourne1-11/+10
2013-10-20Driver: libubsan_cxx depends on libubsan. Preserve the topological ordering, ...Benjamin Kramer1-2/+2
2013-10-19When building ubsan, link in ubsan parts first and sanitizer-common second, toNick Lewycky1-10/+11
2013-10-18clang-cl: diagnose setting asm listing filename with multiple inputsHans Wennborg1-0/+2
2013-10-17clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg1-0/+15
2013-10-17[mips] Added -mfp64 and -mfp32 options.Daniel Sanders1-0/+12
2013-10-17Add support to the Clang driver for forwarding all of gfortran's flagsChandler Carruth2-1/+245
2013-10-16Add minimal command line support for the VSX powerpc processor.Eric Christopher1-0/+7
2013-10-16Rework ppc options handling into a features group.Eric Christopher1-1/+0
2013-10-16Emit a .ident saying that clang produced this file.Rafael Espindola1-0/+6
2013-10-16[mips] Enable frame-pointer elimination for -O1 and above.Akira Hatanaka1-0/+9
2013-10-15ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXTFariborz Jahanian2-4/+1
2013-10-15clang/test/Driver/netbsd.c*: Tweak path separators to be matched on win32 dri...NAKAMURA Takumi2-36/+36
2013-10-14Provide a dummy NetBSD tree and use --sysroot in the driver test.Joerg Sonnenberger9-36/+60
2013-10-14For NetBSD/current on X86 do not use libgcc and default to libc++.Joerg Sonnenberger2-0/+90
2013-10-11clang-cl: Mark /FA and /Fa as unsupported optionsHans Wennborg1-0/+1
2013-10-11remove path separator from test/Driver/xcore-opts.cRobert Lytton1-2/+2
2013-10-11XCore target: add an xcore toolchain implementationRobert Lytton1-1/+6
2013-10-10clang-cl: simplify the -m32 -m64 testHans Wennborg1-4/+1
2013-10-10clang-cl: Expose the -m32 and -m64 command-line optionsHans Wennborg1-0/+7
2013-10-10[Mips] Support FSF Mips toolchain directories tree in the Clang driver.Simon Atanasyan370-0/+1405
2013-10-08clang-cl: ignore the /sdl[-] flagHans Wennborg1-0/+1
2013-10-04Revert r191947. The problem is not MIPS-specific and requires moreSimon Atanasyan1-10/+0
2013-10-04[Mips] For MIPS '-fPIC -static' means to compile as -fPIC but link withSimon Atanasyan1-0/+10
2013-10-03Don't complain about -fuse-ld=gold (cf r191429).Nico Weber1-0/+1
2013-10-03Fix the test in clang_f_opts.c to fail on unknown options.Rafael Espindola1-1/+2
2013-10-03Fix test.Rafael Espindola1-1/+2
2013-10-03Make this use -### instead of a temporary output.Eric Christopher1-1/+1