- ba81d96 test/Driver/debug.c: Mark this as "REQUIRES: shell". by NAKAMURA Takumi · 13 years ago
- 4a8eff0 XFAIL test on Windows by Douglas Gregor · 13 years ago
- 60419fa More speculative test tweaking by Douglas Gregor · 13 years ago
- 33b3d2a Switch tests from grep to FileCheck by Douglas Gregor · 13 years ago
- 9c0778b Doug reports that this test is still failing. Try applying Benjamin Kramer's by Nick Lewycky · 13 years ago
- cb125dd Try to be exceedingly clever and make this test work properly whether it's run by Nick Lewycky · 13 years ago
- 258f9a2 Massage this test a little so it works when run inside the Google environment. by Nick Lewycky · 13 years ago
- 7c4fd91 Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is by Nick Lewycky · 13 years ago
- 5f31f08 Switch to the C++11 warning flags in tests. Patch by Ahmed Charles! by David Blaikie · 13 years ago
- dceb11f Revert r142311, -mios-simulator-version-min does not work correctly. by Argyrios Kyrtzidis · 13 years ago
- b56e6ad Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define. by Argyrios Kyrtzidis · 13 years ago
- 905c45f Use Triple.isOSDarwin() instead of comparing against Triple::Darwin. by Bob Wilson · 13 years ago
- 78f0ea7 Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc. by Richard Smith · 13 years ago
- 0b1b5b8 Add test for new -std=c++11 and -std=gnu++11 command-line arguments. by Richard Smith · 13 years ago
- d596c4d The Objective-C rewriter uses the fragile ABI, always. by Douglas Gregor · 13 years ago
- 92d6d40 Driver: Add support for a new -nostdlibinc option. by Daniel Dunbar · 13 years ago
- 09d26ad [driver] Fix test case for Windows due to fallout from r141202+r141205. by Chad Rosier · 13 years ago
- 1203600 Use the InstalledDir correctly, and test it correctly as well. =/ Should by Chandler Carruth · 13 years ago
- dbc2144 Teach Clang to cope with GCC installations that have unusual patch by Chandler Carruth · 13 years ago
- 5058e3a Implement the feature I was originally driving toward when I started by Chandler Carruth · 13 years ago
- f4e541c Specify -ccc-clang-archs for le32 targets which may not be supported by default. by Bob Wilson · 13 years ago
- c5306b0 Test a multilib setup on a 64-bit host. This is the far more common by Chandler Carruth · 13 years ago
- 38ec546 Enable generic multilib support on 32bit hosts. Previously this was only by Chandler Carruth · 13 years ago
- b6fdf8f Relax an assertion here a bit. This doesn't really matter, as we won't by Chandler Carruth · 13 years ago
- 621e6a6 Test that we include a GCC-triple-prefixed tree. While I don't know of by Chandler Carruth · 13 years ago
- 663abc9 Teach the logic for locating an installed GCC about the system root. by Chandler Carruth · 13 years ago
- fde8d14 Add initial support for applying the sysroot to library search paths. by Chandler Carruth · 13 years ago
- d2deee1 Rework the selection of builtin library search paths on Linux to by Chandler Carruth · 13 years ago
- d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
- 130e5ef As I suspected, completely non-multilib machines just get no suffix. by Chandler Carruth · 13 years ago
- 00ca848 Teach this test to cope with Windows suffixes so that msys builds can run it. by Chandler Carruth · 13 years ago
- 37cbb0b Correct my failure at writing proper regex's for FileCheck. Thanks Nick. by Chandler Carruth · 13 years ago
- f3a852a Allow for both 'lib' and 'lib32', as both seem to be in evidence. I've by Chandler Carruth · 13 years ago
- 29bbe2b There might be an 'ld' without any path prefix. by Chandler Carruth · 13 years ago
- c4cc403 Add a test that ensures we get the basic multilib '-L' flags to 'ld' by Chandler Carruth · 13 years ago
- 26e0b30 Revert my --working-directory option, which wasn't well thought through. by Daniel Dunbar · 13 years ago
- cc78c6c [driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICS by Chad Rosier · 13 years ago
- 0c479e5 Driver: Test case that was supposed to go with previous commit. by Daniel Dunbar · 13 years ago
- c535d97 Reenable -cxx-isystem for Objective C++, until I come up with a better solution by Benjamin Kramer · 13 years ago
- a3e86ed Don't test unix path seperators, that will fail on windows. by Benjamin Kramer · 13 years ago
- 4586347 See if going through env pacifies the windows buildbots. by Benjamin Kramer · 13 years ago
- 47adebe Add support for CPATH and friends. by Benjamin Kramer · 13 years ago
- 4fe4d73 [driver] i386 kext preprocessor jobs also need their unsupported options by Chad Rosier · 13 years ago
- 822eeb5 Stop cluttering the test directory with temporary files. by Benjamin Kramer · 13 years ago
- 5aa5a81 Don't verify the name of the driver executable. It's not really relevent by Chandler Carruth · 13 years ago
- f619cdc Clang/PNaCl: Improve test coverage for PNaClTargetInfo (type aligns), fixes nits: by Ivan Krasin · 13 years ago
- 8071797 [driver] Remove a few more options when clang invokes cc1plus for i386 kexts. by Chad Rosier · 13 years ago
- 1b90605 [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disable merging of by Chad Rosier · 13 years ago
- 089ee11 PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update the test by Ivan Krasin · 13 years ago
- fab83b5 [driver] Do not add -kext to the link command line when compiling with by Chad Rosier · 13 years ago
- bba43ef Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted wrong patch. by Ivan Krasin · 13 years ago
- ef05abd Add PNaCl TargetInfo. by Ivan Krasin · 13 years ago
- a5cf92d Right now this requires asserts. by Eric Christopher · 13 years ago
- f857186 Add support for a verifier to the driver. Currently only verifies debug by Eric Christopher · 13 years ago
- 04225c1 [driver] Implement in a more table-like manner and add many more warning options by Chad Rosier · 13 years ago
- 285f9a2 [driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's by Chad Rosier · 13 years ago
- a544aee Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. by Bob Wilson · 13 years ago
- cc52a06 Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. by Nico Weber · 13 years ago
- 65e02fa Introduce the "-index-header-map" option, to give special semantics by Douglas Gregor · 13 years ago
- c154ec8 Test for r136294. by Chad Rosier · 13 years ago
- 97f16dc Whitespace. by Chad Rosier · 13 years ago
- c57114a If -ccc-host-triple i386-pc-win32-macho or -ccc-host-triple by Chad Rosier · 13 years ago
- bb52786 Implement -MG. Fixes PR9613 by Peter Collingbourne · 13 years ago
- a5ca112 Tweak two tests with MSYS-bash tolerant. by NAKAMURA Takumi · 13 years ago
- f1443be Somehow the -fgnu-runtime option itself got lost in all that shuffling. by John McCall · 13 years ago
- 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
- d18eeca Make clang behave in a gcc-compatible way in the presence of multiple flags for the same x86 target feature (e.g. -mno-sse -msse). gcc uses a somewhat unintuitive algorithm here in that the enabled SSE instructions is based on the order of the *last* flag for *each* feature-level, so that "-mno-sse -msse2" only enables SSE2, but "-mno-sse -msse2 -msse" enables all SSE levels. by Eli Friedman · 13 years ago
- 99ca47b Driver/Darwin: -force_load can be specified multiple times. by Daniel Dunbar · 13 years ago
- 020540b Fix test case; we may end up linking against the libprofile_rt dylib. by Douglas Gregor · 13 years ago
- 115f2b9 Fix this test on machines that don't run clang -cc1as when asked to assemble. by Nick Lewycky · 13 years ago
- d71315c It is possible to request the nonfragile ABI with -fobjc-abi-version=2; by John McCall · 13 years ago
- a68e1c3 Driver/Darwin: Fixup version check for -object_path_lto support. by Daniel Dunbar · 13 years ago
- 5bfa656 Driver/Darwin: When invoking the linker, automatically pass -object_path_lto so by Daniel Dunbar · 13 years ago
- 0c25d28 Also fix the warning about using "clang" instead of %clang. by Nick Lewycky · 13 years ago
- 1110425 Remove the leading hyphen so that grep doesn't parse it as one long option :) by Nick Lewycky · 13 years ago
- 2a45fa7 Driver/Darwin: Honor -Xarch_FOO when the arch matches either the toolchain or by Daniel Dunbar · 13 years ago
- c3b9014 Add support for -Wa,--noexecstack when building from a non-assembly file. For by Nick Lewycky · 13 years ago
- 7a883e3 Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 . by Eli Friedman · 13 years ago
- 5861b4b Make this test pretend to be on a darwin host. by John McCall · 13 years ago
- f85e193 Automatic Reference Counting. by John McCall · 13 years ago
- 74da19f Introduce a -cc1-level option to turn off related result type by Douglas Gregor · 13 years ago
- 4c4efee Eliminate the -f[no]objc-infer-related-result-type flags; there's no by Douglas Gregor · 13 years ago
- 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
- 80df025 On linux, -nostdlib was causing a --start-group with no --end-group to be passed by Nick Lewycky · 13 years ago
- b10a13b Fix the Windows buildbots, now that I can actually see what was going wrong with this test. by Eli Friedman · 13 years ago
- b6353e6 Switch a ridiculous grep over to FileCheck. by Eli Friedman · 13 years ago
- db3f24a Change how we link libprofile_rt.a. While at it, refactor the code a bit. by Rafael Espindola · 13 years ago
- cd583ff Fix Darwin test for r132006. by Nick Lewycky · 13 years ago
- 97f6abb The logic about -static is darwin only. For now assume that all non by Rafael Espindola · 13 years ago
- 03e9230 Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf by Daniel Dunbar · 14 years ago
- 7665ad8 Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling. by Daniel Dunbar · 14 years ago
- f7faee0 tests: Tweak test to at least use a standard arch, to ensure we try to invoke by Daniel Dunbar · 14 years ago
- 3477224 Update metadata id number in string compare check. by Devang Patel · 14 years ago
- cc95719 Driver/Darwin: Honor --sysroot= when invoking the linker, on Darwin. by Daniel Dunbar · 14 years ago
- ce911f5 Driver/Darwin/ld: Set the deployment target following the version information in by Daniel Dunbar · 14 years ago
- f8c247d Move all of the logic for __DEPRECATED to the driver based on comments by Chandler Carruth · 14 years ago
- 1cfe3c3 Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This by Chandler Carruth · 14 years ago
- 50465d1 There were some frustrating problems with the implementation of by Chandler Carruth · 14 years ago
- 8a3a7f3 Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they by Daniel Dunbar · 14 years ago
- a4ff648 TWEAK by Daniel Dunbar · 14 years ago