index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
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