Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for the OpenBSD for Bitrig. | Eric Christopher | 2012-08-06 | 1 | -1/+2 |
| | | | | | | Patch by David Hill. llvm-svn: 161344 | ||||
* | Persuade GCC that there is nothing worth warning about here (there isn't). | Duncan Sands | 2012-02-05 | 1 | -1/+1 |
| | | | | llvm-svn: 149834 | ||||
* | Remove dead code. | David Blaikie | 2012-01-15 | 1 | -73/+44 |
| | | | | llvm-svn: 148206 | ||||
* | rename ENABLE_THREADS to LLVM_ENABLE_THREADS | Dylan Noblesmith | 2011-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | Clean up a few references to System/. We still have docs/SystemLibrary.html | Daniel Dunbar | 2011-10-11 | 1 | -1/+1 |
| | | | | | | lying around... llvm-svn: 141703 | ||||
* | Check the errorcode. | Argyrios Kyrtzidis | 2011-02-18 | 1 | -0/+1 |
| | | | | llvm-svn: 125804 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+156 |
| | | | | llvm-svn: 120298 | ||||
* | This file goes away | Chris Lattner | 2004-01-17 | 1 | -24/+0 |
| | | | | llvm-svn: 10905 | ||||
* | Lock abstraction, introduced with a view toward making the JIT thread-safe. | Brian Gaeke | 2003-12-01 | 1 | -0/+24 |
Eventually. llvm-svn: 10284 |