| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify a comment. | Bob Wilson | 2011-08-10 | 1 | -1/+3 |
| | | | | | llvm-svn: 137204 | ||||
| * | Put Darwin-specific code inside an __APPLE__ ifdef. | Bob Wilson | 2011-08-09 | 1 | -0/+2 |
| | | | | | llvm-svn: 137137 | ||||
| * | Recognize the UNAME_RELEASE environment variable to match Darwin's uname. | Bob Wilson | 2011-08-09 | 1 | -0/+6 |
| | | | | | | | | | When this variable is set, "uname -r" will return its value instead of the real OS version. Make this affect LLVM's triple for consistency. <rdar://problem/9919167> llvm-svn: 137111 | ||||
| * | Don't include information about the build into the information returned by | Rafael Espindola | 2011-05-17 | 1 | -29/+0 |
| | | | | | | | getHostTriple. This fixes a 32 bit clang running on a 64 bit ubuntu. llvm-svn: 131463 | ||||
| * | sys/Host: Change getHostTriple() to return the full Darwin version on OS X. | Daniel Dunbar | 2011-04-20 | 1 | -4/+1 |
| | | | | | llvm-svn: 129852 | ||||
| * | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky | 2010-12-19 | 1 | -0/+1 |
| | | | | | llvm-svn: 122193 | ||||
| * | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 1 | -1/+1 |
| | | | | | | | | | from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314 | ||||
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+96 |
| llvm-svn: 120298 | |||||

