Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix .cpp files claiming to be header files | Hans Wennborg | 2014-06-20 | 1 | -1/+1 |
| | | | | llvm-svn: 211334 | ||||
* | Include intrin.h before windows.h as a workaround for the x64 self-host | Reid Kleckner | 2014-05-06 | 1 | -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 Espindola | 2012-11-02 | 1 | -5/+9 |
| | | | | | | Patch by Kai. llvm-svn: 167309 | ||||
* | drop unneeded config.h includes | Dylan Noblesmith | 2011-12-22 | 1 | -1/+1 |
| | | | | llvm-svn: 147197 | ||||
* | Rename LLVM_MULTITHREADED define and fix build without threads. | Eric Christopher | 2011-09-19 | 1 | -5/+5 |
| | | | | | | Patch by Arrowdodger. llvm-svn: 140064 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+112 |
llvm-svn: 120298 |