Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+116 |
| | | | | llvm-svn: 120298 | ||||
* | Move Threading.[h|cpp] from Support to System. | Owen Anderson | 2009-06-18 | 1 | -63/+0 |
| | | | | llvm-svn: 73707 | ||||
* | Add newline at end of file. | Owen Anderson | 2009-06-16 | 1 | -1/+1 |
| | | | | llvm-svn: 73551 | ||||
* | Split the thread-related APIs out into their own file, and add a few more | Owen Anderson | 2009-06-16 | 1 | -0/+63 |
calls for convenience. llvm-svn: 73512 |