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
/
Unix
/
Host.inc
Age
Commit message (
Expand
)
Author
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
Sebastian Pop
2011-09-20
Remove the hack to check UNAME_RELEASE when identifying the Darwin version.
Bob Wilson
2011-08-10
Clarify a comment.
Bob Wilson
2011-08-09
Put Darwin-specific code inside an __APPLE__ ifdef.
Bob Wilson
2011-08-09
Recognize the UNAME_RELEASE environment variable to match Darwin's uname.
Bob Wilson
2011-05-17
Don't include information about the build into the information returned by
Rafael Espindola
2011-04-20
sys/Host: Change getHostTriple() to return the full Darwin version on OS X.
Daniel Dunbar
2010-12-19
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-11-29
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
Merge System into Support.
Michael J. Spencer