aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
AgeCommit message (Expand)Author
2010-04-07Added an AsmLexer for the ARM target, which usesSean Callanan
2010-04-02Added support for reporting operand token rangesSean Callanan
2010-01-22create a new MCParser library and move some stuff into it.Chris Lattner
2010-01-19Promoted the getTok() method to MCAsmParser so thatSean Callanan
2010-01-19Propagated the parser-side Lex function's declaration toSean Callanan
2010-01-19Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner
2010-01-14Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner
2010-01-14prune #includes in TargetAsmParser.hChris Lattner
2010-01-14introduce MCParsedAsmOperandChris Lattner
2009-12-28Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which areBill Wendling
2009-12-16Every anonymous namespace is different. Caught by clang++.John McCall
2009-11-02Fix ARMAsmParser::ParseMemoryOffsetReg() where the parameter OffsetRegNum shouldKevin Enderby
2009-10-30Updates to the ARM target assembler for llvm-mc per review comments fromKevin Enderby
2009-10-20Wire up the ARM MCInst printer, for llvm-mc.Daniel Dunbar
2009-10-15Fix ARM memory operand parsing of post indexing with just a base register, thatKevin Enderby
2009-10-15More bits of the ARM target assembler for llvm-mc, code added to parse labelsKevin Enderby
2009-10-13Correct comment about ARM immediates using '#' not '$' and TODO for modifiers.Kevin Enderby
2009-10-13More bits of the ARM target assembler for llvm-mc to parse immediates.Kevin Enderby
2009-10-12Fix two warnings about unused variables that are only used in assert() calls.Kevin Enderby
2009-10-12Fix a problem in the code where ARMAsmParser::ParseShift() second argumentKevin Enderby
2009-10-09Added another bit of the ARM target assembler to llvm-mc to parse registerKevin Enderby
2009-10-07Add another bit of the ARM target assembler to llvm-mc to parse registersKevin Enderby
2009-10-06Added bits of the ARM target assembler to llvm-mc to parse some load instructionKevin Enderby
2009-09-15Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby