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
/
System
/
Host.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add one more Core i7 model number.
Jakob Stoklund Olesen
2010-09-19
1
-0
/
+2
*
add corei7, the laptop version.
Chris Lattner
2010-09-19
1
-0
/
+1
*
lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and "(R)" in comments.
NAKAMURA Takumi
2010-09-09
1
-16
/
+16
*
compute the HasSSE3 bit correctly, patch by Nikolai Saoukh.
Chris Lattner
2010-09-06
1
-9
/
+8
*
Stubs for getHostCPUFeatures API. This implements part of PR5389.
Xerxes Ranby
2010-01-19
1
-0
/
+4
*
Add "generic" fallback.
Torok Edwin
2009-12-14
1
-0
/
+1
*
Using _MSC_VER there was wrong, better just use the already existing ifdefs for
Torok Edwin
2009-12-13
1
-5
/
+4
*
Enable CPU detection when using MS VS 2k8 too.
Torok Edwin
2009-12-12
1
-1
/
+1
*
Unbreak x64 MSVC build. Patch by Nicolas Capens!
Benjamin Kramer
2009-11-19
1
-0
/
+3
*
Revert CPU detection code to return "generic" instead of an empty string in case
Benjamin Kramer
2009-11-17
1
-3
/
+3
*
Remove bogus corei7 and atom entries, the family was incorrect.
Daniel Dunbar
2009-11-14
1
-4
/
+0
*
Fill out X86 table, although we are missing lots of names for things. We now
Daniel Dunbar
2009-11-14
1
-49
/
+131
*
Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.
Daniel Dunbar
2009-11-14
1
-0
/
+196
*
Add llvm::sys::{osName,osVersion} for retrieving operating system name
Daniel Dunbar
2008-10-02
1
-0
/
+24