aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-43/+151
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+7
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-59/+40
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+43
* Update to LLVM 3.5a.Stephen Hines2014-04-241-8/+20
* Merging r195632:Bill Wendling2013-11-261-6/+90
* X86: Add a description for AMD bdver3 aka Steamroller.Benjamin Kramer2013-11-041-3/+5
* [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-311-0/+42
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-131-1/+2
* X86: Add a description of the Intel Atom Silvermont CPU.Benjamin Kramer2013-08-301-0/+5
* Actually, use GNU inline asm for cpuid with clangReid Kleckner2013-08-161-10/+10
* Use the MSVC __cpuid intrinsic instead of inline asmReid Kleckner2013-08-141-31/+14
* Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.Benjamin Kramer2013-07-291-1/+3
* Ensure sys::getProcessTriple always uses a normalized triple. Patch byDuncan Sands2013-07-171-1/+1
* Make host ARM CPU feature detection independent of the vendorTobias Grosser2013-06-111-30/+20
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-041-1/+1
* X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer2013-05-031-3/+8
* Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...Aaron Ballman2013-04-231-1/+1
* Convert windows line endings to linux/unix line endings.Craig Topper2013-04-221-13/+13
* Ensuring that both bits are set, and not just a combination of one or the other.Aaron Ballman2013-04-031-1/+2
* Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...Aaron Ballman2013-04-031-2/+2
* Second pass at addressing PR15351 by explicitly checking for AVX supportAaron Ballman2013-04-031-2/+25
* Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...Aaron Ballman2013-04-031-23/+2
* Attempting to fix the build on older GCC versions.Aaron Ballman2013-04-031-1/+2
* This patch addresses PR15351 by explicitly checking for AVX supportAaron Ballman2013-04-031-2/+22
* Add support for autodetection of ADM bdver2.Roman Divacky2013-02-261-1/+4
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-0/+12
* Define getHostCPUFeatures for ARM Linux platformHao Liu2012-12-131-0/+58
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Add support for Cortex-A15 host recognition.James Molloy2012-10-311-0/+1
* Add support for detecting some corei7-class Xeons.Benjamin Kramer2012-09-261-0/+2
* Add support for AMD Geode.Roman Divacky2012-09-121-0/+1
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-191-3/+2
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-181-0/+3
* Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer2012-06-261-0/+55
* Fixes for PPC host detection and features.Hal Finkel2012-06-121-1/+1
* Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel2012-06-121-0/+130
* Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen2012-06-121-130/+0
* Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel2012-06-111-0/+130
* Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.Bob Wilson2012-05-091-1/+1
* Change the Intel Atom detection code to recognizePreston Gurd2012-05-021-2/+3
* Add a missing cpu subtype.Evan Cheng2012-04-231-0/+4
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-171-1/+8
* Add definitions for AMD's bobcat (aka btver1)Benjamin Kramer2012-01-101-0/+2
* Autodetect bulldozers.Benjamin Kramer2011-12-011-0/+2
* Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.Benjamin Kramer2011-08-251-2/+2
* Update comments for SandyBridge CPU identifiers.Bob Wilson2011-07-081-2/+6
* Recognize Intel CPUs with Family=6 and Model=44.Bob Wilson2011-07-081-0/+1