aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Atomic.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-08-03Fix llvm-for-windows-on-linux build after LLVM r272701.Nico Weber1-2/+2
2017-06-06Fix another ordering constraint with windows.h and comment aboutChandler Carruth1-0/+2
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