aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Atomic.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-02Remove all of the legacy home-grown atomic operations LLVM providedChandler Carruth1-59/+0
2014-06-20Fix .cpp files claiming to be header filesHans Wennborg1-1/+1
2014-05-06Include intrin.h before windows.h as a workaround for the x64 self-hostReid Kleckner1-0/+1
2012-11-02XLC supports the same atomic functions as GCC, use them.Rafael Espindola1-5/+9
2011-12-22drop unneeded config.h includesDylan Noblesmith1-1/+1
2011-09-19Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher1-5/+5
2010-11-29Merge System into Support.Michael J. Spencer1-0/+112