remove duplicated entry
[oota-llvm.git] / lib / Target / X86 / AsmParser / X86AsmParser.cpp
2010-09-06 Chris Lattnerremove duplicated entry
2010-09-06 Chris Lattner"sldt <mem>" is ambiguous in 64-bit mode, but should
2010-09-06 Chris Lattnerfix rdar://8017621 - llvm-mc can't guess encoding for...
2010-09-06 Chris Lattnerin the case where an instruction only has one implement...
2010-09-06 Chris LattnerNow that we know if we had a total fail on the instruct...
2010-09-06 Chris Lattnersimplify the hacks around jrcxz.
2010-09-06 Chris Lattnerhave tblgen detect when an instruction would have match...
2010-09-06 Chris Lattnerchange MatchInstructionImpl to return an enum instead...
2010-09-06 Chris Lattnerhave AsmMatcherEmitter.cpp produce the hunk of code...
2010-09-06 Chris Lattnerrandom cleanups
2010-08-24 Daniel DunbarMC/X86: Tweak imul recognition, previous hack only...
2010-08-24 Daniel DunbarMC/X86: Add custom hack for recognizing "imul $12,...
2010-08-24 Daniel DunbarMC/X86: Warn on scale factors > 1 without index registe...
2010-08-18 Chris Lattnerremove some code that is dead now that lea's are modele...
2010-08-12 Daniel DunbarMC/X86/AsmParser: Give an explicit error message when...
2010-08-12 Daniel DunbarMC/AsmParser: Push the burdon of emitting diagnostics...
2010-08-11 Daniel DunbarMCAsmParser: Add dump() hook to MCParsedAsmOperand.
2010-07-24 Bruno Cardoso LopesSupport x86 "eiz" and "riz" pseudo index registers...
2010-07-23 Bruno Cardoso LopesRemove trailing whitespace
2010-07-23 Bruno Cardoso LopesAdd AVX version of CLMUL instructions
2010-07-19 Daniel DunbarMC/X86: We now match instructions like "incl %eax"...
2010-07-19 Daniel DunbarTblGen/AsmMatcher: Add support for honoring instruction...
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-13 Kevin EnderbyAdded a check that pusha cannot be encoded in 64-bit...
2010-07-07 Bruno Cardoso LopesAdd more assembly opcodes for SSE compare instructions
2010-06-24 Chris LattnerTeach the x86 mc assembler that %dr6 = %db6, this imple...
2010-06-23 Bruno Cardoso LopesAdd tests for different AVX cmp opcodes, also teach...
2010-06-08 Kevin EnderbyIncremental improvement to the handling of the x86...
2010-05-28 Kevin EnderbyMC/X86: Add alias for movzx.
2010-05-28 Kevin EnderbyMC/X86: Add alias for fwait.
2010-05-27 Kevin EnderbyMC/X86: Add aliases for Jcc variants.
2010-05-25 Kevin EnderbyChanged the encoding of X86 floating point stack operat...
2010-05-25 Daniel DunbarMC/X86: Add a hack to allow recognizing 'cmpltps' and...
2010-05-24 Kevin EnderbyMC/X86: Add aliases for CMOVcc variants.
2010-05-22 Daniel DunbarMC/X86: Subdivide immediates a bit more, so that we...
2010-05-22 Daniel DunbarMC/X86: Add alias for setz, setnz, jz, jnz.
2010-05-21 Kevin EnderbyAdded retl for 32-bit x86 and added retq for 64-bit...
2010-05-20 Daniel DunbarX86: Model i64i32imm properly, as a subclass of all...
2010-05-20 Dan GohmanFix assembly parsing and encoding of the pushf and...
2010-05-13 Chris Lattnerreapply r103668 with a fix. Never make "minor syntax...
2010-05-12 Chris Lattnerrevert r103668 for now, it is apparently breaking things.
2010-05-12 Chris Lattnermoffset forms of moves are x86-32 only, make the parser
2010-05-12 Daniel DunbarMC/X86: Extend suffix matching hack to match 'q' suffix.
2010-05-04 Daniel DunbarMC/X86: Chris pointed that 'as' isn't consistent in...
2010-05-04 Daniel DunbarMC/X86: Add "support" for matching ATT style mnemonic...
2010-04-17 Chris Lattnerteach the x86 asm parser how to handle segment prefixes
2010-03-20 Daniel DunbarMC/X86: Fix an MCOperand link, when we parsing shrld...
2010-03-18 Daniel DunbarMC/X86/AsmMatcher: Use the new instruction cleanup...
2010-03-13 Daniel DunbarMC/X86: Add temporary hack to match shrl $1,%eax correc...
2010-02-13 Daniel DunbarMC/X86: Push immediate operands as immediates not expre...
2010-02-10 Daniel DunbarMC/X86 AsmMatcher: Fix a use after free spotted by...
2010-02-09 Chris LattnerImplement x86 asm parsing support for %st and %st(4)
2010-02-09 Chris Lattnerpass stringref by value instead of by const&
2010-02-03 Kevin EnderbyAdded support for X86 instruction prefixes so llvm...
2010-02-02 Daniel DunbarAsmParser/X86: Add temporary hack to allow parsing...
2010-02-02 Daniel DunbarMCAsmParser/X86: Represent absolute memory operands...
2010-01-30 Daniel DunbarMC/X86 AsmParser: Handle absolute memory operands corre...
2010-01-30 Daniel DunbarAsmMatcher/X86: Separate out sublass for memory operand...
2010-01-24 Chris Lattnerfix a parsing problem on instructions like:
2010-01-23 Sean CallananAdded the skeleton for the implementation of the X86
2010-01-23 Sean CallananModified the register matcher function in AsmMatcher to
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.
2010-01-19 Sean CallananPromoted the getTok() method to MCAsmParser so that
2010-01-19 Sean CallananPropagated the parser-side Lex function's declaration to
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-15 Chris Lattnerfix a bug in range information for $42, eliminate an
2010-01-15 Chris Lattneradd range information for mem X86Operand's, now all
2010-01-15 Chris Lattnerextend MCAsmParser::ParseExpression and ParseParenExpre...
2010-01-15 Chris Lattnergive X86Operand a ctor and start passing SMLoc's into it.
2010-01-15 Chris Lattneradd range location info for registers, change
2010-01-15 Chris Lattnerclean up the memory management of the operands.
2010-01-15 Chris Lattnerrefactor ParseRegister to avoid using X86Operand as...
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-14 Chris Lattnerintroduce the MCParsedAsmOperand class.
2009-09-16 Kevin EnderbyFix incorrect assert that should be a user error for...
2009-09-10 Kevin EnderbyAdded the ParseInstruction() hook for target specific...
2009-09-06 Duncan SandsAvoid an unused variable warning when assertions are
2009-09-03 Kevin EnderbyRemoved the non-target independent AsmToken::Register...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-11 Daniel Dunbarllvm-mc/X86: Parse '*' correctly (in the way the matche...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Allow .td users to redefine the...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Implement user defined super classes.
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch token matching to use the...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Tweaks in response to feedback.
2009-08-07 Daniel DunbarImprove disabling of X86 AsmMatcher.
2009-08-07 Daniel DunbarDisable X86 AsmMatcher for now, it is causing gcc-4...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move to a slightly more sane matchi...
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-07-31 Daniel Dunbarllvm-mc: A few more parsing / match tweaks.
2009-07-31 Daniel Dunbarllvm-mc/X86: Sketch match functions for immediates...
2009-07-31 Benjamin KramerFix a struct/class mismatch, to silence a MSVC warning.
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-29 Chris Lattnermore syntactic cleanups.
2009-07-29 Chris Lattnerminor smallvector cleanups
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
next