Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename ENABLE_THREADS to LLVM_ENABLE_THREADS | Dylan Noblesmith | 2011-11-28 | 1 | -4/+4 |
| | | | | | | | | | | | Now that it needs to be exported in a public header (Valgrind.h) it should be prefixed to avoid collision with other projects. Add it to llvm-config.h as well. This'll require regenerating the configure script after this commit, but I don't have the required autoconf version. llvm-svn: 145214 | ||||
* | Rename LLVM_MULTITHREADED define and fix build without threads. | Eric Christopher | 2011-09-19 | 1 | -4/+4 |
| | | | | | | Patch by Arrowdodger. llvm-svn: 140064 | ||||
* | Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman! | NAKAMURA Takumi | 2011-09-19 | 1 | -2/+33 |
| | | | | llvm-svn: 140011 | ||||
* | 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 |