A fail to match coprocessor number and register number must fail instead of assert.
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
2011-02-14 Bruno Cardoso LopesA fail to match coprocessor number and register number...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-12 Jim GrosbachAsmMatcher custom operand parser failure enhancements.
2011-02-07 Bruno Cardoso LopesAdd support for parsing dmb/dsb instructions
2011-02-07 Bruno Cardoso LopesRemove the MCR asm parser hack and start using the...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-03 Bob WilsonFix 80-column violations and whitespace.
2011-01-27 Kevin EnderbyChanged llvm-mc arm target to give an error if .syntax...
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2011-01-20 Bruno Cardoso LopesFix the encoding and parsing of clrex instruction
2011-01-20 Bruno Cardoso LopesAdd cdp/cdp2 instructions for thumb/thumb2
2011-01-20 Bruno Cardoso Lopes- Use a more appropriate name for Owen's ARM Parser...
2011-01-20 Bruno Cardoso LopesAdd mcr* and mr*c support to thumb targets
2011-01-18 Bruno Cardoso LopesFix the encoding of t2ISB by using the right class...
2011-01-18 Bruno Cardoso LopesFollow the current hack set and enable the correct...
2011-01-18 Daniel DunbarMcARM: Use accessors where appropriate.
2011-01-18 Daniel DunbarMcARM: Fill in ASMOperand::dump() for memory operands.
2011-01-18 Daniel DunbarMcARM: Make ARMOperand use a union where appropriate.
2011-01-18 Daniel DunbarMcARM: Unify ParseMemory() successfull return.
2011-01-18 Daniel DunbarMcARM: Early exit on failure (NEFC).
2011-01-18 Daniel DunbarMcARM: Always keep an offset expression, if used (inste...
2011-01-18 Daniel DunbarMcARM: Add a variety of asserts on the sanity of memory...
2011-01-18 Daniel DunbarMcARM: Use a consistent marker for not-set OffsetRegNum.
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...
next