summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/Intrin.h
Commit message (Expand)AuthorAgeFilesLines
...
* One more intrinsic.Eric Christopher2014-01-251-0/+2
* Add missing intrinsics, fix a couple of typos in intrinsic names,Eric Christopher2014-01-241-6/+40
* Add implementations of __readfs{byte,word,dword,qword} to Intrin.hHans Wennborg2014-01-241-0/+33
* Intrin.h: fix definitions of _Interlocked{In,De}crement16Hans Wennborg2014-01-231-4/+4
* Add implementations of _cpuid and _xgetbv to Intrin.hHans Wennborg2014-01-161-0/+19
* Add implementations of the MSVC barrier intrinsicsReid Kleckner2013-10-171-0/+21
* Fixing implementation of bittestandset in Intrin.h.Warren Hunt2013-10-011-2/+2
* Changing __X86_64__ to __x86_64__ in Intrin.h.Warren Hunt2013-09-301-12/+12
* Typo correction: _int64 -> __int64.Warren Hunt2013-09-281-1/+1
* Implements some of the more commonly used intrinsics in Intrin.hWarren Hunt2013-09-271-0/+412
* Fix ifdef ordering at the end of Intrin.h from r190965Reid Kleckner2013-09-191-3/+5
* Fix closing brace around ifdef.Eric Christopher2013-09-181-0/+2
* The intrinsics should all have C linkage.Eric Christopher2013-09-181-2/+8
* Typo.Eric Christopher2013-08-311-1/+1
* Add initial clang targeted compatible decls for Intrin.h. Step towardsEric Christopher2013-08-311-0/+341
OpenPOWER on IntegriCloud