aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2011-07-26ARM fix asm parsing range check for [0,31] immediates.Jim Grosbach
2011-07-26ARM parsing and encoding for SVC instruction.Jim Grosbach
2011-07-26Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-25ARM assembly parsing and encoding for SSAT16 instruction.Jim Grosbach
2011-07-25ARM assembly parsing and encoding for SSAT instruction.Jim Grosbach
2011-07-25Fix more MC layering violations.Evan Cheng
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-25Simply ARM so_reg MIOperandInfo definitions.Jim Grosbach
2011-07-25Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng
2011-07-25ARM asm operand renaming. Make things a bit more explicit.Jim Grosbach
2011-07-25More simple cleanup of ARM asm operand definitions.Jim Grosbach
2011-07-25Code clean up.Evan Cheng
2011-07-25Make assembly parser method names more consistent.Jim Grosbach
2011-07-25Tidy up formatting.Jim Grosbach
2011-07-25Tidy up a bit.Jim Grosbach
2011-07-23ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable.NAKAMURA Takumi
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-23Sink ARM mc routines into MCTargetDesc.Evan Cheng
2011-07-22ARM SSAT instruction 5-bit immediate handling.Jim Grosbach
2011-07-22ARM assembly parsing and encoding updates.Jim Grosbach
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-22ARM assembly parsing and encoding of SMLAL instruction.Jim Grosbach
2011-07-22ARM encoding and assembly parsing of SMLAD{X} instructions.Jim Grosbach
2011-07-22Fix test failures caused by my so_reg refactoring.Owen Anderson
2011-07-22ARM assembly parsing and encoding for SMC instruction.Jim Grosbach
2011-07-22Clean up a few more comments.Jim Grosbach
2011-07-22Tidy up.Jim Grosbach
2011-07-22Thumb assembly support for SETEND instruction.Jim Grosbach
2011-07-22Tidy up.Jim Grosbach
2011-07-22ARM assembly parsing and encoding for SETEND instruction.Jim Grosbach
2011-07-22Tidy up.Jim Grosbach
2011-07-21Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...Owen Anderson
2011-07-21ARM Asm parser range checking for [0,31] immediates.Jim Grosbach
2011-07-21ARM assembly parsing support for RSC instruction.Jim Grosbach
2011-07-21ARM assembly parsing support for RSB instruction.Jim Grosbach
2011-07-21Tidy up.Jim Grosbach
2011-07-21ARM assembly parsing POP/PUSH mnemonics.Jim Grosbach
2011-07-21Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...Owen Anderson
2011-07-21ARM assembly parsing and encoding for PKHBT and PKHTB instructions.Jim Grosbach
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-20Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng
2011-07-20ARM PKH shift ammount operand printing tweaks.Jim Grosbach
2011-07-20Tidy up a bit.Jim Grosbach
2011-07-20ARM: Tidy up representation of PKH instruction.Jim Grosbach
2011-07-20ARM assembly parsing of MUL instruction.Jim Grosbach
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng