Remove unused variable Loc and pointless variables unified_syntax
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
2010-06-29 Duncan SandsRemove unused variable Loc and pointless variables...
2010-04-07 Sean CallananAdded an AsmLexer for the ARM target, which uses
2010-04-02 Sean CallananAdded support for reporting operand token ranges
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-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-14 Chris Lattnerintroduce MCParsedAsmOperand
2009-12-28 Bill WendlingAdd an "ATTRIBUTE_UNUSED" macro (and use it). It's...
2009-12-16 John McCallEvery anonymous namespace is different. Caught by...
2009-11-02 Kevin EnderbyFix ARMAsmParser::ParseMemoryOffsetReg() where the...
2009-10-30 Kevin EnderbyUpdates to the ARM target assembler for llvm-mc per...
2009-10-20 Daniel DunbarWire up the ARM MCInst printer, for llvm-mc.
2009-10-15 Kevin EnderbyFix ARM memory operand parsing of post indexing with...
2009-10-15 Kevin EnderbyMore bits of the ARM target assembler for llvm-mc,...
2009-10-13 Kevin EnderbyCorrect comment about ARM immediates using '#' not...
2009-10-13 Kevin EnderbyMore bits of the ARM target assembler for llvm-mc to...
2009-10-12 Kevin EnderbyFix two warnings about unused variables that are only...
2009-10-12 Kevin EnderbyFix a problem in the code where ARMAsmParser::ParseShif...
2009-10-09 Kevin EnderbyAdded another bit of the ARM target assembler to llvm...
2009-10-07 Kevin EnderbyAdd another bit of the ARM target assembler to llvm...
2009-10-06 Kevin EnderbyAdded bits of the ARM target assembler to llvm-mc to...
2009-09-15 Kevin EnderbyAdded the first bits of the ARM target assembler to...