summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Atomic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix .cpp files claiming to be header filesHans Wennborg2014-06-201-1/+1
| | | | llvm-svn: 211334
* Include intrin.h before windows.h as a workaround for the x64 self-hostReid Kleckner2014-05-061-0/+1
| | | | | | | | | On x64, windows.h doesn't include intrin.h for intrinsics. It just declares them in the global namespace and uses them, expecting the compiler to lower it as a builtin. We basically need to do this in clang, eventually. llvm-svn: 208023
* XLC supports the same atomic functions as GCC, use them.Rafael Espindola2012-11-021-5/+9
| | | | | | Patch by Kai. llvm-svn: 167309
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+1
| | | | llvm-svn: 147197
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-191-5/+5
| | | | | | Patch by Arrowdodger. llvm-svn: 140064
* Merge System into Support.Michael J. Spencer2010-11-291-0/+112
llvm-svn: 120298
OpenPOWER on IntegriCloud