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
/
lib
/
Target
/
X86
/
X86InstrSSE.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing SSE builtins: CVTPD2PI, CVTPS2PI,
Dale Johannesen
2007-10-30
1
-0
/
+51
*
Corrected many typing errors. And removed 'nest' parameter handling
Arnold Schwaighofer
2007-10-12
1
-1
/
+1
*
Add missing argument to PALIGNR
Dale Johannesen
2007-10-11
1
-4
/
+4
*
Added DAG xforms. e.g.
Evan Cheng
2007-10-06
1
-8
/
+0
*
Typo. X86comi doesn't read / write chain's.
Evan Cheng
2007-10-01
1
-2
/
+1
*
Enabling new condition code modeling scheme.
Evan Cheng
2007-09-29
1
-103
/
+29
*
Added support for new condition code modeling scheme (i.e. physical register ...
Evan Cheng
2007-09-25
1
-1
/
+98
*
Fix PR 1681. When X86 target uses +sse -sse2,
Dale Johannesen
2007-09-23
1
-1
/
+1
*
Add implicit def of EFLAGS on those instructions that may modify flags.
Evan Cheng
2007-09-14
1
-0
/
+4
*
Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.
Evan Cheng
2007-09-11
1
-2
/
+2
*
Avoid storing and reloading zeros and other constants from stack slots
Dan Gohman
2007-09-07
1
-0
/
+2
*
Mark load instructions with isLoad = 1.
Evan Cheng
2007-08-30
1
-4
/
+12
*
64-bit SSSE3 ops that use MMX registers don't require 16-byte alignment.
Bill Wendling
2007-08-11
1
-6
/
+21
*
For kicks, I though it would be fun to use the correct opcode.
Bill Wendling
2007-08-10
1
-31
/
+32
*
Adding SSSE3 intrinsics.
Bill Wendling
2007-08-10
1
-17
/
+284
*
Fix the alignment requirements of several unpck and shuf instructions.
Dan Gohman
2007-08-02
1
-10
/
+15
*
Fix pastos in vector arithmetic intrinsics.
Dan Gohman
2007-08-02
1
-4
/
+4
*
Mark the SSE and MMX load instructions that
Dan Gohman
2007-08-02
1
-0
/
+4
*
Missing Requires.
Evan Cheng
2007-08-01
1
-2
/
+2
*
Change the x86 assembly output to use tab characters to separate the
Dan Gohman
2007-07-31
1
-302
/
+302
*
Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...
Evan Cheng
2007-07-31
1
-41
/
+8
*
Re-apply 40504, but with a fix for the segfault it caused in oggenc:
Dan Gohman
2007-07-27
1
-22
/
+21
*
Reverting 40504 for now. It's breaking oggenc.
Evan Cheng
2007-07-27
1
-14
/
+17
*
Fix a whitespace difference between CMPSSrr and CMPSDrr.
Dan Gohman
2007-07-26
1
-2
/
+1
*
Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from the
Dan Gohman
2007-07-26
1
-17
/
+14
*
Because we promote SSE logical ops and loads to v2i64, we often end up generate
Evan Cheng
2007-07-20
1
-11
/
+27
*
Fix patterns so we isel the xorps, etc. for floating pt logical SSE ops. DAG ...
Evan Cheng
2007-07-19
1
-12
/
+12
*
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
1
-337
/
+341
*
Implement initial memory alignment awareness for SSE instructions. Vector loads
Dan Gohman
2007-07-18
1
-59
/
+126
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+2572