Trailing whitespace.
[oota-llvm.git] / lib / Target / ARM /
2010-10-22 Jim GrosbachTrailing whitespace.
2010-10-22 Gabor Greiffix memory-layout assumption which only holds on little...
2010-10-22 Jim GrosbachARM mode encoding information for CLZ, RBIT, REV*,...
2010-10-22 Evan ChengTransfer implicit ops when forming load multiple and...
2010-10-22 Owen AndersonAdd correct NEON encodings for vqdmlal.
2010-10-22 Jim GrosbachAdd the encoding information for the rest of the ARM...
2010-10-22 Owen AndersonProvide correct encodings for NEON vmlal.
2010-10-22 Evan ChengSilence compiler warnings.
2010-10-22 Owen AndersonProvide correct NEON encodings for vmla.
2010-10-22 Jim GrosbachMore ARM multiply instuction binary encodings.
2010-10-22 Evan ChengAdd fastcc cc: pass and return VFP / NEON values in...
2010-10-22 Jim GrosbachParameterize a bit of ARM encoding information, simplif...
2010-10-22 Jim GrosbachMore ARM multiply instruction encoding information.
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-22 Eric ChristopherAdd some basic ret instruction support to arm fast...
2010-10-21 Jim GrosbachARM binary encoding for some of the multiply instructions.
2010-10-21 Jim GrosbachARM binary encodings for MVN variants.
2010-10-21 Jim GrosbachARM Binary encoding information for BFC/BFI instructions.
2010-10-21 Eric ChristopherThese don't need to be virtual.
2010-10-21 Owen AndersonMove the encoding logic for Q registers into getMachine...
2010-10-21 Owen AndersonARM encodes Q registers as 2xregno (i.e. the number...
2010-10-21 Eric ChristopherHandle storing args to the stack for calls.
2010-10-21 Eric ChristopherMore load/store refactoring, call reg+offset simplifica...
2010-10-21 Jim Grosbachtrailing whitespace
2010-10-21 Owen AndersonAdd correct NEON encodings for vhadd and vrhadd.
2010-10-21 Owen AndersonAdd correct encodings for NEON vaddw.s* and vaddw.u*.
2010-10-21 Owen AndersonProvide correct NEON encodings for vaddl.u* and vaddl.s*.
2010-10-21 Duncan SandsThe return value of this call is not used, so no point
2010-10-21 Andrew Trickputback r116983 and fix simple-fp-encoding.ll tests
2010-10-21 Owen AndersonRevert r116983, which is breaking all the buildbots.
2010-10-21 Evan ChengAdd missing scheduling itineraries for transfers betwee...
2010-10-21 Owen AndersonImplement correct encodings for NEON vadd, both integer...
2010-10-21 Eric ChristopherCustom lower f64 args passed in integer registers.
2010-10-20 Bill WendlingAdd encoding for moving a value between two ARM core...
2010-10-20 Bill WendlingAdd encodings for movement between ARM core registers...
2010-10-20 Dale JohannesenFix crash introduced in 116852. 8573915.
2010-10-20 Chandler CarruthRemove remaining uses of ATTRIBUTE_UNUSED on variables...
2010-10-20 Eric ChristopherFix a TODO by removing some unnecesary copies.
2010-10-20 Jim GrosbachFix backwards conditional.
2010-10-20 Jim GrosbachAdd dynamic realignment when rematerializing the base...
2010-10-19 Jim GrosbachNuke a commented out bit that got missed a while back.
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
2010-10-19 Jim GrosbachUpdate comments to remove obsolete references.
2010-10-19 Dale JohannesenEnable using vdup for vector constants which are splat of
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-19 Bob WilsonSupport alignment for NEON vld-lane and vst-lane instru...
2010-10-18 Jim GrosbachARM encoding information for [SU]SAT* instructions.
2010-10-18 Eric ChristopherRevert r116220 - thus turning arm fast isel back on...
2010-10-18 Bill WendlingDon't recompute MachineRegisterInfo in the Optimize...
2010-10-18 Jim GrosbachFor Thumb2, try to use frame pointer references for...
2010-10-18 Jim GrosbachARM addrmode4 instructions (ldm, stm and friends) can...
2010-10-18 Jim GrosbachGrammar tweak.
2010-10-18 Eric ChristopherRemove the check for invalid calling conventions. Testi...
2010-10-18 Eric ChristopherLift arg promotion from the X86 backend. This should...
2010-10-17 Eric ChristopherNow that we handle all allocas via a non-SP reg offset...
2010-10-17 Eric ChristopherAllow more load types to be materialized through the...
2010-10-17 Eric ChristopherOptimize GEP off of intermediate allocas.
2010-10-17 Eric ChristopherFix comment.
2010-10-17 Eric ChristopherTurn on AddOperator folding in GEP.
2010-10-17 Eric ChristopherUse the i12 immediate versions of the load instructions...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-16 Eric ChristopherFix some funky formatting that got through.
2010-10-15 Bill WendlingARMCodeEmitter::emitMiscInstruction is dead. Long live
2010-10-15 Eric ChristopherMake sure offset is 0 for load/store register to the...
2010-10-15 Eric ChristopherFormatting.
2010-10-15 Eric ChristopherFix else if -> if in store machinery.
2010-10-15 Bill WendlingReformatting. No functionalogicality changes.
2010-10-15 Eric ChristopherRefactor ARM fast-isel reg + offset to be a base +...
2010-10-15 Jim GrosbachEncoding information for the various ARM saturating...
2010-10-15 Jim GrosbachARM binary encoding information for RSB and RSC instruc...
2010-10-15 Jim GrosbachDon't mark argument value stores as immutable, as other...
2010-10-15 Bob WilsonUse simple RegState::Define flag instead of getDefRegSt...
2010-10-15 Eric ChristopherExpand GEP handling for constant offsets.
2010-10-15 Jim GrosbachWhen expanding the MOVsr[la]_flag pseudos, the CPSR...
2010-10-15 Jim GrosbachARM mode encoding information for UBFX and SBFX instruc...
2010-10-15 Bob WilsonRemove unused ARMISD::AND selection DAG node.
2010-10-15 Bob WilsonARM instructions that are both predicated and set the...
2010-10-15 Jim GrosbachEncoding info for extension instructions.
2010-10-14 Jim GrosbachAdd missing Rd encoding for MOVs instruction.
2010-10-14 Jim GrosbachRefactor the MOVsr[al]_flag and RRX pseudo-instructions...
2010-10-14 Jim GrosbachTweak the ARM backend to use the RRX mnemonic instead...
2010-10-14 Jim GrosbachMOVi16 and MOVT ARM mode encodings.
2010-10-14 Jim GrosbachSimplify encoding information and add 'dst' operand...
2010-10-14 Oscar FuentesRemove explicit dependency of LLVMARMCodeGen on LLVMARM...
2010-10-14 Eric ChristopherHandle more complex GEP based loads and add a few TODOs...
2010-10-14 Bill WendlingAdd support for vmov.f64/.f32 encoding. There's a bit...
2010-10-14 Bill WendlingAdd encoding for 'fmstat'.
2010-10-14 Bill Wendling- Add encodings for multiply add/subtract instructions...
2010-10-14 Jim GrosbachRegenerate. No functional change, just cleanup.
2010-10-13 Jim GrosbachDetabify and clean up 80 column violations.
2010-10-13 Jim GrosbachA few 80 column fixes.
2010-10-13 Jim Grosbachtrailing whitespace
2010-10-13 Jim GrosbachAdd a FIXME.
2010-10-13 Jim GrosbachAdd operand encoding bits for SMC and SVC in ARM mode.
2010-10-13 Jim GrosbachMore encoding cleanup. Also add register Rd operands...
2010-10-13 Jim GrosbachSimplify some ARM encoding information.
2010-10-13 Eric ChristopherUpdate comment.
2010-10-13 Jim GrosbachAdd a FIXME. The ADR instruction is a bit odd.
next