| Commit message (Expand) | Author | Age | Files | Lines |
| * | [clang][llvm] Obsolete Exynos M1 and M2 | Evandro Menezes | 2019-10-30 | 1 | -9/+9 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | Revert "raw_ostream: add operator<< overload for std::error_code" | Pavel Labath | 2019-08-14 | 1 | -1/+10 |
| * | raw_ostream: add operator<< overload for std::error_code | Pavel Labath | 2019-08-14 | 1 | -10/+1 |
| * | Appease MSVC builds by #ifdef wrapping runAndGetCommandOutput tests. NFCI. | Simon Pilgrim | 2019-03-13 | 1 | -0/+2 |
| * | Use AIX version detection at LLVM run-time | Hubert Tong | 2019-03-13 | 1 | -23/+91 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [AArch64] Support HiSilicon's TSV110 processor | Bryan Chan | 2018-11-09 | 1 | -0/+5 |
| * | [AArch64] -mcpu=native CPU detection for Cavium processors | Joel Jones | 2018-10-05 | 1 | -0/+72 |
| * | Refactor ExecuteAndWait to take StringRefs. | Zachary Turner | 2018-06-12 | 1 | -2/+2 |
| * | [AArch64] Add Exynos to host detection | Evandro Menezes | 2017-12-08 | 1 | -0/+31 |
| * | [AArch64] Add basic support for Qualcomm's Saphira CPU. | Chad Rosier | 2017-09-25 | 1 | -0/+3 |
| * | [Falkor] Add falkor CPU to host detection | Balaram Makam | 2017-09-22 | 1 | -0/+3 |
| * | [ARM] Add more CPUs to host detection | Eli Friedman | 2017-09-13 | 1 | -0/+6 |
| * | [unittests] Fix up test after rL313156 | Vedant Kumar | 2017-09-13 | 1 | -2/+3 |
| * | [Support] sys::getProcessTriple should return a macOS triple using | Alex Lorenz | 2017-07-07 | 1 | -0/+61 |
| * | Implement host CPU detection for AArch64 | Yi Kong | 2017-04-04 | 1 | -0/+35 |
| * | Make naming in Host.h in line with coding standards. | Kristof Beyls | 2017-03-31 | 1 | -13/+10 |
| * | Revert "Make naming in Host.h in line with coding standards." | Kristof Beyls | 2017-03-30 | 1 | -10/+13 |
| * | Make naming in Host.h in line with coding standards. | Kristof Beyls | 2017-03-30 | 1 | -13/+10 |
| * | Refactor getHostCPUName to allow testing on non-native hardware. | Kristof Beyls | 2017-03-30 | 1 | -0/+44 |
| * | [Support] Simplify triple check in Host CPU test. NFC. | Ahmed Bougacha | 2017-02-04 | 1 | -13/+4 |
| * | [Support] Accept macosx triple as 'darwin' in Host unittest. NFC. | Ahmed Bougacha | 2017-02-03 | 1 | -0/+1 |
| * | Add computeHostNumPhysicalCores() implementation for Darwin | Mehdi Amini | 2016-10-19 | 1 | -2/+3 |
| * | Add interface to compute number of physical cores on host system | Teresa Johnson | 2016-10-13 | 1 | -0/+47 |