[x86] adding PKU feature flag
[oota-llvm.git] / lib / Support / Host.cpp
2015-12-15 Asaf Badouh[x86] adding PKU feature flag
2015-10-14 Craig Topper[X86] Update CPU detection to only enable XSAVE feature...
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-08-08 Craig TopperAdd model numbers for Skylake CPUs and an additional...
2015-08-08 Craig TopperAdd Intel family 6 model 93 as Silvermont.
2015-08-07 Craig TopperAdd Intel family 6 model 90 as Silvermont. Fixes PR24392.
2015-05-05 Ulrich Weigand[SystemZ] Add z13 vector facility and MC support
2015-03-31 Craig Topper[X86] Stop changing result of getHostCPUName based...
2015-03-31 Craig Topper[X86] Be more robust against unknown Intel family 6...
2015-03-30 Craig Topper[X86] In getHostCPUFeatures, disable xop, f16c, fma...
2015-03-30 Craig Topper[X86] Use the more specific CPU names like 'nehalem...
2015-03-30 Craig Topper[X86] Move family 6 model 21 to 'pentium-m'. Near as...
2015-03-30 Craig Topper[X86] Family 6 model 29 is a Penryn based processor...
2015-03-29 Craig TopperFix a variable name in MSVC specific part of rr233487.
2015-03-29 Craig Topper[X86] Implement getHostCPUFeatures for X86.
2015-03-23 Craig TopperFix typo 'AVX too' instead of 'AVX2'
2015-03-23 Craig Topper[X86] Add one stepping of Broadwell to the CPU name...
2015-02-16 Aaron BallmanWe require MSVC 1800 as our minimum, so these checks...
2014-12-17 Rafael EspindolaRemove a debugging assert.
2014-12-17 Rafael EspindolaFix the windows build.
2014-12-17 Rafael EspindolaRefactor and simplify the code reading /proc/cpuinfo...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-06-26 Will SchmidtAdd support for ppc64/power8 as a host
2014-06-20 Hans WennborgFix .cpp files claiming to be header files
2014-05-31 Alp TokerFix typos
2014-05-23 Bradley SmithFixup sys::getHostCPUFeatures crypto names so it doesn...
2014-05-22 Bradley SmithExtend sys::getHostCPUFeatures to work on AArch64 platforms
2014-05-05 Kaelyn TakataSelect bdver2 instead of bdver1 if TBM support is prese...
2014-05-02 Benjamin KramerAdd a description for AMD's bdver4 (aka Excavator).
2014-04-21 Chandler Carruth[Modules] Followup to r206822 to add a DEBUG_TYPE which...
2013-12-20 Kai NackeAdd support for krait cpu in llvm::sys::getHostCPUName()
2013-12-12 Rafael EspindolaFix Typo.
2013-12-12 Rafael EspindolaConvert the other getHostByName implementations to...
2013-12-12 Rafael EspindolaReturn a StringRef from getHostCPUName.
2013-11-25 Benjamin KramerMake helper function static.
2013-11-25 Tim NorthoverX86: enable AVX2 under Haswell native compilation
2013-11-04 Benjamin KramerX86: Add a description for AMD bdver3 aka Steamroller.
2013-10-31 Richard Sandiford[SystemZ] Automatically detect zEC12 and z196 hosts
2013-09-13 Preston GurdAdds support for Atom Silvermont (SLM) - -march=slm
2013-08-30 Benjamin KramerX86: Add a description of the Intel Atom Silvermont...
2013-08-16 Reid KlecknerActually, use GNU inline asm for cpuid with clang
2013-08-14 Reid KlecknerUse the MSVC __cpuid intrinsic instead of inline asm
2013-07-29 Benjamin KramerSome Intel Penryn CPUs come with SSE4 disabled. Detect...
2013-07-17 Duncan SandsEnsure sys::getProcessTriple always uses a normalized...
2013-06-11 Tobias GrosserMake host ARM CPU feature detection independent of...
2013-05-04 Tim NorthoverAllow host triple to be correctly overridden in CMake...
2013-05-03 Benjamin KramerX86: Add target description for btver2; make autodetect...
2013-04-23 Aaron BallmanTesting for _XCR_XFEATURE_ENABLED_MASK instead of a...
2013-04-22 Craig TopperConvert windows line endings to linux/unix line endings.
2013-04-03 Aaron BallmanEnsuring that both bits are set, and not just a combina...
2013-04-03 Aaron BallmanTesting for Visual Studio 2010 SP1 or greater before...
2013-04-03 Aaron BallmanSecond pass at addressing PR15351 by explicitly checkin...
2013-04-03 Aaron BallmanRolling back the AVX support patch due to breaking...
2013-04-03 Aaron BallmanAttempting to fix the build on older GCC versions.
2013-04-03 Aaron BallmanThis patch addresses PR15351 by explicitly checking...
2013-02-26 Roman DivackyAdd support for autodetection of ADM bdver2.
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2012-12-13 Hao LiuDefine getHostCPUFeatures for ARM Linux platform
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-31 James MolloyAdd support for Cortex-A15 host recognition.
2012-09-26 Benjamin KramerAdd support for detecting some corei7-class Xeons.
2012-09-12 Roman DivackyAdd support for AMD Geode.
2012-07-19 Preston GurdAdds the family codes for the Midview Atom processors...
2012-07-18 Preston GurdThis patch fixes 8 out of 20 unexpected failures in...
2012-06-26 Benjamin KramerImplement getHostCPUName for ARM/linux. This will be...
2012-06-12 Hal FinkelFixes for PPC host detection and features.
2012-06-12 Hal FinkelReapply r158337, this time properly protect Darwin...
2012-06-12 Jakob Stoklund OlesenRevert r158337 "Move PPC host-CPU detection logic from...
2012-06-11 Hal FinkelMove PPC host-CPU detection logic from PPCSubtarget...
2012-05-09 Bob WilsonUse the cpuid 64 bit flag to pick the default CPU name...
2012-05-02 Preston GurdChange the Intel Atom detection code to recognize
2012-04-23 Evan ChengAdd a missing cpu subtype.
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-10 Benjamin KramerAdd definitions for AMD's bobcat (aka btver1)
2011-12-01 Benjamin KramerAutodetect bulldozers.
2011-08-25 Benjamin KramerIntel family 6 model 44 is Gulftown/Westmere-EP and...
2011-07-08 Bob WilsonUpdate comments for SandyBridge CPU identifiers.
2011-07-08 Bob WilsonRecognize Intel CPUs with Family=6 and Model=44.
2011-06-09 Chris Lattneradd another sandybridge alias.
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-04-05 Roman DivackyAdd support for detection of Intel SandyBridge.
2010-11-29 Michael J. SpencerMerge System into Support.