Recognize alternative register names like ip -> r12.
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
2011-01-13 Owen AndersonRecognize alternative register names like ip -> r12.
2011-01-13 Owen AndersonAdd support to the ARM MC infrastructure to support...
2011-01-13 Kevin EnderbyFix ARMAsmParser::ParseOperand() to allow it to parse...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-13 Kevin EnderbyAdd a FIXME and two asserts for now in the ARMAsmParser...
2011-01-13 Jason W KimChange call to Error() to assert()
2011-01-12 Bill WendlingSort the register list based on the *actual* register...
2011-01-11 Jason W KimWorkaround for bug 8721.
2011-01-11 Evan ChengClean up ARM subtarget code by using Triple ADT.
2011-01-11 Daniel DunbarMcARM: Fill in GetMnemonicAcceptInfo().
2011-01-11 Daniel DunbarMcARM: Sketch some logic for determining when to add...
2011-01-11 Daniel DunbarMcARM: Add more hard coded logic to SplitMnemonicAndCC...
2011-01-10 Daniel DunbarMcARM: Flush out hard coded known non-predicated mnemon...
2011-01-10 Daniel DunbarMC/ARM/AsmParser: Minor nitty fixes.
2011-01-10 Daniel DunbarMC/ARM/AsmParser: Split out SplitMnemonicAndCC().
2010-12-14 Bill WendlingThe tLDR et al instructions were emitting either a...
2010-12-10 Kevin EnderbyFix the leak from r121401 of the Operands erased in...
2010-12-09 Kevin EnderbyAdd support for parsing ARM arithmetic instructions...
2010-12-07 Benjamin KramerAdd parens to pacify gcc.
2010-12-06 Jim GrosbachEncode the register operand of ARM CondCode operands...
2010-12-06 Jim GrosbachThe ARM AsmMatcher needs to know that the CCOut operand...
2010-11-30 Bill Wendling* Add support for encoding t_addrmode_s2 and t_addrmode...
2010-11-30 Bill WendlingAdd parsing for the Thumb t_addrmode_s4 addressing...
2010-11-29 Jim GrosbachAdd a few missing initializers.
2010-11-29 Jim GrosbachNuke trailing whitespace.
2010-11-21 Bill WendlingThe "trap" instruction is one of this which doesn't...
2010-11-19 Bill WendlingUse array_pod_sort because the list is contiguous.
2010-11-18 Bill WendlingAdd support for parsing the writeback ("!") token.
2010-11-18 Bill WendlingDon't allocate the SmallVector of Registers. It gets...
2010-11-17 Bill WendlingProper encoding for VLDM and VSTM instructions. The...
2010-11-10 Bill WendlingEmit a '!' if this is a "writeback" register or memory...
2010-11-10 Matt Beaumont-GayRename a parameter to avoid confusion with a local...
2010-11-09 Bill WendlingEmit the warning about the register list not being...
2010-11-09 Bill Wendlings/std::vector/SmallVector/
2010-11-09 Bill WendlingDelete the allocated vector.
2010-11-09 Bill WendlingTwo types of instructions have register lists:
2010-11-08 Bill WendlingThe "addRegListOperands()" function returns the start...
2010-11-08 Bill WendlingRevert.
2010-11-07 Bill WendlingIn this context, a reglist is a reg.
2010-11-06 Bill WendlingAdd support for parsing register lists. We can't use...
2010-11-06 Bill WendlingReturn the base register of a register list for the...
2010-11-06 Bill WendlingGeneral cleanup:
2010-11-06 Bill WendlingAdd a RegList (register list) object to ARMOperand...
2010-11-06 Bill WendlingFix grammar.
2010-11-06 Bill WendlingFix grammar.
2010-11-06 Bill WendlingMatchRegisterName() returns 0 if it can't match the...
2010-11-06 Bill WendlingUse TryParseRegister() instead of MatchRegisterName...
2010-11-05 Jim GrosbachHook up the '.code {16|32}' directive to the streamer.
2010-11-05 Jim GrosbachHook up the '.thumb_func' directive to the streamer.
2010-11-05 Jim GrosbachFix past-o.
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
next