| Commit message (Expand) | Author | Age | Files | Lines |
* | Script the Windows CI build | Jack Lloyd | 2017-09-08 | 1 | -0/+1 |
* | Sort isa_extensions lists [ci skip] | Simon Warta | 2017-09-02 | 4 | -14/+11 |
* | Add support for LLVM bitcode target | Jack Lloyd | 2017-08-30 | 1 | -0/+1 |
* | Add support for Intel SHA-1/SHA-2 instructions | Jack Lloyd | 2017-05-19 | 1 | -0/+1 |
* | Add ppc64le (POWER8 little endian) as supported cpu | Gustavo Serra Scalet | 2017-03-20 | 1 | -0/+22 |
* | Add support for NEON in SIMD_4x32 | Jack Lloyd | 2017-01-29 | 1 | -0/+4 |
* | Fix configure.py error when compiler doesn't support desired ISA flags | Jack Lloyd | 2017-01-22 | 1 | -1/+0 |
* | add support for Intel RdSeed | Daniel Neus | 2015-12-18 | 2 | -0/+2 |
* | Initial support for 64 bit ARM | Daniel Seither | 2015-10-13 | 2 | -1/+13 |
* | Add evbarm as platform alias for NetBSD. GH#81 | joerg | 2015-04-27 | 1 | -0/+1 |
* | Add power8 target | lloyd | 2015-02-27 | 1 | -0/+1 |
* | Split amalagamation into ISA specific objects | lloyd | 2015-02-22 | 1 | -1/+0 |
* | Set -m flags for rdrand.cpp. Update compiler ISA flags | lloyd | 2013-12-23 | 2 | -2/+8 |
* | Add a generic 64x64->128 multiplication op. | lloyd | 2013-07-30 | 7 | -0/+9 |
* | Always include modules requiring ISA extensions as long as the | lloyd | 2013-04-17 | 5 | -26/+33 |
* | Alias mips64el to mips64, from Brad Smith | lloyd | 2013-03-21 | 1 | -0/+4 |
* | Add a --chost option to configure that takes a GNU style triplet. | lloyd | 2012-08-31 | 1 | -2/+3 |
* | Add model name for Sandy Bridge. Use -march=corei7 with GCC and Clang | lloyd | 2011-11-18 | 1 | -3/+4 |
* | Add specialization for i486 that uses -mtune=generic, as Debian | lloyd | 2011-05-13 | 1 | -1/+0 |
* | Renaming the ppc target to ppc32 prevented -mcpu flags from being set | lloyd | 2011-05-12 | 1 | -0/+2 |
* | Add support for targetting the PowerPCSPE (an embedded PPC with an | lloyd | 2011-05-12 | 2 | -5/+13 |
* | Make different targets for 32 and 64 bit Atom processors, since most | lloyd | 2011-05-09 | 2 | -5/+6 |
* | Tweak settings for SuperH setup, based on Debian bug 594159. Since as | lloyd | 2011-05-02 | 2 | -7/+5 |
* | Default sun4u to sparc32-v9 rather than sparc64 | lloyd | 2011-04-29 | 2 | -4/+2 |
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 2 | -1/+2 |
* | Enable unix_procs for FreeBSD. It was disabled in 2006 to work | lloyd | 2011-04-21 | 1 | -0/+1 |
* | One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), and | lloyd | 2011-04-15 | 1 | -0/+1 |
* | Assume ARMs are little-endian by default; big-endian ARM seems to be a rarity. | lloyd | 2011-03-14 | 1 | -0/+4 |
* | Somewhat improved ARM support/autodetection | lloyd | 2011-03-09 | 1 | -17/+26 |
* | Alias sun4u to sparc64. This will break for the many people who are | lloyd | 2010-12-15 | 1 | -0/+4 |
* | Add support for Atom processors. | lloyd | 2010-08-22 | 1 | -0/+1 |
* | Identify a i7-860 as Nehalem | lloyd | 2010-08-08 | 1 | -0/+1 |
* | Fix problem that prevented AES-NI code from getting loaded in at least | lloyd | 2010-06-11 | 1 | -1/+3 |
* | New macro TARGET_CPU_IS_XXX_FAMILY for XXX = X86, PPC, SPARC, undefined | lloyd | 2009-12-29 | 6 | -0/+13 |
* | Rename the UltraSPARC submodels; remove UltraSPARC II since it is functionally | lloyd | 2009-11-11 | 1 | -6/+4 |
* | Make em64t just an alias for amd64; add nocona as a submodel. Also add | lloyd | 2009-11-11 | 1 | -1/+3 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -1/+1 |
* | The default_submodel option was used by configure.pl but configure.py | lloyd | 2009-11-06 | 16 | -37/+7 |
* | The code for handling SIMD ISA extensions actually works fine for general | lloyd | 2009-11-06 | 5 | -15/+21 |
* | Generate SIMD macro flags for build.h from data in build-data/arch for | lloyd | 2009-11-06 | 5 | -0/+27 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 16 | -33/+0 |
* | propagate from branch 'net.randombit.botan.1_8' (head 3158f8272a3582dd44dfb77... | lloyd | 2009-10-28 | 4 | -0/+12 |
|\ |
|
| * | propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e... | lloyd | 2009-10-13 | 4 | -0/+12 |
| |\ |
|
| | * | According to the Linux sources, S/390 and PowerPC can both do unaligned | lloyd | 2009-09-04 | 4 | -0/+12 |
* | | | Add alias for ppc64 as 'powerpc64' for Gentoo ebuild | lloyd | 2009-10-28 | 1 | -0/+4 |
|/ / |
|
* / | Rename all of the build-data files with a .txt extension, and filter for | lloyd | 2009-10-13 | 16 | -0/+0 |
|/ |
|
* | Use the default ABI instead of forcing n32 for mips32 | lloyd | 2009-08-10 | 2 | -32/+21 |
* | Add an alias armv5tel for xscale, fixes autodetection for both Perl and | lloyd | 2009-07-23 | 1 | -0/+1 |
* | Add some aliases for 586/686 to match against what platform produces on WinXP | lloyd | 2009-07-02 | 1 | -0/+3 |
* | Use Opteron as default submodel, otherwise bogus GCC flags if only arch detec... | lloyd | 2008-11-04 | 1 | -1/+1 |