Simplify memory management with std::unique_ptr.
[oota-llvm.git] / lib / Support / Unix / Host.inc
2015-02-12 Tim NorthoverTriple: refactor redundant code.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Remove <cstdlib>. It has been unused...
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Wrap a comment line in 80-col.
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Remove leading whitespace. It had been...
2014-03-30 Saleem AbdulrasoolSupport: normalize the default triple on Unix
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-09-20 Bob WilsonRemove the hack to check UNAME_RELEASE when identifying...
2011-08-10 Bob WilsonClarify a comment.
2011-08-09 Bob WilsonPut Darwin-specific code inside an __APPLE__ ifdef.
2011-08-09 Bob WilsonRecognize the UNAME_RELEASE environment variable to...
2011-05-17 Rafael EspindolaDon't include information about the build into the...
2011-04-20 Daniel Dunbarsys/Host: Change getHostTriple() to return the full...
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.