Avoid depending on LCSSA implicitly pulling in LoopSimplify.
[oota-llvm.git] / test / MC /
2010-07-24 Bruno Cardoso LopesSupport x86 "eiz" and "riz" pseudo index registers...
2010-07-23 Matt FlemingConsolidate the ELF section directive tests into a...
2010-07-23 Bruno Cardoso LopesMove AVX encoding tests to different files
2010-07-23 Bruno Cardoso LopesAdd AVX version of CLMUL instructions
2010-07-23 Bruno Cardoso LopesAdd complete assembler support for FMA3 instructions...
2010-07-22 Bruno Cardoso LopesAdd remaining AVX instructions (most of them dealing...
2010-07-21 Bruno Cardoso LopesAdd more 256-bit forms for a bunch of regular AVX instr...
2010-07-21 Bruno Cardoso LopesAdd missing AVX convert instructions. Those instruction...
2010-07-21 Bruno Cardoso LopesAdd AVX only vzeroall and vzeroupper instructions
2010-07-21 Bruno Cardoso LopesAdd new AVX vpermilps, vpermilpd and vperm2f128 instruc...
2010-07-21 Bruno Cardoso LopesAdd new AVX vmaskmov instructions, and also fix the...
2010-07-20 Bruno Cardoso LopesAdd new AVX vextractf128 instructions
2010-07-20 Matt FlemingInclude some tests for the recently committed ELF secti...
2010-07-20 Bruno Cardoso LopesAdd new AVX instruction vinsertf128
2010-07-20 Bruno Cardoso Lopesx86_32 tests for vbroadcast
2010-07-20 Bruno Cardoso LopesAdd AVX vbroadcast new instruction
2010-07-19 Bruno Cardoso LopesAdd 256-bit vaddsub, vhadd, vhsub, vblend and vdpp...
2010-07-19 Daniel DunbarX86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit...
2010-07-19 Daniel DunbarX86-64: Mark WINCALL and more tail call instructions...
2010-07-19 Daniel DunbarMC/X86: We now match instructions like "incl %eax"...
2010-07-19 Daniel Dunbartests: Force another triple.
2010-07-18 Daniel Dunbartests: Force triples.
2010-07-18 Daniel DunbarMC/AsmParser: Fix .abort and .secure_log_unique to...
2010-07-18 Daniel DunbarMC/AsmParser: Add macro argument substitution support.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic support for macro instantiation.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic parsing support for .macro...
2010-07-18 Daniel DunbarMC/AsmParser: Add .macros_{off,on} support, not that...
2010-07-17 Eli FriedmanTest for ELF .size directive.
2010-07-13 Bruno Cardoso LopesAdd AVX 256-bit compare instructions and a bunch of...
2010-07-13 Bruno Cardoso LopesAVX 256-bit conversion instructions
2010-07-13 Chris Lattnermy work on adding segment registers to LEA missed the
2010-07-13 Bruno Cardoso LopesAdd AVX 256-bit packed logical forms
2010-07-13 Bruno Cardoso LopesAdd AVX 256-bit unop arithmetic instructions
2010-07-12 Bruno Cardoso LopesAdd AVX 256 binary arithmetic instructions
2010-07-12 Bruno Cardoso LopesAdd AVX 256-bit MOVMSK forms
2010-07-12 Daniel DunbarMC/AsmParser: Move .tbss and .zerofill parsing to Darwi...
2010-07-12 Daniel DunbarMC/AsmParser: Move .desc parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move some misc. Darwin directive handling...
2010-07-09 Bruno Cardoso LopesAdd AVX 256-bit packed MOVNT variants
2010-07-09 Bruno Cardoso LopesAdd AVX 256-bit unpack and interleave
2010-07-09 Bruno Cardoso LopesStart the support for AVX instructions with 256-bit...
2010-07-08 Chris LattnerRework segment prefix emission code to handle segments
2010-07-07 Chris LattnerImplement the major chunk of PR7195: support for 'callw'
2010-07-07 Bruno Cardoso LopesAdd more assembly opcodes for SSE compare instructions
2010-07-07 Bruno Cardoso LopesAdd AVX AES instructions
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.2 instructions
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.1 insertps, ptest and movntdqa instructions
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.1 extractps and pinsr instructions
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.1 Extract Integer instructions
2010-07-06 Bruno Cardoso LopesAdd the rest of AVX SSE4.1 packed move with sign/zero...
2010-07-06 Bruno Cardoso LopesAdd part of AVX SSE4.1 packed move with sign/zero exten...
2010-07-06 Bruno Cardoso LopesAdd AVX vblendvpd, vblendvps and vpblendvb instructions
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 blend, mpsadbw and vdp
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 binop (some forms of packed max,min...
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 Horizontal Minimum and Position instruction
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 round instructions
2010-07-02 Bruno Cardoso Lopes- Add support for the rest of AVX SSE3 instructions
2010-07-01 Bruno Cardoso LopesMove SSE3 Move patterns to a more appropriate section
2010-07-01 Bruno Cardoso LopesAdd AVX SSE3 packed addsub instructions
2010-07-01 Bruno Cardoso LopesAdd AVX SSE3 replicate and convert instructions
2010-07-01 Bruno Cardoso Lopes- Add AVX SSE2 Move doubleword and quadword instructions.
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 mask creation and conditional store instru...
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 packed integer extract/insert instructions
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 integer unpack instructions
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 packed integer shuffle instructions
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 pack with saturation integer instructions
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 integer packed compare instructions
2010-06-30 Bruno Cardoso Lopes- Add AVX form of all SSE2 logical instructions
2010-06-29 Bruno Cardoso LopesAdd *several* AVX integer packed binop instructions
2010-06-29 Bruno Cardoso LopesAdd AVX ld/st XCSR register.
2010-06-29 Bruno Cardoso LopesAdd AVX non-temporal stores
2010-06-29 Bruno Cardoso LopesAdd sqrt, rsqrt and rcp AVX instructions
2010-06-29 Bruno Cardoso LopesDescribed the missing AVX forms of SSE2 convert instruc...
2010-06-25 Bruno Cardoso LopesAdd AVX convert CVTSS2SI{rr,rm} and CVTDQ2PS{rr,rm...
2010-06-25 Bruno Cardoso LopesReapply r106896:
2010-06-25 Bruno Cardoso Lopesrevert this now, it's using avx instead of sse :)
2010-06-25 Bruno Cardoso LopesAdd several AVX MOV flavors
2010-06-25 Bruno Cardoso LopesAdd some AVX convert instructions
2010-06-24 Bruno Cardoso Lopes- Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}.
2010-06-24 Chris LattnerTeach the x86 mc assembler that %dr6 = %db6, this imple...
2010-06-24 Bruno Cardoso LopesAdd AVX CMP{SS,SD}{rr,rm} instructions and encoding...
2010-06-23 Bruno Cardoso LopesAdd AVX MOVMSK{PS,PD}rr instructions
2010-06-23 Bruno Cardoso LopesAdd tests for different AVX cmp opcodes, also teach...
2010-06-23 Bruno Cardoso LopesAdd AVX SHUF{PS,PD}{rr,rm} instructions
2010-06-23 Nico WeberAdd support for the x86 instructions "pusha" and "popa".
2010-06-22 Bruno Cardoso LopesAdd AVX compare packed instructions
2010-06-22 Bruno Cardoso LopesReapply support for AVX unpack and interleave instructi...
2010-06-22 Bruno Cardoso LopesAdd AVX MOV{SS,SD}{rr,rm} instructions
2010-06-22 Eric ChristopherMove a 64-bit test to the 64-bit file. Fixes an llvm...
2010-06-19 Bruno Cardoso LopesRefactor aliased packed logical instructions, also add
2010-06-19 Bruno Cardoso LopesShrink down code and add for free AVX {MIN,MAX}P{S...
2010-06-19 Chris Lattnerfix rdar://7873482 by teaching the instruction encoder...
2010-06-18 Bruno Cardoso LopesAdd {mix,max}{ss,sd}{rr,rm} AVX forms.
2010-06-12 Bruno Cardoso LopesMore AVX: {ADD,SUB,MUL,DIV}{PD,PS}rm
2010-06-12 Bruno Cardoso LopesMore AVX: {ADD,SUB,MUL,DIV}{PD,PS}rr
2010-06-11 Bruno Cardoso LopesMore AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2010-05-28 Kevin EnderbyMC/X86: Add alias for movzx.
next