- 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
- 729f38e Driver/Darwin: Switch to using new style triples. by Daniel Dunbar · 14 years ago
- fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- a89344d Add -no-canonical-prefixes to tests which assert on the name of the by Chandler Carruth · 14 years ago
- f275150 Fronted/CC_LOG_DIAGNOSTICS: Add test case. by Daniel Dunbar · 14 years ago
- 5b8e0d8 Add my test case for r128353. I think this is the last test case to fail by Chandler Carruth · 14 years ago
- 59f9046 Driver/Darwin: Dsymutil actions should put the dSYM adjacent to the output file. by Daniel Dunbar · 14 years ago
- 3c66d30 Frontend: Add a more explicit -backend-option flag for passing backend command by Daniel Dunbar · 14 years ago
- 5ce872f Driver/Darwin: Transparently fallback when compiling i386 -fapple-kext code, we by Daniel Dunbar · 14 years ago
- b8bcce3 test/Driver/sysroot-flags.c: Tweak for Mingw MSYS bash. by NAKAMURA Takumi · 14 years ago
- 70dbdf7 test/Driver/darwin-cc.c: FileCheck-ize and tweak for Mingw MSYS bash. by NAKAMURA Takumi · 14 years ago
- d47ea69 Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not* by Daniel Dunbar · 14 years ago
- 0133917 Driver/Darwin: These are command line options, not target features. by Daniel Dunbar · 14 years ago
- fa41d69 Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements. by Daniel Dunbar · 14 years ago
- 7187fac Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this by Daniel Dunbar · 14 years ago
- 4d85942 test/Driver/hello.c: Tweak for cygming. by NAKAMURA Takumi · 14 years ago
- b154063 Add a test case that would have caught the bug fixed in r126640. by Chandler Carruth · 14 years ago
- cf4ff46 Fix this test case for CMake builds after r126502, which sneakily changed the actual executable name to clang-<version>. by Frits van Bommel · 14 years ago
- e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 14 years ago
- b90c5ba tests: Fix test on Win32. by Daniel Dunbar · 14 years ago
- 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
- 80f0ab7 Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker invocation. by Roman Divacky · 14 years ago
- 76a6d50 Make the FreeBSD driver test more robust so it doesn't fail when there's a single lib32 path. by Benjamin Kramer · 14 years ago
- b466d01 Add all options needed to support -fapple-kext. wip. by Fariborz Jahanian · 14 years ago
- 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 14 years ago
- dc7b2ce Make this test resilient to whether or not the Linux toolchain renders the by Chandler Carruth · 14 years ago
- c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 14 years ago
- 1af67f3 Update tests to not search of as. by Rafael Espindola · 14 years ago
- d9d2a87 Try again to pacify the build bots. =/ I'm getting a Darwin machine to test on. by Chandler Carruth · 14 years ago
- 6b40195 Remove a modern bash-ism and use simpler shell redirects. Hopefully will fix by Chandler Carruth · 14 years ago
- feee58c Add support for the '--sysroot' flag, and an accompanying test of its by Chandler Carruth · 14 years ago
- 63d907b Revert r116605, a lot more were committed by mistake. by Argyrios Kyrtzidis · 14 years ago
- 721f38c Add '-include-pch' option to the driver, so it can get passed to the cc1 driver. by Argyrios Kyrtzidis · 14 years ago
- 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 14 years ago
- 880cf25 Fix last test still failing on Win32. 100% pass rate now! by Francois Pichet · 14 years ago
- 673745f Driver/Darwin: Switch to using simplified tool chain by default -- what better by Daniel Dunbar · 14 years ago
- caeed1d Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to by Daniel Dunbar · 14 years ago
- e5c3537 Switch on PCH for C++. C++ fans all over the world rejoice. by Argyrios Kyrtzidis · 14 years ago
- b18dc5b Driver/Darwin: Pass -demangle when linking, if the linker supports it. by Daniel Dunbar · 14 years ago
- 9d5600a Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for the by Daniel Dunbar · 14 years ago
- c19a12d Driver: Start ripping out support for -pipe, which is worthless and complicates by Daniel Dunbar · 14 years ago
- f5438e3 Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. by Daniel Dunbar · 14 years ago
- 0b42659 Fix test for Win32. by Daniel Dunbar · 14 years ago
- 5314e44 Driver: Make -fnext-runtime the default when rewriting Objective-C. by Daniel Dunbar · 14 years ago