aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser
AgeCommit message (Expand)Author
2011-07-13Update MCParsedAsmOperand debug methods.Jim Grosbach
2011-07-11Fix recognition of ARM 'adcs' mnemonic.Jim Grosbach
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-08Fix indentation.Evan Cheng
2011-07-08Add support for ARM / Thumb mode switching with .code 16 and .code 32.Evan Cheng
2011-07-08Plug a leak by giving the AsmParser ownership of the MCSubtargetInfo.Benjamin Kramer
2011-07-08TargetAsmParser doesn't need reference to Target.Evan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-06-30Thumb1 register to register MOV instruction is predicable.Jim Grosbach
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-06-27ARM Assembly support for Thumb mov-immediate.Jim Grosbach
2011-06-27ARM Asm parsing of Thumb2 move immediate.Jim Grosbach
2011-06-27Add exception necessitated by 133938.Jim Grosbach
2011-06-27ARM assembly carry set/clear condition code aliases for 'hi/lo'Jim Grosbach
2011-05-27ARM asm parser wasn't able to parse a "mov" instruction while in ThumbBruno Cardoso Lopes
2011-05-25Fix PR9762Bruno Cardoso Lopes
2011-05-16sets bit 0 of the function address of thumb function in .symtabRafael Espindola
2011-04-18Small fix to the ARM AsmParser to ensure that aSean Callanan
2011-04-04- Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHTBruno Cardoso Lopes
2011-04-01Remove unused variablesMatt Beaumont-Gay
2011-03-31Apply again changes to support ARM memory asm parsing. I removedBruno Cardoso Lopes
2011-03-31Revert r128632 again, until I figure out what break the testsBruno Cardoso Lopes
2011-03-31Reapply r128585 without generating a lib depedency cycle. An updated log:Bruno Cardoso Lopes
2011-03-31Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and"Matt Beaumont-Gay
2011-03-30- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT andBruno Cardoso Lopes
2011-03-24Suppress an unused variable warning in -asserts buildsMatt Beaumont-Gay
2011-03-24Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes
2011-03-18Add support to the ARM asm parser for the register-shifted-register forms of ...Owen Anderson
2011-02-19Avoid dangling else warnings.Joerg Sonnenberger
2011-02-18Fix style and a typoBruno Cardoso Lopes
2011-02-18Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes
2011-02-14A fail to match coprocessor number and register number must fail instead of a...Bruno Cardoso Lopes
2011-02-14Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes
2011-02-12AsmMatcher custom operand parser failure enhancements.Jim Grosbach
2011-02-07Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes
2011-02-07Remove the MCR asm parser hack and start using the custom target specific asmBruno Cardoso Lopes
2011-02-04MC/AsmParser: Add support for allowing the conversion process to fail (viaDaniel Dunbar
2011-02-03Fix 80-column violations and whitespace.Bob Wilson
2011-01-27Changed llvm-mc arm target to give an error if .syntax divided is used. SinceKevin Enderby
2011-01-27Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky
2011-01-20Fix the encoding and parsing of clrex instructionBruno Cardoso Lopes
2011-01-20Add cdp/cdp2 instructions for thumb/thumb2Bruno Cardoso Lopes
2011-01-20- Use a more appropriate name for Owen's ARM Parser isMCR hack since the same...Bruno Cardoso Lopes
2011-01-20Add mcr* and mr*c support to thumb targetsBruno Cardoso Lopes
2011-01-18Fix the encoding of t2ISB by using the right class and also parse it correctlyBruno Cardoso Lopes
2011-01-18Follow the current hack set and enable the correct parsing of bkpt while in t...Bruno Cardoso Lopes
2011-01-18McARM: Use accessors where appropriate.Daniel Dunbar
2011-01-18McARM: Fill in ASMOperand::dump() for memory operands.Daniel Dunbar
2011-01-18McARM: Make ARMOperand use a union where appropriate.Daniel Dunbar
2011-01-18McARM: Unify ParseMemory() successfull return.Daniel Dunbar