Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check ↵ | Craig Topper | 2014-04-15 | 1 | -5/+5 |
| | | | | | | instead of comparing to nullptr. llvm-svn: 206252 | ||||
* | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -2/+2 |
| | | | | llvm-svn: 205697 | ||||
* | Remove dead code. | David Blaikie | 2012-01-15 | 1 | -67/+35 |
| | | | | 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 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+157 |
llvm-svn: 120298 |