aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Add AVX SSE2 mask creation and conditional store instructionsBruno Cardoso Lopes2010-06-302-0/+16
* Add AVX SSE2 packed integer extract/insert instructionsBruno Cardoso Lopes2010-06-302-0/+24
* Add AVX SSE2 integer unpack instructionsBruno Cardoso Lopes2010-06-302-0/+128
* Add AVX SSE2 packed integer shuffle instructionsBruno Cardoso Lopes2010-06-302-0/+48
* Add AVX SSE2 pack with saturation integer instructionsBruno Cardoso Lopes2010-06-302-0/+48
* Add AVX SSE2 integer packed compare instructionsBruno Cardoso Lopes2010-06-302-0/+96
* - Add AVX form of all SSE2 logical instructionsBruno Cardoso Lopes2010-06-302-0/+280
* Add *several* AVX integer packed binop instructionsBruno Cardoso Lopes2010-06-292-0/+432
* Add AVX ld/st XCSR register.Bruno Cardoso Lopes2010-06-292-0/+24
* Add AVX non-temporal storesBruno Cardoso Lopes2010-06-292-0/+24
* Add sqrt, rsqrt and rcp AVX instructionsBruno Cardoso Lopes2010-06-292-0/+129
* Described the missing AVX forms of SSE2 convert instructionsBruno Cardoso Lopes2010-06-292-0/+103
* Add AVX convert CVTSS2SI{rr,rm} and CVTDQ2PS{rr,rm} instructionsBruno Cardoso Lopes2010-06-252-0/+31
* Reapply r106896:Bruno Cardoso Lopes2010-06-252-0/+176
* revert this now, it's using avx instead of sse :)Bruno Cardoso Lopes2010-06-252-176/+0
* Add several AVX MOV flavorsBruno Cardoso Lopes2010-06-252-0/+176
* Add some AVX convert instructionsBruno Cardoso Lopes2010-06-252-0/+56
* - Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}.Bruno Cardoso Lopes2010-06-242-0/+65
* Teach the x86 mc assembler that %dr6 = %db6, this implementsChris Lattner2010-06-241-2/+8
* Add AVX CMP{SS,SD}{rr,rm} instructions and encoding testcasesBruno Cardoso Lopes2010-06-242-0/+256
* Add AVX MOVMSK{PS,PD}rr instructionsBruno Cardoso Lopes2010-06-231-0/+9
* Add tests for different AVX cmp opcodes, also teach the x86 asm parser to und...Bruno Cardoso Lopes2010-06-232-0/+255
* Add AVX SHUF{PS,PD}{rr,rm} instructionsBruno Cardoso Lopes2010-06-232-0/+32
* Add support for the x86 instructions "pusha" and "popa".Nico Weber2010-06-231-0/+17
* Add AVX compare packed instructionsBruno Cardoso Lopes2010-06-222-0/+48
* Reapply support for AVX unpack and interleave instructions, withBruno Cardoso Lopes2010-06-222-0/+64
* Add AVX MOV{SS,SD}{rr,rm} instructionsBruno Cardoso Lopes2010-06-222-0/+32
* Move a 64-bit test to the 64-bit file. Fixes an llvm-mc assertionEric Christopher2010-06-222-6/+6
* Refactor aliased packed logical instructions, also addBruno Cardoso Lopes2010-06-192-0/+128
* Shrink down code and add for free AVX {MIN,MAX}P{S,D}{rm,rr} instructionsBruno Cardoso Lopes2010-06-192-0/+64
* fix rdar://7873482 by teaching the instruction encoder to emitChris Lattner2010-06-192-0/+11
* Add {mix,max}{ss,sd}{rr,rm} AVX forms.Bruno Cardoso Lopes2010-06-182-0/+65
* More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rmBruno Cardoso Lopes2010-06-122-0/+64
* More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rrBruno Cardoso Lopes2010-06-122-0/+63
* More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)Bruno Cardoso Lopes2010-06-112-0/+65
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-082-0/+64
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-052-64/+0
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-052-0/+64
* MC/X86: Add alias for movzx.Kevin Enderby2010-05-281-0/+13
* MC/X86: Add alias for fwait.Kevin Enderby2010-05-281-0/+5
* Fix the use of x86 control and debug registers so that the assertion failure inKevin Enderby2010-05-281-0/+57
* MC/X86: Add aliases for Jcc variants.Kevin Enderby2010-05-271-0/+106
* Add a quick test of relocations.Eric Christopher2010-05-271-0/+174
* Fix the x86 move to/from segment register instructions.Kevin Enderby2010-05-261-0/+29
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-251-87/+125
* Changed the encoding of X86 floating point stack operations where both operandsKevin Enderby2010-05-251-0/+25
* MC/X86: Add a hack to allow recognizing 'cmpltps' and friends.Daniel Dunbar2010-05-251-0/+34
* MC/X86: Define explicit immediate forms of cmp{ss,sd,ps,pd}.Daniel Dunbar2010-05-251-0/+25
* The BT64ri8 record in X86Instr64bit.td was missing a REX_W which is requiredKevin Enderby2010-05-251-0/+5
* Make sure aeskeygenassist uses an unsigned immediate field.Eric Christopher2010-05-251-2/+7