- 2951187 Reject -no-integrated-as on windows. by Rafael Espindola · 12 years ago
- e8b87f9 Don't actually invoke codegen in driver test. by Benjamin Kramer · 12 years ago
- 4a79296 Revert svn r176894 and r177658. by Bob Wilson · 12 years ago
- 76e6e13 If a .syms file is available alongside a sanitizer runtime, pass it to the by Richard Smith · 12 years ago
- 595b1bc This ugly regex is required because on Windows, the paths come out as \\ delimited instead of / delimited. Fixes a test breakage since r176894. by Aaron Ballman · 12 years ago
- 61a574f Split ubsan runtime into three pieces (clang part): by Richard Smith · 12 years ago
- 3309229 Fix redundant comparison in gcc::Common::ConstructJob. by Hans Wennborg · 12 years ago
- ccc45d2 Go back to using the integrated assembler on windows ever when passed by Rafael Espindola · 12 years ago
- 7d0d85f [ASan] Make -fsanitize=address always imply -fsanitize=init-order by Alexey Samsonov · 12 years ago
- b234e74 Make sure to use same EABI version for external assembler as for integrated as. by Anton Korobeynikov · 12 years ago
- 7ac415b [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled). by Alexey Samsonov · 12 years ago
- 054d047 Make modules.m test portable, now that autolinking is dependent on whether or not the target uses the integrated assembler. by Ted Kremenek · 12 years ago
- 4c1adcc [driver] Only enable -fmodules-autolink if we are using the integrated assembler. by Ted Kremenek · 12 years ago
- 61d16c1 Driver: -ccc-install-dir should affect cc1 -resource-dir by Jim Grosbach · 12 years ago
- 327a6d9 Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while." by Bob Wilson · 12 years ago
- a29e0fa Revert r166370 and r166540 now that Xcode 4.6 has been available for a while. by Bob Wilson · 12 years ago
- c06fcdf Revert "Disallow using -fmodules with -no-integrated-as." by Ted Kremenek · 12 years ago
- e8a1efc Remove driver support for Hexagon V2 and V3 by Matthew Curtis · 12 years ago
- ebf0f43 Disallow using -fmodules with -no-integrated-as. by Ted Kremenek · 12 years ago
- 480760f [driver] If we're just linking, don't report --param X as unused option. by Chad Rosier · 12 years ago
- f2e7c35 Driver: add support for new style multiarch in Ubuntu 13.04 by Dmitri Gribenko · 12 years ago
- 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 12 years ago
- 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 12 years ago
- ebed32c Add a test that we are passing the -fobjc-default-synthesize flag for Apple and by David Chisnall · 12 years ago
- 2503ebd Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. by Bob Wilson · 12 years ago
- 68f94db Check for warnings in a bunch of the linker invocations, and add one by Chandler Carruth · 12 years ago
- 0074d38 Beef up the testing of our 'ld' invocation on linux to cover static by Chandler Carruth · 12 years ago
- be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 12 years ago
- 4c4df45 [driver] The failure of any phase (e.g., preprocess, compile, assemble) for a by Chad Rosier · 12 years ago
- e9616a4 [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64 by Simon Atanasyan · 12 years ago
- 8614304 [Sanitizer] Change driver behavior when linking with -fsanitize=thread and -fsanitize=memory. TSan/MSan also provide their versions of new/delete and should use the same strategy as ASan. Share the code that sets linker flags for all sanitizers. by Alexey Samsonov · 12 years ago
- 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 12 years ago
- d79f1f3 Allow dash before "ld" in android driver test. by Evgeniy Stepanov · 12 years ago
- c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 12 years ago
- d620e09 Add more attributes from the command line to functions. by Bill Wendling · 12 years ago
- a0a628f ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. by Richard Smith · 12 years ago
- efc5b67 Driver: Pass down the -march setting down to -cc1as on x86 too. by Benjamin Kramer · 12 years ago
- 8019039 Split out the command handling for split debug info, we're going by Eric Christopher · 12 years ago
- 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
- 5704d34 Make sure we only use the output file as a base for debug splitting by Eric Christopher · 12 years ago
- 1c885a5 clang/test/Driver/qa_override.c: Appease gcc-driver. by NAKAMURA Takumi · 12 years ago
- f870e12 Don't pass -split-dwarf= to the backend unless we're on linux for now. by Eric Christopher · 12 years ago
- 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 12 years ago
- 51d1095 Try to fix the test for cmake builds, where clang is called clang-3.3. by Benjamin Kramer · 12 years ago
- 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 12 years ago
- f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
- a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
- f0c5456 Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960> by Bob Wilson · 12 years ago
- 7a9e91a Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731> by Bob Wilson · 12 years ago
- 1975c17 Accept and ignore the -fextended-identifiers option. by Jordan Rose · 12 years ago
- c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
- 2821e18 Add some missing PPC cpus by Bill Schmidt · 12 years ago
- 3c6aaeb Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set by Hal Finkel · 12 years ago
- d123dc6 Revise unit testing for -fno-altivec, -mno-altivec. by Bill Schmidt · 12 years ago
- 5ccd3d0 Add PPC A2Q core and BG/Q preprocessor definitions by Hal Finkel · 12 years ago
- c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
- 7ba96ae Sometimes ld is just ld. by Matt Beaumont-Gay · 12 years ago
- e87edbd clang/test/Driver/asan-ld.c: Try not to mismatch temporary file, like "tmpkcfdld". by NAKAMURA Takumi · 12 years ago
- 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 12 years ago
- a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 12 years ago
- 4738f2d [driver] Revise this test to remove the dependency on the integrate assembler. by Chad Rosier · 12 years ago
- 1407b49 FileCheck'ize test by Dmitri Gribenko · 12 years ago
- 3e335c1 Print warning instead of error if optional ASan features are enabled w/o specifying -fsanitize=address by Alexey Samsonov · 12 years ago
- 643728a clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. by NAKAMURA Takumi · 12 years ago
- d7e87b2 clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for now. by NAKAMURA Takumi · 12 years ago
- 33eb9b5 Create clang/test/Driver/lit.local.cfg. by NAKAMURA Takumi · 12 years ago
- 9d71863 [driver] Associate a JobAction with each result file. This enables the driver by Chad Rosier · 12 years ago
- d069c3d clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'. by NAKAMURA Takumi · 12 years ago
- 6ea3a2a [Driver] Don't remove non-regular files that were outputs. by Daniel Dunbar · 12 years ago
- b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 12 years ago
- 6a94c1e [ASan] Fixed darwin-sanitizer-ld.c to match the flags after the switch to the dynamic runtime. by Alexander Potapenko · 12 years ago
- 2cb3d30 Port r172856: 'Include ubsan runtime even when building a shared library. We don't require executable to be linked with UBSan.' to Mac by Alexey Samsonov · 12 years ago
- 4bdc604 Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. by Alexey Samsonov · 12 years ago
- 79188ae Include ubsan runtime even when building a shared library. We don't require the executable to be linked with UBSan. by Richard Smith · 12 years ago
- 0234179 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 12 years ago
- 17d481f Do not pass -pie flag to linker if -shared specified. This matches by Peter Collingbourne · 12 years ago
- a40548c Fix uninitialized bool flag access in SanitizerArgs parser by Alexey Samsonov · 12 years ago
- 05a10ff clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". by NAKAMURA Takumi · 12 years ago
- f43b721 Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 12 years ago
- 3214254 [driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /". by Daniel Dunbar · 12 years ago
- 08e79d2 [driver] Warnings for warning options are handled by the frontend. The driver needs to process the by Chad Rosier · 12 years ago
- 700d4e4 Refactor the x86 CPU name logic in the driver and pass -march and -mcpu by Chandler Carruth · 12 years ago
- e1d792f [Mips] Pass a combination of +soft-float and -mips16-hard-float flags to by Simon Atanasyan · 12 years ago
- a879a16 Add missing spaces. This doesn't cause problems in practice because we only warn by Rafael Espindola · 12 years ago
- c117f39 Correct OpenBSD profiling test by Dmitri Gribenko · 12 years ago
- 6cc2a68 Silence some warnings and allow passing down some feature flags to the linker. by Rafael Espindola · 12 years ago
- 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 12 years ago
- a57b3b4 Produce an actual error before attempting to attach notes to it when bailing out by Richard Smith · 12 years ago
- 34ef11b Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 12 years ago
- 0a19ee8 Insulate this test from the whims of the random number generator. by Matt Beaumont-Gay · 12 years ago
- 30fd671 clang/test/Driver/warning-options.cpp: Appease MSYS bash. by NAKAMURA Takumi · 12 years ago
- 6b248db Typo. by Chad Rosier · 12 years ago
- d7dfd98 [driver] Have -isysroot warn on nonexistent paths. rdar://12282267 by Chad Rosier · 12 years ago
- 4d5b68b Fix the fvectorize testcase by Nadav Rotem · 12 years ago
- 27e2b98 Add support for passing the main file name down to the assembler by Eric Christopher · 12 years ago
- d566df6 Fix PR14625 by teaching the driver to detect PWD for assembly files. by Chandler Carruth · 12 years ago
- 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 12 years ago
- 27fa236 Initial support for FreeBSD on ARM. Patch by Andrew Turner. by Rafael Espindola · 12 years ago
- 443c999 Add -fslp-vectorize to enable bb-vectorize by Hal Finkel · 12 years ago
- 10b5fa2 [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintain by Chad Rosier · 12 years ago