- e091e95 Add test case for tweaks to clang driver. by David Chisnall · 12 years ago
- f794705 Tests: check for target availability for target-specific tests. by Jim Grosbach · 13 years ago
- d57aa88 objective-c: yank any use of "non-fragile abi" phrase by Fariborz Jahanian · 13 years ago
- e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 13 years ago
- 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 13 years ago
- 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 13 years ago
- c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 13 years ago
- d797a85 MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. by Simon Atanasyan · 13 years ago
- 0b273ef MIPS: Add -mips16 / -mno-mips16 command line support. by Simon Atanasyan · 13 years ago
- 125aa1f Give test check tags consistent names. by Simon Atanasyan · 13 years ago
- 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 13 years ago
- 1fc6e4f When using -pg targeting OS X 10.8, pass -no_new_main to the linker. by Bob Wilson · 13 years ago
- 7007c07 test/Driver/crash-report.c: don't fail if there are no files left behind by a previous run of this test! by Richard Smith · 13 years ago
- a617240 Improve crash reporting test coverage. by David Blaikie · 13 years ago
- 1ba4723 test/Driver/crash-report.c: Mark it as XFAIL on win32 hosts, for now. Investigating. by NAKAMURA Takumi · 13 years ago
- a275229 Unbreak the test from r159469. by David Blaikie · 13 years ago
- e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 13 years ago
- 7ed4f66 [driver] Make -serialize-diagnostics (one dash) and alias for by Chad Rosier · 13 years ago
- 362113f Less restrictive check in unit test for unsupported debug info options by Alexey Samsonov · 13 years ago
- ffd57aa Revert r158423 corresponding to r158796, "test/Driver/warning-options.cpp: Mark as XFAIL:cygming. -pedantic is passed with gcc-as driver. PR12920" by NAKAMURA Takumi · 13 years ago
- 7f32607 Improve support for -g options accepted by Clang: by Alexey Samsonov · 13 years ago
- 8ab6c24 Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be designed by Ted Kremenek · 13 years ago
- 260611a Restructure how the driver communicates information about the by John McCall · 13 years ago
- 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 13 years ago
- 3d15751 XFAIL linker-opts.c on win32 now that it doesn't pretend that link.exe is ld. by Michael J. Spencer · 13 years ago
- a2284f5 [VS Toolchain] Correctly forward -l linker inputs to link.exe. by Michael J. Spencer · 13 years ago
- c4033f3 For compatibility with gcc, accept -maltivec as an alias of -faltivec. by Hal Finkel · 13 years ago
- 6ae9720 test/Driver/warning-options.cpp: Mark as XFAIL:cygming. -pedantic is passed with gcc-as driver. PR12920 by NAKAMURA Takumi · 13 years ago
- dc9327a Provide a -no-pedantic to cancel out -pedantic. by John McCall · 13 years ago
- afaa421 Fix test to work when clang is built without powerpc64 support. by Bob Wilson · 13 years ago
- 02a8427 Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu options. by Hal Finkel · 13 years ago
- 69cb1ba supply a simple-minded testcase for r156813, to check whether the embedded montavista gcc toolchain is recognized by Gabor Greif · 13 years ago
- 1f0646e MIPS: Pass -KPIC argument to MIPS assembler if necessary. by Simon Atanasyan · 13 years ago
- a9cd83b Make Clang driver pass the last option from -g group to the compiler. by Alexey Samsonov · 13 years ago
- 005af27 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 13 years ago
- ee9ad5c [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 13 years ago
- 6a1fd4a Tweek r156937 a bit so that the suggestions are correct. by Chad Rosier · 13 years ago
- ff1affe Warn about -Wno-foo where foo is an unknown warning option. This is helpful by Chad Rosier · 13 years ago
- 04e326b Add the Objective-C runtime linking arguments after user-specified by Douglas Gregor · 13 years ago
- 63d9f3c Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs. by Bob Wilson · 13 years ago
- 2ba542c Teach the driver on Linux to respect -nodefaultlibs. by Chandler Carruth · 13 years ago
- 78e63f1 Update test case for new default of 3.0 by Chad Rosier · 13 years ago
- 87ca558 [driver] Use the iOS target triple to infer the deployment target. by Chad Rosier · 13 years ago
- b3198a8 add -fbounds-checking option. by Nuno Lopes · 13 years ago
- 2e4fd6d Fix -Wlarge-by-value-copy option handling in the driver. by Jean-Daniel Dupas · 13 years ago
- fd00eec This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 13 years ago
- c4b69f0 Test case Clang::Driver/debug-options-as.c depends on the integrated assembler. Turn it on explicitly on all platforms by the "-integrated-as" option. by Simon Atanasyan · 13 years ago
- 769aa2d Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. by Benjamin Kramer · 13 years ago
- 8049c44 Fix forwarding of -fpack-struct from driver to CC1, and add a test. by James Molloy · 13 years ago
- 198ff65 Revert r155874. by Douglas Gregor · 13 years ago
- 1de801a Move a non portable test to FileCheck, from Jonathan Gray! by Douglas Gregor · 13 years ago
- 8202fb8 [driver] Don't try to set the deployment target when there is no bound by Chad Rosier · 13 years ago
- ba82a61 test/Driver/fast-math.c: Mark this as XFAIL:cygming. They use gcc driver for as. by NAKAMURA Takumi · 13 years ago
- b8c4381 MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el. by Simon Atanasyan · 13 years ago
- 4f148d9 MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets. by Simon Atanasyan · 13 years ago
- 4f50c50 Fix a long-standing bug where Clang had a different default from GCC on by Chandler Carruth · 13 years ago
- 99f8f17 Make asan-ld test windows-safe. by Evgeniy Stepanov · 13 years ago
- a6ddc02 Clang driver support for linking on Android. by Evgeniy Stepanov · 13 years ago
- 4add84f Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 13 years ago
- eca187e Only pass -mcpu, -march, -mfpu to linux-as on ARM. by Evgeniy Stepanov · 13 years ago
- d8f0276 Add a test for svn r155263. by Bob Wilson · 13 years ago
- 700c508 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 13 years ago
- e9b4d98 Pass -march, -mcpu, -mfpu to linuxtools assembler. by Evgeniy Stepanov · 13 years ago
- 0e9bf71 Fix the testcase :-( by Rafael Espindola · 13 years ago
- c515154 Fix an annoying little bug I found while debugging another LTO issue. Gold by Rafael Espindola · 13 years ago
- ae7e939 Author: Daniel Dunbar <daniel@zuster.org> by Daniel Dunbar · 13 years ago
- e51fe09 objective-c: remove -fobjc-default-synthesize-properties from the driver. by Fariborz Jahanian · 13 years ago
- e52e2e6 objective-c: Remove -fno-objc-default-synthesize-properties by Fariborz Jahanian · 13 years ago
- 5e219cf Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 13 years ago
- 073a780 MIPS: Pass -mabi option to the assmbler when compile MIPS targets. by Simon Atanasyan · 13 years ago
- a53ab5c [driver] In general, the driver claims redundant args and uses the last arg. by Chad Rosier · 13 years ago
- 8491cb2 MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets. by Simon Atanasyan · 13 years ago
- 5f0a1c1 MIPS: Pass -EB/-EL argument to the assembler according to selected endian when compile for MIPS targets. by Simon Atanasyan · 13 years ago
- aba3f0f MIPS: Move tests check float ABI macros definitions to the more appropriate place. by Simon Atanasyan · 13 years ago
- 9f31437 Fix using Clang as a cross compiler installed on a host machine and not by Chandler Carruth · 13 years ago
- 3953911 Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. by Nico Weber · 13 years ago
- 30fe6ba [driver] When using the -mfpmath= option, add an error message when trying to by Chad Rosier · 13 years ago
- 7a938fa [driver] Create a new -mfpmath= option, which is used to control whether clang by Chad Rosier · 13 years ago
- e982cc0 modern objc translator. Add more by Fariborz Jahanian · 13 years ago
- e1fde1d Simplify test a bit now that it's not actually running cc1plus. by Bob Wilson · 13 years ago
- c9aa9c0 Don't actually execute gcc during testing. by Benjamin Kramer · 13 years ago
- 6fb522e Add a testcase for svn r153854. by Bob Wilson · 13 years ago
- 582b395 Use -rewrite-legacy-objc as clang argument for translating by Fariborz Jahanian · 13 years ago
- dde3bdb Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian. by Jan Wen Voung · 13 years ago
- 3f71860 [driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group. by Chad Rosier · 13 years ago
- d3d7d4d [driver] Testcase for r153469, r153470, and r153478. by Chad Rosier · 13 years ago
- 54edd47 Test case for r153348. by Akira Hatanaka · 13 years ago
- b293f52 test/Driver/cpath.c: Escape a few args that contain %{pathsep}. by NAKAMURA Takumi · 13 years ago
- 1e0c952 Try to get cpath.c passing on windows, using lit's new ${pathsep} variable. by Nico Weber · 13 years ago
- 6d2b131 test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now. by NAKAMURA Takumi · 13 years ago
- 09c5c39 Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate paths. by Nico Weber · 13 years ago
- 5214c7a test/Driver/linker-opts.c: Mark as XFAIL:cygming, using gcc linker driver. It should be aware of LIBRARY_PATH. by NAKAMURA Takumi · 13 years ago
- fc055f9 [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches by Chad Rosier · 13 years ago
- 4ccf737 Remove trailing whitespace (especially after a \ which should be trailing) by Matt Beaumont-Gay · 13 years ago
- 5aed86c -arch is a darwin-only feature, use -target instead to make the linux buildbots happy again. by Benjamin Kramer · 13 years ago
- 1cdbfd3 Typo. by Chad Rosier · 13 years ago
- 4574c3d [driver] Clang should report an error for -faltivec on non-ppc. rdar://10963572 by Chad Rosier · 13 years ago
- cf3a6c4 Update test case to use not tool. by Chad Rosier · 13 years ago
- 2dec85b [driver] Parse diagnostic args in the driver. by Chad Rosier · 13 years ago
- 3d71715 Address some of the concerns by Chandler. by Bill Wendling · 13 years ago