- 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
- c04d093 [driver] Add the -fvectorize flag to enable the loop vectorization passes. by Chad Rosier · 12 years ago
- acb2b8d clang/test/Driver/linker-opts.c: Fix XFAIL that I removed win32. by NAKAMURA Takumi · 12 years ago
- cfe7c28 clang/test/Driver/debug-options-as.c: Fixup not to use prefix=S. I didn't know "REQUIRES:" would match --check-prefix=S ... by NAKAMURA Takumi · 12 years ago
- 5e4ccb4 clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used. by NAKAMURA Takumi · 12 years ago
- 0aeb40f Add tests for a corner case of when to relax all instructions: by Rafael Espindola · 12 years ago
- 0f58464 Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fed into the diagnostic formatting machinery again. by Benjamin Kramer · 12 years ago
- 6e399b4 long double should be 64 bits on FreeBSD/MIPS64. It possibly should be on by David Chisnall · 12 years ago
- 3d8d422 Hexagon TC: forward appropriate args to assembler by Matthew Curtis · 12 years ago
- 1dbaef5 Hexagon TC: add cc1 defaults for hexagon-gcc compatibility by Matthew Curtis · 12 years ago
- c57d158 Revert r169557. It seems that the test is too restricted by Logan Chien · 12 years ago
- cd15652 Add i686-linux-android for gcc toolchain detection. by Logan Chien · 12 years ago
- 5705141 hexagon-toolchain.c now passes on win32 by Matthew Curtis · 12 years ago
- 803ebf1 relax hexagon-toolchain.c even more to accomodate mingw32 targets by Matthew Curtis · 12 years ago
- a64d703 relax hexagon-toolchain.c CHECK to accomodate mingw32 targets by Matthew Curtis · 12 years ago
- 2ab3b6d Un-XFAIL hexagon-toolchain.c test for mingw32 by Matthew Curtis · 12 years ago
- 33c95f1 Hexagon TC: Add/improve support for small data threshold, pic, pie by Matthew Curtis · 12 years ago
- c709c8a Fix hexagon-toolchain.c test to handle versioned clang executables. by Matthew Curtis · 12 years ago
- 5fdf350 Hexagon TC: Reimplement Link::ConstructJob to call linker directly by Matthew Curtis · 12 years ago
- 112aff1 test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix-like system. by NAKAMURA Takumi · 12 years ago
- 6781415 Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to ToolChains.cpp by Matthew Curtis · 12 years ago
- 4a29065 Disable hexagon toolchain test on windows targets by Matthew Curtis · 12 years ago
- b3489a0 Hexagon TC: Update toolchain to add appropriate include paths by Matthew Curtis · 12 years ago
- 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
- 99469f7 Reuse an existing diagnostic for tsan/msan needing -pie error. by Evgeniy Stepanov · 12 years ago
- 1d15398 Add -whole-archive around the ASan runtime archive in the link command. by Chandler Carruth · 12 years ago
- 45b2738 Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to by Matt Beaumont-Gay · 12 years ago
- e0af843 clang/test/Driver/fsanitize-blacklist.c: Mark it as XFAIL:cygming, due to PR12920. by NAKAMURA Takumi · 12 years ago
- 91ecfa6 Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. by Alexey Samsonov · 12 years ago
- bda07ac [MIPS] Add -mxgot/-mno-xgot command line options by Simon Atanasyan · 12 years ago
- 4247d9c Switch to using -### as mentioned by chandlerc. by Joey Gouly · 12 years ago
- acb860f Add -emit-llvm to test/Driver/fsanitize.c to stop this failing on the ARM bot. Approved by d0k. by Joey Gouly · 12 years ago
- 0565037 Remove restriction on combining ubsan with asan or tsan. This has worked for a while. by Richard Smith · 12 years ago
- 4d1a6e4 This patch exposes to Clang users three more sanitizers are experimental features of ASan: by Alexey Samsonov · 12 years ago
- 6716d94 Make sure that we put the rest of the sanitizer libraries on the link line by Eric Christopher · 12 years ago