summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Move SSE3 Move patterns to a more appropriate sectionBruno Cardoso Lopes2010-07-01
* Add AVX SSE3 packed addsub instructionsBruno Cardoso Lopes2010-07-01
* Add AVX SSE3 replicate and convert instructionsBruno Cardoso Lopes2010-07-01
* - Add AVX SSE2 Move doubleword and quadword instructions.Bruno Cardoso Lopes2010-07-01
* Add AVX SSE2 mask creation and conditional store instructionsBruno Cardoso Lopes2010-06-30
* Add AVX SSE2 packed integer extract/insert instructionsBruno Cardoso Lopes2010-06-30
* Add AVX SSE2 integer unpack instructionsBruno Cardoso Lopes2010-06-30
* Add AVX SSE2 packed integer shuffle instructionsBruno Cardoso Lopes2010-06-30
* Add AVX SSE2 pack with saturation integer instructionsBruno Cardoso Lopes2010-06-30
* Add AVX SSE2 integer packed compare instructionsBruno Cardoso Lopes2010-06-30
* - Add AVX form of all SSE2 logical instructionsBruno Cardoso Lopes2010-06-30
* Add *several* AVX integer packed binop instructionsBruno Cardoso Lopes2010-06-29
* Add AVX ld/st XCSR register.Bruno Cardoso Lopes2010-06-29
* Add AVX non-temporal storesBruno Cardoso Lopes2010-06-29
* Add sqrt, rsqrt and rcp AVX instructionsBruno Cardoso Lopes2010-06-29
* Described the missing AVX forms of SSE2 convert instructionsBruno Cardoso Lopes2010-06-29
* Add AVX convert CVTSS2SI{rr,rm} and CVTDQ2PS{rr,rm} instructionsBruno Cardoso Lopes2010-06-25
* Reapply r106896:Bruno Cardoso Lopes2010-06-25
* revert this now, it's using avx instead of sse :)Bruno Cardoso Lopes2010-06-25
* Add several AVX MOV flavorsBruno Cardoso Lopes2010-06-25
* Add some AVX convert instructionsBruno Cardoso Lopes2010-06-25
* - Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}.Bruno Cardoso Lopes2010-06-24
* Teach the x86 mc assembler that %dr6 = %db6, this implementsChris Lattner2010-06-24
* Add AVX CMP{SS,SD}{rr,rm} instructions and encoding testcasesBruno Cardoso Lopes2010-06-24
* Add AVX MOVMSK{PS,PD}rr instructionsBruno Cardoso Lopes2010-06-23
* Add tests for different AVX cmp opcodes, also teach the x86 asm parser to und...Bruno Cardoso Lopes2010-06-23
* Add AVX SHUF{PS,PD}{rr,rm} instructionsBruno Cardoso Lopes2010-06-23
* Add support for the x86 instructions "pusha" and "popa".Nico Weber2010-06-23
* Add AVX compare packed instructionsBruno Cardoso Lopes2010-06-22
* Reapply support for AVX unpack and interleave instructions, withBruno Cardoso Lopes2010-06-22
* Add AVX MOV{SS,SD}{rr,rm} instructionsBruno Cardoso Lopes2010-06-22
* Move a 64-bit test to the 64-bit file. Fixes an llvm-mc assertionEric Christopher2010-06-22
* Refactor aliased packed logical instructions, also addBruno Cardoso Lopes2010-06-19
* Shrink down code and add for free AVX {MIN,MAX}P{S,D}{rm,rr} instructionsBruno Cardoso Lopes2010-06-19
* fix rdar://7873482 by teaching the instruction encoder to emitChris Lattner2010-06-19
* Add {mix,max}{ss,sd}{rr,rm} AVX forms.Bruno Cardoso Lopes2010-06-18
* More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rmBruno Cardoso Lopes2010-06-12
* More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rrBruno Cardoso Lopes2010-06-12
* More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)Bruno Cardoso Lopes2010-06-11
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-08
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-05
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-05
* MC/X86: Add alias for movzx.Kevin Enderby2010-05-28
* MC/X86: Add alias for fwait.Kevin Enderby2010-05-28
* Fix the use of x86 control and debug registers so that the assertion failure inKevin Enderby2010-05-28
* MC/X86: Add aliases for Jcc variants.Kevin Enderby2010-05-27
* Add a quick test of relocations.Eric Christopher2010-05-27
* Fix the x86 move to/from segment register instructions.Kevin Enderby2010-05-26
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-25
* Changed the encoding of X86 floating point stack operations where both operandsKevin Enderby2010-05-25