Age | Commit message (Expand) | Author |
2010-04-17 | teach the x86 asm parser how to handle segment prefixes | Chris Lattner |
2010-03-20 | MC/X86: Fix an MCOperand link, when we parsing shrld $1,%eax and friends; I b... | Daniel Dunbar |
2010-03-18 | MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a | Daniel Dunbar |
2010-03-13 | MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testing | Daniel Dunbar |
2010-03-12 | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin |
2010-02-13 | MC/X86: Push immediate operands as immediates not expressions when possible. | Daniel Dunbar |
2010-02-10 | MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL | Daniel Dunbar |
2010-02-09 | Implement x86 asm parsing support for %st and %st(4) | Chris Lattner |
2010-02-09 | pass stringref by value instead of by const& | Chris Lattner |
2010-02-08 | Fixed the AT&T AsmLexer to report the proper strings | Sean Callanan |
2010-02-03 | Added support for X86 instruction prefixes so llvm-mc can assemble them. The | Kevin Enderby |
2010-02-02 | AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we need | Daniel Dunbar |
2010-02-02 | MCAsmParser/X86: Represent absolute memory operands as CodeGen does, with scale | Daniel Dunbar |
2010-01-31 | Moved InstallLexer() from the X86-specific AsmLexer | Sean Callanan |
2010-01-30 | MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing | Daniel Dunbar |
2010-01-30 | AsmMatcher/X86: Separate out sublass for memory operands that have no segment | Daniel Dunbar |
2010-01-26 | Unbreak MSVC/CMake build. | Daniel Dunbar |
2010-01-26 | Added the implementation of the Intel-specific | Sean Callanan |
2010-01-26 | Added the TargetAsmLexer implementation for AT&T syntax. | Sean Callanan |
2010-01-25 | Implemented the dialect decision logic for the X86 | Sean Callanan |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-24 | fix a parsing problem on instructions like: | Chris Lattner |
2010-01-23 | Update CMake build. | Ted Kremenek |
2010-01-23 | Added the skeleton for the implementation of the X86 | Sean Callanan |
2010-01-23 | Modified the register matcher function in AsmMatcher to | Sean Callanan |
2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
2010-01-22 | create a new MCParser library and move some stuff into it. | Chris Lattner |
2010-01-19 | Promoted the getTok() method to MCAsmParser so that | Sean Callanan |
2010-01-19 | Propagated the parser-side Lex function's declaration to | Sean Callanan |
2010-01-19 | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner |
2010-01-15 | fix a bug in range information for $42, eliminate an | Chris Lattner |
2010-01-15 | add range information for mem X86Operand's, now all | Chris Lattner |
2010-01-15 | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner |
2010-01-15 | give X86Operand a ctor and start passing SMLoc's into it. | Chris Lattner |
2010-01-15 | add range location info for registers, change | Chris Lattner |
2010-01-15 | clean up the memory management of the operands. | Chris Lattner |
2010-01-15 | refactor ParseRegister to avoid using X86Operand as a temporary | Chris Lattner |
2010-01-14 | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner |
2010-01-14 | prune #includes in TargetAsmParser.h | Chris Lattner |
2010-01-14 | introduce the MCParsedAsmOperand class. | Chris Lattner |
2009-09-16 | Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'. | Kevin Enderby |
2009-09-10 | Added the ParseInstruction() hook for target specific assembler directives so | Kevin Enderby |
2009-09-06 | Avoid an unused variable warning when assertions are | Duncan Sands |
2009-09-03 | Removed the non-target independent AsmToken::Register enum constant | Kevin Enderby |
2009-08-31 | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar |
2009-08-14 | Update llvm-mc / MCAsmStreamer to print the instruction using the actual target | Daniel Dunbar |
2009-08-11 | llvm-mc/X86: Parse '*' correctly (in the way the matcher expects). | Daniel Dunbar |
2009-08-10 | llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call | Daniel Dunbar |
2009-08-09 | llvm-mc/AsmParser: Implement user defined super classes. | Daniel Dunbar |
2009-08-08 | llvm-mc/AsmMatcher: Switch token matching to use the new string matcher. | Daniel Dunbar |