| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable SSE in libthr | vangyzen | 2015-10-26 | 1 | -0/+21 |
* | MFC r277355: For armv6 builds, add -mfloat-abi=softfp. | ian | 2015-02-13 | 1 | -0/+4 |
* | Revert r275778, gcc 4.2.1 doesn't handle -march=armv7. | andrew | 2014-12-15 | 1 | -1/+1 |
* | MFC 275379: | andrew | 2014-12-14 | 1 | -1/+1 |
* | MFC r263373, r268402 | ian | 2014-07-25 | 1 | -0/+5 |
* | MFC: r263435 | jkim | 2014-03-28 | 1 | -4/+6 |
* | Add a new CPUTYPE supported by Clang 3.3 for AMD Jaguar processors (btver2). | jkim | 2013-06-13 | 1 | -0/+4 |
* | Nuke ARM_WANT_TP_ADDRESS, it's not used anymore. | cognet | 2013-01-07 | 1 | -3/+3 |
* | Fix typos in the previous commit. | jkim | 2012-12-04 | 1 | -2/+2 |
* | Tidy up bsd.cpu.mk for X86 CPUs: | jkim | 2012-12-04 | 1 | -31/+43 |
* | Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1). | jkim | 2012-12-03 | 1 | -27/+22 |
* | Add x86 CPUs supported by clang on head. | jkim | 2012-11-19 | 1 | -9/+35 |
* | Merging of projects/armv6, part 3 | gonzo | 2012-08-15 | 1 | -2/+6 |
* | Remove support for the Intel C Compiler from the build infrastructure. | dim | 2011-04-19 | 1 | -29/+0 |
* | Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mk | mm | 2011-03-14 | 1 | -2/+8 |
* | Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf | mm | 2011-03-07 | 1 | -3/+3 |
* | Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk. | mm | 2011-02-20 | 1 | -2/+9 |
* | - Add CPUTYPE support for sparc64. The net result is that it's now possible | marius | 2010-12-30 | 1 | -2/+28 |
* | This case is actually powerpc specific, and doesn't apply to powerpc64. | imp | 2010-11-14 | 1 | -1/+1 |
* | Complete the integration of tbemd branch into head. | imp | 2010-11-10 | 1 | -7/+1 |
* | Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason... | imp | 2010-09-13 | 1 | -18/+18 |
* | Now that we default to the proper endian, we don't need these for mips | imp | 2010-08-28 | 1 | -7/+0 |
* | Minor modifications to know what to do with powerpc64. | nwhitehorn | 2010-07-10 | 1 | -1/+3 |
* | When CPUTYPE is defined to any value, on amd64 platform "mmx" is | delphij | 2010-04-21 | 1 | -1/+1 |
* | -mabi-calls and -msoft-float aren't needed either | imp | 2010-03-02 | 1 | -1/+1 |
* | -mno-dsp hasn't been required for a while now. | imp | 2010-03-02 | 1 | -1/+1 |
* | Kernel module support for mips. | neel | 2010-02-18 | 1 | -2/+0 |
* | Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode | nwhitehorn | 2009-04-04 | 1 | -1/+1 |
* | Explicitly disable generation of Altivec instructions in the kernel on PowerPC, | nwhitehorn | 2009-02-22 | 1 | -0/+2 |
* | Fix links to online gcc docs. | ale | 2008-06-25 | 1 | -3/+3 |
* | Add support for MACHINE_ARCH == mips, plus a few generic CPU types that | imp | 2008-03-19 | 1 | -0/+30 |
* | Connect MPC85XX to the PowerPC build. | raj | 2008-03-03 | 1 | -0/+7 |
* | Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition of | jhb | 2008-02-29 | 1 | -0/+2 |
* | Backout rev 1.62, and revert to use -march=armv5te -D__XSCALE__ instead | cognet | 2007-10-16 | 1 | -1/+3 |
* | GCC doesn't segfault anymore while building world with -mcpu=xscale, so use it. | cognet | 2007-05-21 | 1 | -3/+1 |
* | "If I only had a brain..." | des | 2007-01-17 | 1 | -1/+1 |
* | Correct errors in previous commit. I didn't realize that ${CPUTYPE} is | des | 2007-01-17 | 1 | -6/+6 |
* | On i386, make "prescott" an alias for "nocona" (instead of the other way | des | 2007-01-17 | 1 | -3/+7 |
* | Use TARGET_BIG_ENDIAN instead of ARM_BIG_ENDIAN | cognet | 2006-10-19 | 1 | -1/+1 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -25/+0 |
* | Revert previous commit. Pre-Nehemiah C3 CPUs do have 3DNow!; it doesn't | des | 2006-08-13 | 1 | -1/+1 |
* | I don't know where I got the idea that the VIA C3 has 3DNow!; it doesn't. | des | 2006-08-12 | 1 | -1/+1 |
* | Grr we also need to set -mbig-endian to LDFLAGS. Now I can build a | cognet | 2006-07-21 | 1 | -0/+1 |
* | Remove ALPHA optimization pointer for gcc flags. | imp | 2006-07-20 | 1 | -1/+1 |
* | Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}. | cognet | 2006-07-20 | 1 | -1/+1 |
* | Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS if | cognet | 2006-07-20 | 1 | -0/+5 |
* | Add CPUTYPE support for Via C3 and C3-2 processors. | des | 2006-07-19 | 1 | -0/+4 |
* | Add a MACHINE_CPU entry for "ev67". | ru | 2005-12-06 | 1 | -1/+3 |
* | Use -march=armv5te for Xscale. | cognet | 2005-05-24 | 1 | -1/+1 |
* | Rev 1.44 was a little over-zealous for FreeBSD/AMD64, trim. | obrien | 2004-12-11 | 1 | -2/+3 |