summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang][llvm] Obsolete Exynos M1 and M2Evandro Menezes2019-10-301-9/+9
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath2019-08-141-1/+10
* raw_ostream: add operator<< overload for std::error_codePavel Labath2019-08-141-10/+1
* Appease MSVC builds by #ifdef wrapping runAndGetCommandOutput tests. NFCI.Simon Pilgrim2019-03-131-0/+2
* Use AIX version detection at LLVM run-timeHubert Tong2019-03-131-23/+91
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AArch64] Support HiSilicon's TSV110 processorBryan Chan2018-11-091-0/+5
* [AArch64] -mcpu=native CPU detection for Cavium processorsJoel Jones2018-10-051-0/+72
* 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