summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Host.inc
Commit message (Collapse)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-96/+0
| | | | llvm-svn: 120298
* Improve llvm::getHostTriple for some cases where the LLVM_HOSTTRIPLE is notDaniel Dunbar2009-09-031-4/+42
| | | | | | reliable. llvm-svn: 80863
* Add llvm::sys::getHostTriple and removeDaniel Dunbar2009-03-311-9/+25
| | | | | | | | | | | llvm::sys::getOS{Name,Version}. Right now the implementation just derives from LLVM_HOSTTRIPLE (which is wrong, but it doesn't look like we have a define for the target triple). Ideally this routine would actually be able to compute the triple for targets we care about. llvm-svn: 68118
* Add Emacs hints to Alarm.inc.Mikhail Glushenkov2009-02-081-3/+3
| | | | | | Also removes some trailing whitespace and fixes one 80-column violation. llvm-svn: 64094
* rename methods in System/Host to be more consistent.Chris Lattner2009-01-221-2/+2
| | | | llvm-svn: 62776
* Add llvm::sys::{osName,osVersion} for retrieving operating system nameDaniel Dunbar2008-10-021-0/+42
& version as strings. - Win32 code is untested. llvm-svn: 56942
OpenPOWER on IntegriCloud