summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Host.inc
Commit message (Expand)AuthorAgeFilesLines
* Triple: refactor redundant code.Tim Northover2015-02-121-19/+5
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+3
* Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.NAKAMURA Takumi2014-09-241-1/+0
* Unix/Host.inc: Wrap a comment line in 80-col.NAKAMURA Takumi2014-09-241-1/+2
* Unix/Host.inc: Remove leading whitespace. It had been here since r56942!NAKAMURA Takumi2014-09-241-1/+1
* Support: normalize the default triple on UnixSaleem Abdulrasool2014-03-301-1/+1
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-12/+6
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-041-6/+12
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-5/+5
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-011-4/+1
* Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson2011-09-201-9/+0
* Clarify a comment.Bob Wilson2011-08-101-1/+3
* Put Darwin-specific code inside an __APPLE__ ifdef.Bob Wilson2011-08-091-0/+2
* Recognize the UNAME_RELEASE environment variable to match Darwin's uname.Bob Wilson2011-08-091-0/+6
* Don't include information about the build into the information returned byRafael Espindola2011-05-171-29/+0
* sys/Host: Change getHostTriple() to return the full Darwin version on OS X.Daniel Dunbar2011-04-201-4/+1
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+96
OpenPOWER on IntegriCloud