summaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Host.inc
AgeCommit message (Expand)AuthorFilesLines
2014-03-30Support: normalize the default triple on UnixSaleem Abdulrasool1-1/+1
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop1-12/+6
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop1-6/+12
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop1-5/+5
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop1-4/+1
2011-09-20Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson1-9/+0
2011-08-10Clarify a comment.Bob Wilson1-1/+3
2011-08-09Put Darwin-specific code inside an __APPLE__ ifdef.Bob Wilson1-0/+2
2011-08-09Recognize the UNAME_RELEASE environment variable to match Darwin's uname.Bob Wilson1-0/+6
2011-05-17Don't include information about the build into the information returned byRafael Espindola1-29/+0
2011-04-20sys/Host: Change getHostTriple() to return the full Darwin version on OS X.Daniel Dunbar1-4/+1
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky1-0/+1
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+96