aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmParser
AgeCommit message (Expand)Author
2012-01-13Revert r148131, it was committed before it was ready.Devang Patel
2012-01-13Refactor.Devang Patel
2012-01-12Rename X86ATTAsmParser -> X86AsmParserDevang Patel
2012-01-12Add predicate method check match memory operand size, if available.Devang Patel
2012-01-12Add intel style operand parser skeleton. Devang Patel
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-06Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-10-16Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer
2011-10-16X86AsmParser: Synthesize EndLoc for tokens out of StartLoc + Length and print...Benjamin Kramer
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
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