| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [X86] Add XSAVE intrinsic family | Amjad Aboud | 2015-10-12 | 1 | -0/+9 |
* | [ADT] Switch a bunch of places in LLVM that were doing single-character | Chandler Carruth | 2015-09-10 | 1 | -2/+2 |
* | Add model numbers for Skylake CPUs and an additional Broadwell model. | Craig Topper | 2015-08-08 | 1 | -0/+6 |
* | Add Intel family 6 model 93 as Silvermont. | Craig Topper | 2015-08-08 | 1 | -0/+1 |
* | Add Intel family 6 model 90 as Silvermont. Fixes PR24392. | Craig Topper | 2015-08-07 | 1 | -0/+1 |
* | [SystemZ] Add z13 vector facility and MC support | Ulrich Weigand | 2015-05-05 | 1 | -0/+24 |
* | [X86] Stop changing result of getHostCPUName based on whether the processor s... | Craig Topper | 2015-03-31 | 1 | -14/+5 |
* | [X86] Be more robust against unknown Intel family 6 models. Use feature flags... | Craig Topper | 2015-03-31 | 1 | -10/+43 |
* | [X86] In getHostCPUFeatures, disable xop, f16c, fma, and fma4 if OS does not ... | Craig Topper | 2015-03-30 | 1 | -4/+4 |
* | [X86] Use the more specific CPU names like 'nehalem', 'westmere', 'haswell', ... | Craig Topper | 2015-03-30 | 1 | -12/+9 |
* | [X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dot... | Craig Topper | 2015-03-30 | 1 | -0/+2 |
* | [X86] Family 6 model 29 is a Penryn based processor not a Nehalem based proce... | Craig Topper | 2015-03-30 | 1 | -2/+2 |
* | Fix a variable name in MSVC specific part of rr233487. | Craig Topper | 2015-03-29 | 1 | -2/+2 |
* | [X86] Implement getHostCPUFeatures for X86. | Craig Topper | 2015-03-29 | 1 | -8/+93 |
* | Fix typo 'AVX too' instead of 'AVX2' | Craig Topper | 2015-03-23 | 1 | -2/+2 |
* | [X86] Add one stepping of Broadwell to the CPU name autodetection for march=n... | Craig Topper | 2015-03-23 | 1 | -0/+6 |
* | We require MSVC 1800 as our minimum, so these checks can safely go away; NFC. | Aaron Ballman | 2015-02-16 | 1 | -12/+7 |
* | Remove a debugging assert. | Rafael Espindola | 2014-12-17 | 1 | -1/+0 |
* | Fix the windows build. | Rafael Espindola | 2014-12-17 | 1 | -0/+2 |
* | Refactor and simplify the code reading /proc/cpuinfo. NFC. | Rafael Espindola | 2014-12-17 | 1 | -47/+32 |
* | Remove StringMap::GetOrCreateValue in favor of StringMap::insert | David Blaikie | 2014-11-19 | 1 | -2/+2 |
* | Add support for ppc64/power8 as a host | Will Schmidt | 2014-06-26 | 1 | -0/+2 |
* | Fix .cpp files claiming to be header files | Hans Wennborg | 2014-06-20 | 1 | -1/+1 |
* | Fix typos | Alp Toker | 2014-05-31 | 1 | -1/+1 |
* | Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel he... | Bradley Smith | 2014-05-23 | 1 | -9/+9 |
* | Extend sys::getHostCPUFeatures to work on AArch64 platforms | Bradley Smith | 2014-05-22 | 1 | -1/+37 |
* | Select bdver2 instead of bdver1 if TBM support is present on models < 0x10. | Kaelyn Takata | 2014-05-05 | 1 | -1/+2 |
* | Add a description for AMD's bdver4 (aka Excavator). | Benjamin Kramer | 2014-05-02 | 1 | -0/+2 |
* | [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARM | Chandler Carruth | 2014-04-21 | 1 | -0/+2 |
* | Add support for krait cpu in llvm::sys::getHostCPUName() | Kai Nacke | 2013-12-20 | 1 | -0/+11 |
* | Fix Typo. | Rafael Espindola | 2013-12-12 | 1 | -1/+1 |
* | Convert the other getHostByName implementations to StringRef. | Rafael Espindola | 2013-12-12 | 1 | -5/+5 |
* | Return a StringRef from getHostCPUName. | Rafael Espindola | 2013-12-12 | 1 | -1/+1 |
* | Make helper function static. | Benjamin Kramer | 2013-11-25 | 1 | -2/+3 |
* | X86: enable AVX2 under Haswell native compilation | Tim Northover | 2013-11-25 | 1 | -6/+90 |
* | X86: Add a description for AMD bdver3 aka Steamroller. | Benjamin Kramer | 2013-11-04 | 1 | -3/+5 |
* | [SystemZ] Automatically detect zEC12 and z196 hosts | Richard Sandiford | 2013-10-31 | 1 | -0/+42 |
* | Adds support for Atom Silvermont (SLM) - -march=slm | Preston Gurd | 2013-09-13 | 1 | -1/+2 |
* | X86: Add a description of the Intel Atom Silvermont CPU. | Benjamin Kramer | 2013-08-30 | 1 | -0/+5 |
* | Actually, use GNU inline asm for cpuid with clang | Reid Kleckner | 2013-08-16 | 1 | -10/+10 |
* | Use the MSVC __cpuid intrinsic instead of inline asm | Reid Kleckner | 2013-08-14 | 1 | -31/+14 |
* | Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2. | Benjamin Kramer | 2013-07-29 | 1 | -1/+3 |
* | Ensure sys::getProcessTriple always uses a normalized triple. Patch by | Duncan Sands | 2013-07-17 | 1 | -1/+1 |
* | Make host ARM CPU feature detection independent of the vendor | Tobias Grosser | 2013-06-11 | 1 | -30/+20 |
* | Allow host triple to be correctly overridden in CMake builds | Tim Northover | 2013-05-04 | 1 | -1/+1 |
* | X86: Add target description for btver2; make autodetection logic aware of AVX. | Benjamin Kramer | 2013-05-03 | 1 | -3/+8 |
* | Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec... | Aaron Ballman | 2013-04-23 | 1 | -1/+1 |
* | Convert windows line endings to linux/unix line endings. | Craig Topper | 2013-04-22 | 1 | -13/+13 |
* | Ensuring that both bits are set, and not just a combination of one or the other. | Aaron Ballman | 2013-04-03 | 1 | -1/+2 |
* | Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr... | Aaron Ballman | 2013-04-03 | 1 | -2/+2 |