index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Host.cpp
Age
Commit message (
Expand
)
Author
2013-02-26
Add support for autodetection of ADM bdver2.
Roman Divacky
2013-01-16
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2012-12-13
Define getHostCPUFeatures for ARM Linux platform
Hao Liu
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-31
Add support for Cortex-A15 host recognition.
James Molloy
2012-09-26
Add support for detecting some corei7-class Xeons.
Benjamin Kramer
2012-09-12
Add support for AMD Geode.
Roman Divacky
2012-07-19
Adds the family codes for the Midview Atom processors so that the
Preston Gurd
2012-07-18
This patch fixes 8 out of 20 unexpected failures in "make check"
Preston Gurd
2012-06-26
Implement getHostCPUName for ARM/linux. This will be used to implement -march...
Benjamin Kramer
2012-06-12
Fixes for PPC host detection and features.
Hal Finkel
2012-06-12
Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...
Hal Finkel
2012-06-12
Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...
Jakob Stoklund Olesen
2012-06-11
Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().
Hal Finkel
2012-05-09
Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.
Bob Wilson
2012-05-02
Change the Intel Atom detection code to recognize
Preston Gurd
2012-04-23
Add a missing cpu subtype.
Evan Cheng
2012-01-17
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-10
Add definitions for AMD's bobcat (aka btver1)
Benjamin Kramer
2011-12-01
Autodetect bulldozers.
Benjamin Kramer
2011-08-25
Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.
Benjamin Kramer
2011-07-08
Update comments for SandyBridge CPU identifiers.
Bob Wilson
2011-07-08
Recognize Intel CPUs with Family=6 and Model=44.
Bob Wilson
2011-06-09
add another sandybridge alias.
Chris Lattner
2011-05-20
Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.
Benjamin Kramer
2011-04-05
Add support for detection of Intel SandyBridge.
Roman Divacky
2010-11-29
Merge System into Support.
Michael J. Spencer