Boost the power of phi node constant folding slightly: if all
[oota-llvm.git] / lib / Target / ARM /
2010-11-14 Owen AndersonSecond attempt at providing correct encodings for Thumb...
2010-11-13 Bill WendlingComment out the defms until they're activated.
2010-11-13 Bill WendlingAdd uses of the *_ldst_multi multiclasses. These aren...
2010-11-13 Bill WendlingConvert the modes to lower case.
2010-11-13 Bill WendlingMinor cleanups:
2010-11-13 Bill WendlingAdd *_ldst_mult multiclasses to the ARM back-end. These...
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-11-13 Evan ChengConditional moves are slightly more expensive than...
2010-11-13 Evan ChengAdd conditional move of large immediate.
2010-11-13 Jim GrosbachSwap multiclass operand order for consistency with...
2010-11-13 Jim GrosbachContinue ARM indexed load refactoring. Multiclass for...
2010-11-13 Jim GrosbachMore ARM load/store indexed refactoring. Also fix an...
2010-11-13 Evan ChengFix an obvious typo which inverted an immediate.
2010-11-12 Eric ChristopherTemporarily revert this.
2010-11-12 Evan ChengFor pre-v6t2 targets, only select MOVi32imm if the...
2010-11-12 Owen AndersonRevert r118939 while I work out why it broke some build...
2010-11-12 Owen AndersonAttemt to provide correct encodings for Thumb2 binary...
2010-11-12 Evan ChengEliminate ARM::MOVi2pieces. Just use MOVi32imm and...
2010-11-12 Eric ChristopherMake this happen for ARM like x86. Don't entirely bail...
2010-11-12 Evan ChengAdd conditional mvn instructions.
2010-11-12 Jim GrosbachZap a copy/paste-o bit of dead code.
2010-11-12 Jim GrosbachRefactor to parameterize some ARM load/store encoding...
2010-11-12 Owen AndersonFirst stab at providing correct Thumb2 encodings, start...
2010-11-12 Evan ChengAdd some missing isel predicates on def : pat patterns...
2010-11-12 Jim GrosbachKill more unused stuff.
2010-11-12 Jim GrosbachRemove unused class.
2010-11-12 Jim GrosbachFill in the default predication bits for ARM unconditio...
2010-11-12 Jim GrosbachEncoding for ARM LDRSB instructions.
2010-11-12 Eric ChristopherFix up a few more spots of addrmode2 (or not) changes...
2010-11-11 Jim GrosbachStart of support for binary emit of 16-it Thumb instruc...
2010-11-11 Owen AndersonFill out support for Thumb2 encodings of NEON instructions.
2010-11-11 Owen AndersonAdd correct Thumb2 encodings for NEON vst[1,2,3,4]...
2010-11-11 Eric ChristopherRevert the accidental commit I made reverting the previ...
2010-11-11 Jim GrosbachARM fixup encoding for direct call instructions (BL).
2010-11-11 Eric ChristopherRevert this temporarily.
2010-11-11 Eric ChristopherChange the prologue and epilogue to use push/pop for...
2010-11-11 Owen AndersonAdd support for Thumb2 encodings of NEON data processin...
2010-11-11 Jim GrosbachEncoding of destination fixup for ARM branch and condit...
2010-11-11 Jim GrosbachEncoding for ARM LDRSH_POST.
2010-11-11 Jim GrosbachEncoding for ARM LDRSH and LDRSH_PRE. Cannonicalize...
2010-11-11 Jim GrosbachFix encoding of Ra register for ARM smla* instructions.
2010-11-11 Jim GrosbachARM STRH encoding information.
2010-11-10 Jim GrosbachMove LDM predicate operand encoding into base clase...
2010-11-10 Jim GrosbachARM LDM encoding for the mode (ia, ib, da, db) operand.
2010-11-10 Jim GrosbachFix ARM encoding of non-return LDM instructions.
2010-11-10 Jim GrosbachFix ARM encoding of LDM+Return instruction.
2010-11-10 Nate BegemanFix an issue where we tried to turn a v2f32 build_vecto...
2010-11-10 Jim GrosbachSimplify and clean up MC symbol lookup for ARM constant...
2010-11-10 Jim GrosbachUpdate ARMConstantPoolValue to not use a modifier strin...
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 Bob WilsonDefine the subtarget feature for the architecture version,
2010-11-09 Bob WilsonDo not use MEMBARRIER_MCR for any Thumb code.
2010-11-09 Bill WendlingTwo types of instructions have register lists:
2010-11-09 Jim GrosbachChange the ARMConstantPoolValue modifier string to...
2010-11-09 Jim GrosbachHandle ARM constant pool values that need an explicit...
2010-11-09 Jim GrosbachTrailing whitespace.
2010-11-09 Jim GrosbachFurther MCize ARM constant pool values. This allows...
2010-11-09 Jim GrosbachAdd encoding of Rt to ARM LDR/STR w/ reg+reg offset...
2010-11-09 Jim GrosbachFor ARM load/store instructions, encode [reg+reg] with...
2010-11-09 Jim GrosbachARM .word data fixups don't need an adjustment.
2010-11-09 Jim GrosbachAdd encoder method for ARM load/store shifted register...
2010-11-09 Jim GrosbachAdd support for a few simple fixups to the ARM Darwin...
2010-11-09 Bill WendlingRevert r118457 and r118458. These won't hold for GPRs.
2010-11-08 Bill WendlingGet the register and count from the register list operands.
2010-11-08 Bill Wendlingreglist has two operands.
2010-11-08 Bill WendlingThe "addRegListOperands()" function returns the start...
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
2010-11-08 Bill WendlingAdd "write back" bit encoding.
2010-11-08 Dale JohannesenRevert 118422 in search of bot verdancy.
2010-11-08 Jason W KimSupport -mcpu=cortex-a8 in ARM attributes - Has Fixme...
2010-11-08 Jason W KimComplete listing of ARM/MC/ELF relocation enums
2010-11-08 Bill WendlingMake RegList an ASM operand so that TableGen will gener...
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-06 Eric ChristopherMake sure we have movw on the target before using it.
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-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-05 Owen AndersonDisallow the certain NEON modified-immediate forms...
2010-11-05 Jim GrosbachMC'ize simple ARMConstantValue entry emission (with...
2010-11-05 Owen AndersonAdd codegen and encoding support for the immediate...
2010-11-05 Jim GrosbachEnable MachO writing for ARM/Darwin. Lots of stuff...
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
2010-11-05 Jim GrosbachAdd FIXME.
2010-11-04 Duncan SandsIn the calling convention logic, ValVT is always a...
2010-11-04 Evan ChengFix @llvm.prefetch isel. Selecting between pld / pldw...
2010-11-04 Jim GrosbachAdd ARM fixup info for load/store label references...
next