index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
IntrinsicsX86.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for encoding all FMA4 instructions and tablegen patterns for all
Jan Sjödin
2011-11-30
1
-0
/
+128
*
This patch contains support for encoding FMA4 instructions and
Bruno Cardoso Lopes
2011-11-25
1
-0
/
+10
*
Add AVX2 variable shift instructions and intrinsics.
Craig Topper
2011-11-07
1
-0
/
+36
*
Add AVX2 VPMOVMASK instructions and intrinsics.
Craig Topper
2011-11-07
1
-0
/
+27
*
Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...
Craig Topper
2011-11-07
1
-2
/
+11
*
Fix accidental edit to __builtin_ia32_vperm2f128_ps256's name
Craig Topper
2011-11-07
1
-1
/
+1
*
More AVX2 instructions and their intrinsics.
Craig Topper
2011-11-06
1
-1
/
+20
*
Add more AVX2 instructions and intrinsics.
Craig Topper
2011-11-06
1
-8
/
+38
*
Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
Craig Topper
2011-11-04
1
-0
/
+16
*
Add new X86 AVX2 VBROADCAST instructions.
Craig Topper
2011-11-03
1
-2
/
+11
*
More AVX2 instructions and intrinsics.
Craig Topper
2011-11-02
1
-9
/
+71
*
Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.
Craig Topper
2011-11-02
1
-0
/
+104
*
Fix operand type for x86 pmadd_ub_sw intrinsic.
Craig Topper
2011-11-01
1
-2
/
+2
*
Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
Craig Topper
2011-10-31
1
-2
/
+2
*
Begin adding AVX2 instructions. No selection support yet other than intrinsics.
Craig Topper
2011-10-31
1
-0
/
+165
*
Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...
Craig Topper
2011-10-30
1
-0
/
+22
*
Mark X86 pcmpeq b/w/d intrinsics as being Commutative. pcmpeqq is already mar...
Craig Topper
2011-10-30
1
-6
/
+6
*
Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...
Craig Topper
2011-10-30
1
-1
/
+1
*
Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...
Craig Topper
2011-10-21
1
-16
/
+4
*
Rename PEXTR to PEXT. Add intrinsics for BMI instructions.
Craig Topper
2011-10-19
1
-0
/
+34
*
Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
Chad Rosier
2011-05-26
1
-5
/
+5
*
Remove dead intrinsics.
Bill Wendling
2011-05-04
1
-16
/
+0
*
Add 3DNow! intrinsics.
Michael J. Spencer
2011-04-15
1
-0
/
+77
*
Fix whitespace and tabs.
Michael J. Spencer
2011-04-14
1
-52
/
+52
*
Reapply r129401 with patch for clang.
Bill Wendling
2011-04-13
1
-14
/
+0
*
Revert r129401 for now. Clang is using the old way of doing things.
Bill Wendling
2011-04-12
1
-0
/
+14
*
Remove the unaligned load intrinsics in favor of using native unaligned loads.
Bill Wendling
2011-04-12
1
-14
/
+0
*
The pshufw instruction came about in MMX2 when SSE was introduced. Don't place
Bill Wendling
2010-10-04
1
-1
/
+1
*
the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t...
Chris Lattner
2010-10-03
1
-1
/
+1
*
Massive rewrite of MMX:
Dale Johannesen
2010-09-30
1
-167
/
+143
*
Add patterns for MMX that use the new intrinsics.
Dale Johannesen
2010-09-07
1
-3
/
+3
*
Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version.
Bill Wendling
2010-09-02
1
-2
/
+2
*
- Change __builtin_ia32_palignr intrinsic type to match the pattern in clang.
Bill Wendling
2010-09-02
1
-5
/
+24
*
Recommit with changes. Comment out palignr for the
Dale Johannesen
2010-09-01
1
-6
/
+17
*
Revert 112740, it broke some clang tests somehow...
Dale Johannesen
2010-09-01
1
-17
/
+6
*
Add a few more missing MMX operations. This should be it.
Dale Johannesen
2010-09-01
1
-6
/
+17
*
Add some MMX intrinsics that duplicate functionality
Dale Johannesen
2010-09-01
1
-0
/
+74
*
Add a new llvm.x86.int intrinsic, allowing access to the
Chris Lattner
2010-08-23
1
-0
/
+5
*
Remove rsqrt/sqrt_nr intrinsics since there are no more builtins for them on ...
Bruno Cardoso Lopes
2010-08-11
1
-5
/
+0
*
Remove AVX 256-bit cast intrinsics now that clang is using __builtin_shufflev...
Bruno Cardoso Lopes
2010-08-11
1
-12
/
+0
*
Remove AVX 256-bit unpack and interleave intrinsics now that clang is using _...
Bruno Cardoso Lopes
2010-08-11
1
-16
/
+0
*
Remove AVX 256-bit shuffle intrinsics now that clang is using __builtin_shuff...
Bruno Cardoso Lopes
2010-08-11
1
-10
/
+0
*
Remove replicate intrinsics, clang will generate shufflevector for those. The...
Bruno Cardoso Lopes
2010-08-10
1
-10
/
+0
*
Use i32 instead of i8 for dot product intrinsic
Bruno Cardoso Lopes
2010-08-10
1
-1
/
+1
*
Fix the last argument type of AVX vblend intrinsics
Bruno Cardoso Lopes
2010-08-10
1
-2
/
+2
*
Patterns to match AVX 256-bit vzero intrinsics
Bruno Cardoso Lopes
2010-08-06
1
-2
/
+2
*
Remove unused AVX intrinsics
Bruno Cardoso Lopes
2010-08-06
1
-52
/
+0
*
Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem
Dan Gohman
2010-08-05
1
-34
/
+31
*
Fix a comment typo and add more 256-bit intrinsics
Bruno Cardoso Lopes
2010-08-04
1
-1
/
+90
*
Support x86 AVX 256-bit instruction intrinsics. Right now support all of them...
Bruno Cardoso Lopes
2010-08-03
1
-0
/
+344
[next]