summaryrefslogtreecommitdiffstats
path: root/base/cpu.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-4/+7
* Remove cpu.has_avx_hardware()fbarchard2015-10-061-4/+1
* Add AVX2 detection.fbarchard2015-10-021-4/+12
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Disable Poly1305 code only on bad chips.agl@chromium.org2014-08-081-31/+82
* base: check XSAVE CPUID bit before xgetbv.agl@chromium.org2014-05-281-0/+6
* Checking for 'model name' string in /proc/cpuinfo for ARM.grunell@chromium.org2014-05-061-7/+14
* Parsing /proc/cpuinfo for cpu branding information on Android and Aura.puttaraju.r@samsung.com2014-04-281-7/+50
* net: boost AES-GCM ciphers if the machine has AES-NI.agl@chromium.org2013-12-021-0/+2
* crypto: disable NSS AES-NI support when AVX is disabled by OS.agl@chromium.org2013-11-221-23/+33
* Force virtual contexts on Chrome OS ARMpiman@chromium.org2013-10-311-0/+7
* Revert 216795 "Adding check for OS support to AVX"thestig@chromium.org2013-08-101-13/+1
* Adding check for OS support to AVXdalecurtis@chromium.org2013-08-101-1/+13
* Include CPU information in UMA system profile.simonjam@chromium.org2013-07-181-1/+3
* Create a field trial to test if we can detect good QPC implementations.simonjam@chromium.org2013-04-301-0/+8
* Adds AVX detection to CPU and records a histogram of Intel Microarchitecture ...whunt@chromium.org2013-02-021-0/+12
* Use the cpuid instruction to generate the CPU brand string. And chunyang.dai@intel.com2012-10-041-10/+25
* Fix base::CPU detection.jbauman@chromium.org2012-03-311-3/+5
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-04-041-3/+1
* detect cpu feature for all x64 and x86 platforms (no longer windows only).jiesun@chromium.org2011-02-161-3/+74
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Check for cpu items before assuming it will work.mbelshe@google.com2008-09-261-8/+10
* Wow, it's been a while since we cleaned EOL.maruel@google.com2008-09-251-52/+52
* Create a class for getting at processor information via thembelshe@google.com2008-09-241-0/+52