summaryrefslogtreecommitdiffstats
path: root/test/Driver
Commit message (Expand)AuthorAgeFilesLines
* Pass -march, -mcpu, -mfpu to linuxtools assembler.Evgeniy Stepanov2012-04-101-0/+31
* Fix the testcase :-(Rafael Espindola2012-04-101-1/+1
* Fix an annoying little bug I found while debugging another LTO issue. GoldRafael Espindola2012-04-091-0/+6
* Author: Daniel Dunbar <daniel@zuster.org>Daniel Dunbar2012-04-094-15/+17
* objective-c: remove -fobjc-default-synthesize-properties from the driver.Fariborz Jahanian2012-04-091-1/+2
* objective-c: Remove -fno-objc-default-synthesize-propertiesFariborz Jahanian2012-04-091-0/+9
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-082-5/+81
* MIPS: Pass -mabi option to the assmbler when compile MIPS targets.Simon Atanasyan2012-04-071-4/+14
* [driver] In general, the driver claims redundant args and uses the last arg.Chad Rosier2012-04-071-0/+2
* MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit...Simon Atanasyan2012-04-061-1/+10
* MIPS: Pass -EB/-EL argument to the assembler according to selected endian whe...Simon Atanasyan2012-04-061-0/+21
* MIPS: Move tests check float ABI macros definitions to the more appropriate p...Simon Atanasyan2012-04-061-17/+0
* Fix using Clang as a cross compiler installed on a host machine and notChandler Carruth2012-04-061-0/+14
* Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE.Nico Weber2012-04-041-0/+5
* [driver] When using the -mfpmath= option, add an error message when trying to Chad Rosier2012-04-041-0/+4
* [driver] Create a new -mfpmath= option, which is used to control whether clangChad Rosier2012-04-041-0/+25
* modern objc translator. Add moreFariborz Jahanian2012-04-041-1/+1
* Simplify test a bit now that it's not actually running cc1plus.Bob Wilson2012-04-041-2/+1
* Don't actually execute gcc during testing.Benjamin Kramer2012-04-041-2/+6
* Add a testcase for svn r153854.Bob Wilson2012-04-041-0/+5
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-022-1/+16
* Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian.Jan Wen Voung2012-03-291-0/+5
* [driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group.Chad Rosier2012-03-261-0/+5
* [driver] Testcase for r153469, r153470, and r153478.Chad Rosier2012-03-261-0/+4
* Test case for r153348.Akira Hatanaka2012-03-261-0/+59
* test/Driver/cpath.c: Escape a few args that contain %{pathsep}.NAKAMURA Takumi2012-03-251-2/+2
* Try to get cpath.c passing on windows, using lit's new ${pathsep} variable.Nico Weber2012-03-211-5/+2
* test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now.NAKAMURA Takumi2012-03-191-0/+3
* Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer ...Nico Weber2012-03-191-8/+10
* test/Driver/linker-opts.c: Mark as XFAIL:cygming, using gcc linker driver. It...NAKAMURA Takumi2012-03-161-0/+3
* [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier2012-03-151-1/+2
* Remove trailing whitespace (especially after a \ which should be trailing)Matt Beaumont-Gay2012-03-141-3/+3
* -arch is a darwin-only feature, use -target instead to make the linux buildbo...Benjamin Kramer2012-03-141-9/+11
* Typo.Chad Rosier2012-03-131-1/+1
* [driver] Clang should report an error for -faltivec on non-ppc.Chad Rosier2012-03-131-0/+12
* Update test case to use not tool.Chad Rosier2012-03-131-2/+2
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-132-1/+10
* Address some of the concerns by Chandler.Bill Wendling2012-03-121-2/+2
* Have clang pay attention to the LIBRARY_PATH environment variable.Bill Wendling2012-03-121-0/+2
* Implement -fno-dwarf2-cfi-asm on linux too.Rafael Espindola2012-03-081-0/+35
* [driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier2012-03-061-3/+3
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-063-1/+13
* Whitespace.Chad Rosier2012-03-061-1/+0
* [driver] Add support for -fno-inline.Chad Rosier2012-03-061-0/+10
* Add a flag -fthread-sanitizer.Kostya Serebryany2012-03-012-0/+16
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-291-5/+8
* [driver] Add support for -g2 and -ggdb debug flags.Chad Rosier2012-02-281-0/+8
* Okay, makes sense to change all the occurences to match clang.EXE.Benjamin Kramer2012-02-261-3/+3
* Allow any file extension for the clang binary in the linux-header-search test.Benjamin Kramer2012-02-261-1/+1
* Add the critical crtbegin.o files necessary for any of the tests inChandler Carruth2012-02-264-0/+0