aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2011-11-10Thumb MUL assembly parsing for 3-operand form.Jim Grosbach
2011-11-10When in ARM mode, LDRH/STRH require special handling of negative offsets.Chad Rosier
2011-11-10ARM .thumb_func directive for quoted symbol names.Jim Grosbach
2011-11-10ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach
2011-11-10ARM assembly parsing for ASR(immediate).Jim Grosbach
2011-11-10For immediate encodings of icmp, zero or sign extend first. ThenChad Rosier
2011-11-10llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar
2011-11-10llvm-build: Add an explicit component type to represent targets.Daniel Dunbar
2011-11-10Tidy up.Jim Grosbach
2011-11-09Thumb2 assembly parsing STMDB w/ optional .w suffix.Jim Grosbach
2011-11-09Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.Eli Friedman
2011-11-09The ARM LDRH/STRH instructions use a +/-imm8 encoding, not an imm12.Chad Rosier
2011-11-09Add support for encoding immediates in icmp and fcmp. Hopefully, this willChad Rosier
2011-11-09Hide cpu name checking in ARMSubtarget.Evan Cheng
2011-11-08Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...Evan Cheng
2011-11-08ARMFastISel doesn't support thumb1. Rename isThumb to isThumb2 to reflect this.Chad Rosier
2011-11-08Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.Lang Hames
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper
2011-11-08Make sure to mark vector extload's as expand on ARM. Fixes PR11319.Eli Friedman
2011-11-08Enable support for returning i1, i8, and i16. Nothing special todo as it's theChad Rosier
2011-11-07Allow i1 to be promoted to i32 for ARM AAPCS and AAPCS-VFP calling convention...Chad Rosier
2011-11-07Simplify some uses of utohexstr.Benjamin Kramer
2011-11-06Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer
2011-11-05Add support for passing i1, i8, and i16 call parameters. Also, be sure toChad Rosier
2011-11-05Allow i1 to be promoted to i32 for ARM APCS calling convention.Chad Rosier
2011-11-04Cannot create a result register for non-legal types.Chad Rosier
2011-11-04When materializing an i32, SExt vs ZExt doesn't matter when we're trying to fitChad Rosier
2011-11-04Enable support for materializing i1, i8, and i16 integers via move immediate.Chad Rosier
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar
2011-11-04Fix some minor scheduling itinerary bug. It's not expected to actually affect...Evan Cheng
2011-11-04Indentation.Chad Rosier
2011-11-04Add fast-isel support for returning i1, i8, and i16.Chad Rosier
2011-11-03Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-11-03Add support for sign-extending non-legal types in SelectSIToFP().Chad Rosier
2011-11-02Fixed parameter name.Lang Hames
2011-11-02Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...Lang Hames
2011-11-02Add support for comparing integer non-legal types.Chad Rosier
2011-11-02Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson
2011-11-02The rules disallowing single-register reglist operands only apply to the POP ...Owen Anderson
2011-11-02Register list operands are not allowed to contain only a single register. Al...Owen Anderson
2011-11-02Factor out an EmitIntExt function. No functionality change intended.Chad Rosier
2011-11-02Factor out a SelectTrunc function. No functionality change intended.Chad Rosier
2011-11-01ARM label operands can be quoted.Jim Grosbach
2011-11-01ARM label operands can have an optional '#' before them.Jim Grosbach
2011-11-01Fix disassembly of some VST1 instructions.Owen Anderson
2011-11-01ARM VLD/VST assembly parsing for symbolic address operands.Jim Grosbach
2011-10-31ARM VST1 w/ writeback assembly parsing and encoding.Jim Grosbach
2011-10-31ARM writeback vs. stride operands for VST/VLD.Jim Grosbach
2011-10-31More not-crashing NEON disassembly updates for the vld refactoring.Owen Anderson