| Age | Commit message (Expand) | Author |
| 2010-10-30 | split MaybeParseRegister into its two logical uses, eliminating malloc+free t... | Chris Lattner |
| 2010-10-29 | Some instructions end with an "ls" prefix, but it doesn't indicate that they are | Bill Wendling |
| 2010-10-29 | add FIXME | Jim Grosbach |
| 2010-10-29 | Handle ARM addrmode5 instructions with an offset. | Jim Grosbach |
| 2010-10-29 | Revert 117660. Apparently it's not as trivial as that... | Jim Grosbach |
| 2010-10-29 | ARM addrmode5 instructions have neither writeback nor post-indexed modes. | Jim Grosbach |
| 2010-10-29 | Trailing whitespace. | Jim Grosbach |
| 2010-10-29 | ARMAsmParser: Plug a memory leak. | Benjamin Kramer |
| 2010-10-29 | Add an unreachable to silence warning - the switch is actually | Eric Christopher |
| 2010-10-29 | add simple support for addrmode5 operands, allowing | Chris Lattner |
| 2010-10-28 | give better error diagnostics, for example: | Chris Lattner |
| 2010-10-28 | move a method out of line. | Chris Lattner |
| 2010-10-28 | remove the rest of hte owningptr's, no functionality change. | Chris Lattner |
| 2010-10-28 | rearrange ParseRegisterList. | Chris Lattner |
| 2010-10-28 | refactor some code to simplify it, eliminating some owningptr's. | Chris Lattner |
| 2010-10-20 | Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three | Chandler Carruth |
| 2010-09-29 | implement rdar://8456378 and PR7557 - support for the fstsw, | Chris Lattner |
| 2010-09-29 | change the protocol TargetAsmPArser::MatchInstruction method to take an | Chris Lattner |
| 2010-09-11 | fix the asmparser so that the target is responsible for skipping to | Chris Lattner |
| 2010-09-08 | change the MC "ParseInstruction" interface to make it the | Chris Lattner |
| 2010-09-06 | in the case where an instruction only has one implementation | Chris Lattner |
| 2010-09-06 | change MatchInstructionImpl to return an enum instead of bool. | Chris Lattner |
| 2010-09-06 | have AsmMatcherEmitter.cpp produce the hunk of code that gets included | Chris Lattner |
| 2010-09-01 | zap dead code. | Chris Lattner |
| 2010-08-12 | MC/AsmParser: Push the burdon of emitting diagnostics about unmatched | Daniel Dunbar |
| 2010-08-12 | tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl', | Daniel Dunbar |
| 2010-08-11 | MC/ARM: Add basic support for handling predication by parsing it out of the m... | Daniel Dunbar |
| 2010-08-11 | MC/ARM: Split mnemonic on '.' characters. | Daniel Dunbar |
| 2010-08-11 | MC/ARM: Fill in ARMOperand::dump a bit. | Daniel Dunbar |
| 2010-08-11 | MCAsmParser: Add dump() hook to MCParsedAsmOperand. | Daniel Dunbar |
| 2010-08-11 | MC/ARM: Add an ARMOperand class for condition codes. | Daniel Dunbar |
| 2010-08-11 | MC/ARM: Switch to using the generated match functions instead of stub impleme... | Daniel Dunbar |
| 2010-07-19 | Target: Give the TargetAsmParser access to the TargetMachine. | Daniel Dunbar |
| 2010-07-14 | Don't pass StringRef by reference. | Benjamin Kramer |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-06-29 | Remove unused variable Loc and pointless variables unified_syntax | Duncan Sands |
| 2010-04-07 | Added an AsmLexer for the ARM target, which uses | Sean Callanan |
| 2010-04-02 | Added support for reporting operand token ranges | Sean Callanan |
| 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-14 | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner |
| 2010-01-14 | prune #includes in TargetAsmParser.h | Chris Lattner |
| 2010-01-14 | introduce MCParsedAsmOperand | Chris Lattner |
| 2009-12-28 | Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are | Bill Wendling |
| 2009-12-16 | Every anonymous namespace is different. Caught by clang++. | John McCall |
| 2009-11-02 | Fix ARMAsmParser::ParseMemoryOffsetReg() where the parameter OffsetRegNum should | Kevin Enderby |
| 2009-10-30 | Updates to the ARM target assembler for llvm-mc per review comments from | Kevin Enderby |
| 2009-10-20 | Wire up the ARM MCInst printer, for llvm-mc. | Daniel Dunbar |