aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmParser
AgeCommit message (Expand)Author
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-15MCTargetAsmParser target match predicate support.Jim Grosbach
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-27Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.Evan Cheng
2011-07-27Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates.Kevin Enderby
2011-07-27Support .code32 and .code64 in X86 assembler.Evan Cheng
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-25Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-13Update MCParsedAsmOperand debug methods.Jim Grosbach
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-08Plug a leak by giving the AsmParser ownership of the MCSubtargetInfo.Benjamin Kramer
2011-07-08TargetAsmParser doesn't need reference to Target.Evan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-07-05Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use...Eli Friedman
2011-04-09fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,Chris Lattner
2011-03-18Support explicit argument forms for the X86 string instructions.Joerg Sonnenberger
2011-02-22Use the same (%dx) hack for in[bwl] as for out[bwl].Joerg Sonnenberger
2011-02-04MC/AsmParser: Add support for allowing the conversion process to fail (viaDaniel Dunbar
2011-01-27Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky
2010-12-08Allow a slash, '/', as a prefix separator for X86. rdar://8741045Kevin Enderby
2010-11-28fix PR8686, accepting a 'b' suffix at the end of all the setccChris Lattner
2010-11-27Implement the data16 prefix.Rafael Espindola
2010-11-23Implement the rex64 prefix.Rafael Espindola
2010-11-18trivial QoI improvement. On this invalid input:Chris Lattner
2010-11-06move the "sh[lr]d op,op" -> "shld $1, op,op" aliases to the .td file.Chris Lattner
2010-11-06rework the rotate-by-1 instructions to be defined like theChris Lattner
2010-11-06move the plethora of fp stack aliases to the .td file.Chris Lattner
2010-11-06add (and document) the ability for alias results to haveChris Lattner
2010-11-06generalize alias support to allow the result of an alias toChris Lattner
2010-11-06move fnstsw aliases to .td file, fix typoChris Lattner
2010-11-06move in/out aliases to the .td files.Chris Lattner
2010-11-06move sldt, imul, and movabsq aliases from c++ to .td file.Chris Lattner
2010-11-06correct suffix matching to search for s/l/t suffixes on Chris Lattner
2010-11-06fix a bug where we had an implicit assumption that theChris Lattner
2010-11-06move the lcall/ljmp aliases to the .td file.Chris Lattner
2010-11-06move the "movsd -> movsl" alias to the .td files, Chris Lattner
2010-11-06fix some bugs in the alias support, unblocking changing of "clr" aliasesChris Lattner
2010-11-01use our fancy new MnemonicAlias mechanism to remove a bunch of hacksChris Lattner
2010-11-01Implement enough of the missing instalias support to getChris Lattner
2010-10-30Implement (and document!) support for MnemonicAlias's to have Requires Chris Lattner
2010-10-30really zap alias.Chris Lattner
2010-10-30move fcompi alias to .td file and zap some useless code.Chris Lattner
2010-10-30move rep aliases to td fileChris Lattner
2010-10-30move sal aliases to .td file.Chris Lattner
2010-10-30fix an encoding mismatch where "sal %eax, 1" was not using the short encodingChris Lattner
2010-10-30move a bunch more aliases from .cpp -> .td file.Chris Lattner