summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-2/+2
* [AArch64] Add Exynos to host detectionEvandro Menezes2017-12-081-0/+31
* [AArch64] Add basic support for Qualcomm's Saphira CPU.Chad Rosier2017-09-251-0/+3
* [Falkor] Add falkor CPU to host detectionBalaram Makam2017-09-221-0/+3
* [ARM] Add more CPUs to host detectionEli Friedman2017-09-131-0/+6
* [unittests] Fix up test after rL313156Vedant Kumar2017-09-131-2/+3
* [Support] sys::getProcessTriple should return a macOS triple usingAlex Lorenz2017-07-071-0/+61
* Implement host CPU detection for AArch64Yi Kong2017-04-041-0/+35
* Make naming in Host.h in line with coding standards.Kristof Beyls2017-03-311-13/+10
* Revert "Make naming in Host.h in line with coding standards."Kristof Beyls2017-03-301-10/+13
* Make naming in Host.h in line with coding standards.Kristof Beyls2017-03-301-13/+10
* Refactor getHostCPUName to allow testing on non-native hardware.Kristof Beyls2017-03-301-0/+44
* [Support] Simplify triple check in Host CPU test. NFC.Ahmed Bougacha2017-02-041-13/+4
* [Support] Accept macosx triple as 'darwin' in Host unittest. NFC.Ahmed Bougacha2017-02-031-0/+1
* Add computeHostNumPhysicalCores() implementation for DarwinMehdi Amini2016-10-191-2/+3
* Add interface to compute number of physical cores on host systemTeresa Johnson2016-10-131-0/+47
OpenPOWER on IntegriCloud