The MC code couldn't handle ARM LDR instructions with negative offsets:
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
2010-11-03 Bill WendlingThe MC code couldn't handle ARM LDR instructions with...
2010-11-01 Jim GrosbachAdd FIXME.
2010-11-01 Jim GrosbachMark ARM subtarget features that are available for...
2010-11-01 Jim Grosbachtrailing whitespace
2010-10-30 Jim GrosbachTidy up.
2010-10-30 Chris Lattnersimplify this code.
2010-10-30 Chris Lattnersplit MaybeParseRegister into its two logical uses...
2010-10-29 Bill WendlingSome instructions end with an "ls" prefix, but it doesn...
2010-10-29 Jim Grosbachadd FIXME
2010-10-29 Jim GrosbachHandle ARM addrmode5 instructions with an offset.
2010-10-29 Jim GrosbachRevert 117660. Apparently it's not as trivial as that...
2010-10-29 Jim GrosbachARM addrmode5 instructions have neither writeback nor...
2010-10-29 Jim GrosbachTrailing whitespace.
2010-10-29 Benjamin KramerARMAsmParser: Plug a memory leak.
2010-10-29 Eric ChristopherAdd an unreachable to silence warning - the switch...
2010-10-29 Chris Lattneradd simple support for addrmode5 operands, allowing
2010-10-28 Chris Lattnergive better error diagnostics, for example:
2010-10-28 Chris Lattnermove a method out of line.
2010-10-28 Chris Lattnerremove the rest of hte owningptr's, no functionality...
2010-10-28 Chris Lattnerrearrange ParseRegisterList.
2010-10-28 Chris Lattnerrefactor some code to simplify it, eliminating some...
2010-10-20 Chandler CarruthRemove remaining uses of ATTRIBUTE_UNUSED on variables...
2010-09-29 Chris Lattnerimplement rdar://8456378 and PR7557 - support for the...
2010-09-29 Chris Lattnerchange the protocol TargetAsmPArser::MatchInstruction...
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-09-08 Chris Lattnerchange the MC "ParseInstruction" interface to make...
2010-09-06 Chris Lattnerin the case where an instruction only has one implement...
2010-09-06 Chris Lattnerchange MatchInstructionImpl to return an enum instead...
2010-09-06 Chris Lattnerhave AsmMatcherEmitter.cpp produce the hunk of code...
2010-09-01 Chris Lattnerzap dead code.
2010-08-12 Daniel DunbarMC/AsmParser: Push the burdon of emitting diagnostics...
2010-08-12 Daniel Dunbartblgen/AsmMatcher: Always emit the match function as...
2010-08-11 Daniel DunbarMC/ARM: Add basic support for handling predication...
2010-08-11 Daniel DunbarMC/ARM: Split mnemonic on '.' characters.
2010-08-11 Daniel DunbarMC/ARM: Fill in ARMOperand::dump a bit.
2010-08-11 Daniel DunbarMCAsmParser: Add dump() hook to MCParsedAsmOperand.
2010-08-11 Daniel DunbarMC/ARM: Add an ARMOperand class for condition codes.
2010-08-11 Daniel DunbarMC/ARM: Switch to using the generated match functions...
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-12 Duncan SandsConvert some tab stops into spaces.
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...