aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Host.inc
AgeCommit message (Expand)Author
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop
2011-09-20Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson
2011-08-10Clarify a comment.Bob Wilson
2011-08-09Put Darwin-specific code inside an __APPLE__ ifdef.Bob Wilson
2011-08-09Recognize the UNAME_RELEASE environment variable to match Darwin's uname.Bob Wilson
2011-05-17Don't include information about the build into the information returned byRafael Espindola
2011-04-20sys/Host: Change getHostTriple() to return the full Darwin version on OS X.Daniel Dunbar
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer