index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Host.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Second pass at addressing PR15351 by explicitly checking for AVX support
Aaron Ballman
2013-04-03
1
-2
/
+25
*
Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...
Aaron Ballman
2013-04-03
1
-23
/
+2
*
Attempting to fix the build on older GCC versions.
Aaron Ballman
2013-04-03
1
-1
/
+2
*
This patch addresses PR15351 by explicitly checking for AVX support
Aaron Ballman
2013-04-03
1
-2
/
+22
*
Add support for autodetection of ADM bdver2.
Roman Divacky
2013-02-26
1
-1
/
+4
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
1
-0
/
+12
*
Define getHostCPUFeatures for ARM Linux platform
Hao Liu
2012-12-13
1
-0
/
+58
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Add support for Cortex-A15 host recognition.
James Molloy
2012-10-31
1
-0
/
+1
*
Add support for detecting some corei7-class Xeons.
Benjamin Kramer
2012-09-26
1
-0
/
+2
*
Add support for AMD Geode.
Roman Divacky
2012-09-12
1
-0
/
+1
*
Adds the family codes for the Midview Atom processors so that the
Preston Gurd
2012-07-19
1
-3
/
+2
*
This patch fixes 8 out of 20 unexpected failures in "make check"
Preston Gurd
2012-07-18
1
-0
/
+3
*
Implement getHostCPUName for ARM/linux. This will be used to implement -march...
Benjamin Kramer
2012-06-26
1
-0
/
+55
*
Fixes for PPC host detection and features.
Hal Finkel
2012-06-12
1
-1
/
+1
*
Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...
Hal Finkel
2012-06-12
1
-0
/
+130
*
Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...
Jakob Stoklund Olesen
2012-06-12
1
-130
/
+0
*
Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().
Hal Finkel
2012-06-11
1
-0
/
+130
*
Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.
Bob Wilson
2012-05-09
1
-1
/
+1
*
Change the Intel Atom detection code to recognize
Preston Gurd
2012-05-02
1
-2
/
+3
*
Add a missing cpu subtype.
Evan Cheng
2012-04-23
1
-0
/
+4
*
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-17
1
-1
/
+8
*
Add definitions for AMD's bobcat (aka btver1)
Benjamin Kramer
2012-01-10
1
-0
/
+2
*
Autodetect bulldozers.
Benjamin Kramer
2011-12-01
1
-0
/
+2
*
Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.
Benjamin Kramer
2011-08-25
1
-2
/
+2
*
Update comments for SandyBridge CPU identifiers.
Bob Wilson
2011-07-08
1
-2
/
+6
*
Recognize Intel CPUs with Family=6 and Model=44.
Bob Wilson
2011-07-08
1
-0
/
+1
*
add another sandybridge alias.
Chris Lattner
2011-06-09
1
-0
/
+1
*
Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.
Benjamin Kramer
2011-05-20
1
-1
/
+1
*
Add support for detection of Intel SandyBridge.
Roman Divacky
2011-04-05
1
-0
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-0
/
+307