[AVX512] Add vpermil variable version
[oota-llvm.git] / test / MC / AsmParser / labels.s
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2010-05-06 Daniel DunbarRevert r103137, fix for $ in labels. It looks like...
2010-05-05 Chris Lattnerfix rdar://7946934 - in some limited cases, the assembl...
2010-01-30 Daniel DunbarMC/X86 AsmParser: Handle absolute memory operands corre...
2009-10-16 Daniel DunbarMC: When parsing a variable reference, substitute absol...
2009-09-08 Dan GohmanUnbreak these tests. Chris, please verify that these...
2009-09-03 Chris Lattneruse a darwin triple
2009-09-03 Chris Lattneradjust expected lines.
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-30 Daniel DunbarUpdate test.
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-14 Daniel Dunbarllvm-mc: When handling a .set, make sure to print subse...
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-07 Daniel DunbarDisable X86 AsmMatcher for now, it is causing gcc-4...
2009-08-01 Daniel Dunbarllvm-mc: More quoted identifier support.
2009-07-31 Daniel Dunbarllvm-mc: Add -triple, and fix some typos
2009-07-31 Daniel Dunbarllvm-mc: Fix .s output to quote section & symbol names...
2009-07-31 Daniel Dunbarllvm-mc: Support quoted identifiers.