summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Atomic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix llvm-for-windows-on-linux build after LLVM r272701.Nico Weber2017-08-031-2/+2
* Fix another ordering constraint with windows.h and comment aboutChandler Carruth2017-06-061-0/+2
* Remove all of the legacy home-grown atomic operations LLVM providedChandler Carruth2016-06-021-59/+0
* Fix .cpp files claiming to be header filesHans Wennborg2014-06-201-1/+1
* Include intrin.h before windows.h as a workaround for the x64 self-hostReid Kleckner2014-05-061-0/+1
* XLC supports the same atomic functions as GCC, use them.Rafael Espindola2012-11-021-5/+9
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+1
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-191-5/+5
* Merge System into Support.Michael J. Spencer2010-11-291-0/+112
OpenPOWER on IntegriCloud