Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | lloyd | 2008-11-04 | 1 | -1/+1 |
| | | | | detected (as on FreeBSD) | ||||
* | Add alias for Intel T2250. Based on /proc/cpuinfo sent by Benjamin Lau | lloyd | 2008-10-24 | 1 | -0/+1 |
| | |||||
* | Added prescott submodel to ia32 architecture, including aliases for | markus | 2008-10-24 | 1 | -0/+7 |
| | | | | most Intel Core Duo (32 bit, as opposed to Core 2 Duo being 64 bit). | ||||
* | Default to Itanium2 if provided with just --cpu=ia64. This is safe | lloyd | 2008-10-12 | 1 | -1/+2 |
| | | | | | | because there are not any ABI/ISA differences between them (AFAIK), just scheduling. And I think Itanium2 is significantly more common than Itanium1 at this point. | ||||
* | Add new aliases for Opteron, Pentium-M, Pentium4, and Cell PPU to aid ID via ↵ | lloyd | 2008-10-07 | 3 | -0/+9 |
| | | | | /proc/cpuinfo | ||||
* | Remove 'core' as alias of Intel Core2 - confused by 'Dual-Core', etc in ↵ | lloyd | 2008-10-01 | 1 | -1/+0 |
| | | | | /proc/cpuinfo | ||||
* | Rename sh to hitachi-sh - make regexp collisions less likely | lloyd | 2008-10-01 | 2 | -11/+11 |
| | |||||
* | Add several aliases for x86 | lloyd | 2008-09-30 | 1 | -2/+8 |
| | |||||
* | Remove the misc dir: | lloyd | 2008-09-29 | 16 | -0/+336 |
Moved XS, Boost Python, and SWIG wrappers to new toplevel directory 'wrappers' Moved NIST X.509 test suite into checks directory Move the build information used by configure.pl to src/build-data Move scripts directory to doc (for lack of a better spot) |