index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Host.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a debugging assert.
Rafael Espindola
2014-12-17
1
-1
/
+0
*
Fix the windows build.
Rafael Espindola
2014-12-17
1
-0
/
+2
*
Refactor and simplify the code reading /proc/cpuinfo. NFC.
Rafael Espindola
2014-12-17
1
-47
/
+32
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-2
/
+2
*
Add support for ppc64/power8 as a host
Will Schmidt
2014-06-26
1
-0
/
+2
*
Fix .cpp files claiming to be header files
Hans Wennborg
2014-06-20
1
-1
/
+1
*
Fix typos
Alp Toker
2014-05-31
1
-1
/
+1
*
Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel he...
Bradley Smith
2014-05-23
1
-9
/
+9
*
Extend sys::getHostCPUFeatures to work on AArch64 platforms
Bradley Smith
2014-05-22
1
-1
/
+37
*
Select bdver2 instead of bdver1 if TBM support is present on models < 0x10.
Kaelyn Takata
2014-05-05
1
-1
/
+2
*
Add a description for AMD's bdver4 (aka Excavator).
Benjamin Kramer
2014-05-02
1
-0
/
+2
*
[Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARM
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Add support for krait cpu in llvm::sys::getHostCPUName()
Kai Nacke
2013-12-20
1
-0
/
+11
*
Fix Typo.
Rafael Espindola
2013-12-12
1
-1
/
+1
*
Convert the other getHostByName implementations to StringRef.
Rafael Espindola
2013-12-12
1
-5
/
+5
*
Return a StringRef from getHostCPUName.
Rafael Espindola
2013-12-12
1
-1
/
+1
*
Make helper function static.
Benjamin Kramer
2013-11-25
1
-2
/
+3
*
X86: enable AVX2 under Haswell native compilation
Tim Northover
2013-11-25
1
-6
/
+90
*
X86: Add a description for AMD bdver3 aka Steamroller.
Benjamin Kramer
2013-11-04
1
-3
/
+5
*
[SystemZ] Automatically detect zEC12 and z196 hosts
Richard Sandiford
2013-10-31
1
-0
/
+42
*
Adds support for Atom Silvermont (SLM) - -march=slm
Preston Gurd
2013-09-13
1
-1
/
+2
*
X86: Add a description of the Intel Atom Silvermont CPU.
Benjamin Kramer
2013-08-30
1
-0
/
+5
*
Actually, use GNU inline asm for cpuid with clang
Reid Kleckner
2013-08-16
1
-10
/
+10
*
Use the MSVC __cpuid intrinsic instead of inline asm
Reid Kleckner
2013-08-14
1
-31
/
+14
*
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
[next]