Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revision of Brian's threading support library to be a bit more generic and | Chris Lattner | 2004-01-17 | 1 | -51/+24 |
| | | | | | | | | | platform independent. This code is completely untested (but never used), and needs autoconf support for detecting pthreads, but it's a start, and deletes two emails from my inbox. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10906 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Lock abstraction, introduced with a view toward making the JIT thread-safe. | Brian Gaeke | 2003-12-01 | 1 | -0/+69 |
Eventually. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10284 91177308-0d34-0410-b5e6-96231b3b80d8 |