summaryrefslogtreecommitdiff
path: root/test/Driver/freebsd.c
Commit message (Expand)AuthorAge
* Don't check clang binary name, as it can be different in some test setups.Alexander Kornienko2014-06-27
* Remove REQUIRES lines from portable testsAlp Toker2014-06-25
* Pass the sparc architecture variant to the assembler.Roman Divacky2014-02-25
* Give sparcv9 the ability to set the target cpu. Change it from acceptingRoman Divacky2014-02-25
* Add FreeBSD ARM EABI hard-float supportRenato Golin2014-02-19
* Fix 'unkown' typo in test -target from r198321Alp Toker2014-01-07
* Add test for r198311.Roman Divacky2014-01-02
* Turning IAS on by default on ARM/ThumbRenato Golin2013-12-11
* clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/NAKAMURA Takumi2013-12-04
* Add test for r194350.Roman Divacky2013-11-11
* Make sure to use same EABI version for external assembler as for integrated as.Anton Korobeynikov2013-03-18
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-13
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-09
* Tighten up regexps some more.Jakob Stoklund Olesen2012-09-06
* Try to fix the windows bots.Eric Christopher2012-09-05
* Apply some driver improvements for freebsd-*-mips*.Eric Christopher2012-09-05
* Cleanup FreeBSD linking and add support for -pie.Roman Divacky2012-08-28
* Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on...David Chisnall2012-07-29
* Add test case for tweaks to clang driver.David Chisnall2012-07-15
* Author: Daniel Dunbar <daniel@zuster.org>Daniel Dunbar2012-04-09
* Skip freebsd driver test when ppc32/ppc64 targets are not configured.Bob Wilson2012-02-04
* Reintroduce r148981 with significantly improved regression test. Now itChandler Carruth2012-01-26
* Revert r148981 because it fails test/Driver/freebsd.cArgyrios Kyrtzidis2012-01-25
* Try to unbreak the FreeBSD toolchain's detection of 32-bit targetsChandler Carruth2012-01-25
* Add some really minimalist freebsd testing trees and use them in theChandler Carruth2012-01-25
* Make driver tests more resilient to output trees containing symlinks --Chandler Carruth2012-01-24
* rename -ccc-host-triple into -targetSebastian Pop2012-01-20
* Revert r148138; it's causing test failures.Eli Friedman2012-01-13
* rename -ccc-host-triple into -targetSebastian Pop2012-01-13
* Add hardcoded -L/usr/lib after all -L options to the FreeBSD linkerRoman Divacky2011-01-30
* Make the FreeBSD driver test more robust so it doesn't fail when there's a si...Benjamin Kramer2011-01-28
* Update tests to not search of as.Rafael Espindola2010-10-29
* Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for theDaniel Dunbar2010-08-10
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-15
* Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar2009-12-11
* Eliminate &&s in tests.Daniel Dunbar2009-11-08
* Converted to use FileCheck.John Thompson2009-10-13
* Remove arch normalization from Driver, this should be unnecessary now thatDaniel Dunbar2009-08-24
* Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches Eli Friedman2009-07-10
* Test a few more bits of the driver.Daniel Dunbar2009-05-04