| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Repair cmake libatomic check. | James Y Knight | 2015-06-16 | 1 | -6/+36 |
| | | | | | | | | | | | | | | | The cmake check for whether libatomic could be used had been unconditionally setting the result to false. Which was somewhat fortunate, because the prerequisite check for whether it was *needed* was always claiming it was, even if it was not. However, this made platforms where libatomic is actually necessary fail to link. Differential Revision: http://reviews.llvm.org/D10453 llvm-svn: 239819 | ||||
| * | cmake: Use MSVC atomics with clang-cl | Reid Kleckner | 2015-03-02 | 1 | -0/+1 |
| | | | | | llvm-svn: 231022 | ||||
| * | build: check if atomic routines are implicitly provided | Saleem Abdulrasool | 2015-02-25 | 1 | -3/+7 |
| | | | | | | | | | | | It is possible for the atomic routines to be provided by the compiler without requiring any additional libraries. Check if that is the case before checking for a library. Patch by Matt Glazar! llvm-svn: 230452 | ||||
| * | Add CMake check for libatomic. | Evgeniy Stepanov | 2014-09-12 | 1 | -0/+5 |
| | | | | | llvm-svn: 217666 | ||||
| * | Rename LLVM_MULTITHREADED define and fix build without threads. | Eric Christopher | 2011-09-19 | 1 | -2/+2 |
| | | | | | | | Patch by Arrowdodger. llvm-svn: 140064 | ||||
| * | CheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SOURCE_COMPILES. | Oscar Fuentes | 2009-12-06 | 1 | -2/+1 |
| | | | | | llvm-svn: 90685 | ||||
| * | Fix for atomic intrinsics detection when using MSVC. | Oscar Fuentes | 2009-12-05 | 1 | -0/+12 |
| | | | | | | | Patch by Michael Beck! llvm-svn: 90683 | ||||
| * | Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. | Xerxes Ranby | 2009-07-17 | 1 | -0/+18 |
| llvm-svn: 76221 | |||||

