aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
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
2011-07-19Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach
2011-07-19ARM assembly parsing of MRS instruction.Jim Grosbach
2011-07-19Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson
2011-07-19ARM assembly parsing for MRC/MRC2/MRRC/MRRC2.Jim Grosbach
2011-07-19ARM assembly parsing for MOV (register).Jim Grosbach
2011-07-19Tidy up.Jim Grosbach
2011-07-19Tighten conditional for 'mov' cc_out.Jim Grosbach
2011-07-19ARM assembly parsing for MOV (immediate).Jim Grosbach
2011-07-19Remove unused code.Jim Grosbach
2011-07-19ARM range checking for so_imm operands in assembly parsing.Jim Grosbach
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-18Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple...Owen Anderson
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-07-18Mark the Darwin assembler workout as isCodeGenOnly, so that it doesn't cause ...Owen Anderson
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-18Re-apply r135319 with a fix for the constant island pass.Owen Anderson
2011-07-18Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-16Revert r135319 in an attempt to get to unbreak testers.Owen Anderson
2011-07-15Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB...Owen Anderson
2011-07-15Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...Owen Anderson
2011-07-15Remove unnecessary duplicate instruction definitions that simply overloaded t...Owen Anderson
2011-07-15Eliminate "const" from extern const to fix breakeage since r135184 on msvc.NAKAMURA Takumi
2011-07-15Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng
2011-07-15Major update to CMake build to reflect changes in r135219 in theChandler Carruth
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-14ARM diagnostic when 's' suffix on mnemonic that can't set flags.Jim Grosbach
2011-07-14Add OperandTypes for Thumb branch targets.Benjamin Kramer
2011-07-14Port operand types for ARM and X86 over from EDIS to the .td files.Benjamin Kramer
2011-07-14ARM MCRR/MCRR2 immediate operand range checking.Jim Grosbach
2011-07-14ARM MCR/MCR2 assembly parsing operand constraints.Jim Grosbach
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-14Reorganize ARM assembler aliases.Jim Grosbach
2011-07-14Don't leak operands when putting them into a shift.Benjamin Kramer
2011-07-14Update ARM Assembly of LDM/STM.Jim Grosbach
2011-07-14ARM ISB instruction assembly parsing.Jim Grosbach
2011-07-14ARM Assembler support for DSB instruction.Jim Grosbach
2011-07-14DMB instalias needs the same predicate as the instruction.Jim Grosbach
2011-07-13ARM Assembler support for DMB instruction.Jim Grosbach
2011-07-13Update comments. These are for assembler, too.Jim Grosbach
2011-07-13Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson
2011-07-13ARM Assembler support for DBG instruction.Jim Grosbach
2011-07-13Revert 135093. Think-o.Jim Grosbach
2011-07-13Correct range for thumb co-processor immediateJim Grosbach