index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Headers
/
Intrin.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Intrin.h to intrin.h, that's how all the documentation calls it.
Nico Weber
2016-06-14
1
-957
/
+0
*
[Intrin.h] Sort the __read[fg]s intrinsics
David Majnemer
2016-05-27
1
-8
/
+8
*
Remove a duplicate declaration specifier from _ReadBarrier
David Majnemer
2016-02-20
1
-1
/
+0
*
Intrin.h: implement __emul and __emulu
Hans Wennborg
2015-10-14
1
-0
/
+11
*
[X86] Add XSAVE intrinsic family
Amjad Aboud
2015-10-13
1
-6
/
+0
*
ms Intrin.h: Fix __movsw's and __stosw's inline asm.
Nico Weber
2015-09-22
1
-2
/
+2
*
[X86] Remove unnecessary MMX declarations from Intrin.h
Simon Pilgrim
2015-08-25
1
-3
/
+0
*
Revert r245923 since it breaks mingw.
Michael Kuperstein
2015-08-25
1
-0
/
+20
*
[X86] Expose the various _rot intrinsics on non-MS platforms
Michael Kuperstein
2015-08-25
1
-20
/
+0
*
[Intrin.h] Use compiler builtins to model memory barriers
David Majnemer
2015-07-16
1
-6
/
+4
*
[Intrin.h] Use __ATOMIC_SEQ_CST instead of '5'
David Majnemer
2015-07-13
1
-31
/
+37
*
[Intrin.h] Make the variable names more consistent
David Majnemer
2015-07-13
1
-34
/
+32
*
Intrin.h: Don't invade the program's namespace
David Majnemer
2015-07-13
1
-34
/
+34
*
Intrin.h: Clean up our atomic intrinsics
David Majnemer
2015-07-13
1
-43
/
+31
*
[X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTR
Michael Kuperstein
2015-06-30
1
-88
/
+88
*
[X86] Add FXSR intrinsics
Michael Kuperstein
2015-06-30
1
-4
/
+0
*
Use a macro for the omnipresent attributes on header functions in Intrin.h.
Eric Christopher
2015-06-15
1
-86
/
+91
*
Revert accidental commit
David Majnemer
2015-06-05
1
-2
/
+7
*
[AST] There is no message for C++1z-style static_assert
David Majnemer
2015-06-05
1
-7
/
+2
*
Headers: Don't use attribute keywords which aren't reserved
David Majnemer
2015-02-04
1
-5
/
+5
*
Intrin.h: define _XCR_XFEATURE_ENABLED_MASK
Hans Wennborg
2015-01-27
1
-0
/
+1
*
Implement __umulh with __int128 arithmetic
Reid Kleckner
2014-12-03
1
-1
/
+6
*
FullProduct should be _FullProduct
David Majnemer
2014-12-02
1
-2
/
+2
*
Intrin: shrx_u64 should be _shrx_u64
David Majnemer
2014-12-02
1
-1
/
+1
*
Intrin: Add _umul128
David Majnemer
2014-12-02
1
-3
/
+12
*
Add FSGSBASE intrinsics to x86 intrinsic headers.
Craig Topper
2014-11-03
1
-8
/
+0
*
Remove definitions from Intrin.h that already exist in one of the other x86 i...
Craig Topper
2014-11-03
1
-52
/
+0
*
CodeGen: add __readfsdword builtin
Saleem Abdulrasool
2014-10-29
1
-4
/
+0
*
Don't pull in setjmp.h in -ffreestanding compiles.
Nico Weber
2014-07-08
1
-2
/
+7
*
Headers: conditionalise more declarations
Saleem Abdulrasool
2014-07-08
1
-0
/
+2
*
Headers: be a bit more careful about inline asm
Saleem Abdulrasool
2014-06-25
1
-0
/
+12
*
CodeGen: improve ms instrincics support
Saleem Abdulrasool
2014-06-18
1
-22
/
+1
*
Define the InterlockedCompareExchange64 intrinsic on 32-bits too
Timur Iskhodzhanov
2014-05-13
1
-2
/
+0
*
Intrin.h: remove __rdtsc and __rdtscp declarations
Hans Wennborg
2014-04-24
1
-3
/
+0
*
intrin.h: Fix up bugs in the cr3 and msr intrinsics
Reid Kleckner
2014-04-08
1
-9
/
+6
*
intrin.h: Implement __readmsr, __readcr3, and __writecr3
Reid Kleckner
2014-04-08
1
-0
/
+35
*
Added _rdtsc intrinsics by Robert Khasanov
Alexey Volkov
2014-03-31
1
-6
/
+0
*
Intrin.h: Implement _InterlockedExchangePointer
Reid Kleckner
2014-03-26
1
-0
/
+6
*
MS intrinsics: __interlockedbittestandset(64) (PR19054)
Hans Wennborg
2014-03-13
1
-0
/
+22
*
MS intrinsics: implement the __movs and __stos intrinsics (PR19054)
Hans Wennborg
2014-03-12
1
-0
/
+54
*
MS intrinsics: implement __readgs{byte,word,dword,qword} (PR19054)
Hans Wennborg
2014-03-12
1
-4
/
+27
*
MS intrinsics: don't declare __readeflags and __writeeflags in Intrin.h
Hans Wennborg
2014-03-12
1
-2
/
+0
*
Reapply 201734 but with appropriate gcc compatibility
Warren Hunt
2014-02-21
1
-18
/
+0
*
Revert r201734 and r201742.
Daniel Jasper
2014-02-20
1
-0
/
+18
*
Add _mm_prefetch and some others as MS builtins
Warren Hunt
2014-02-19
1
-18
/
+0
*
MS Intrin.h: implement __cpuidex and simplify __cpuid
Hans Wennborg
2014-01-31
1
-7
/
+7
*
Intrin.h: include setjmp.h to get a jmp_buf definition
Hans Wennborg
2014-01-28
1
-4
/
+4
*
Intrin.h: implement __rdtsc and __halt
Hans Wennborg
2014-01-28
1
-0
/
+12
*
Revert "intrin.h: include setjmp.h to get a jmp_buf definition"
Reid Kleckner
2014-01-27
1
-4
/
+6
*
Add implementations of some MSVC intrinsics
Reid Kleckner
2014-01-27
1
-0
/
+16
[next]