Use the MSVC __cpuid intrinsic instead of inline asm
[oota-llvm.git] / lib / Support / Host.cpp
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.