Remove an unused and a pointless variable.
[oota-llvm.git] / lib / Target / ARM / ARMISelDAGToDAG.cpp
2010-06-29 Duncan SandsRemove an unused and a pointless variable.
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-06-16 Bob WilsonRemove the hidden "neon-reg-sequence" option. The...
2010-06-04 Bob WilsonFor NEON vectors with 32- or 64-bit elements, select...
2010-06-03 Dale JohannesenEarly implementation of tail call for ARM.
2010-06-02 Jim GrosbachClean up 80 column violations. No functional change.
2010-05-28 Bob WilsonAdd the cc_out operand for t2RSBrs instructions. I...
2010-05-24 Jakob Stoklund OlesenFix a few places that depended on the numeric value...
2010-05-24 Jakob Stoklund OlesenSwitch ARMRegisterInfo.td to use SubRegIndex and elimin...
2010-05-19 Evan ChengTarget instruction selection should copy memoperands.
2010-05-17 Evan ChengTurn on -neon-reg-sequence by default.
2010-05-16 Evan ChengModel vst lane instructions with REG_SEQUENCE.
2010-05-15 Evan ChengModel 128-bit vld lane with REG_SEQUENCE.
2010-05-15 Evan ChengModel 64-bit lane vld with REG_SEQUENCE.
2010-05-14 Evan ChengModel VST*_UPD and VST*oddUPD pair with REG_SEQUENCE.
2010-05-14 Evan ChengModel VLD*_UPD and VLD*odd_UPD pair with REG_SEQUENCE.
2010-05-14 Evan ChengFix comments.
2010-05-11 Evan ChengModel some vst3 and vst4 with reg_sequence.
2010-05-10 Evan ChengModel some vld3 instructions with REG_SEQUENCE.
2010-05-10 Evan ChengModel vld2 / vst2 with reg_sequence.
2010-05-06 Bob WilsonAdd a missing break statement to fix unintentional...
2010-05-06 Jim GrosbachFix unintentional fallthrough. Patch by Edmund Grimley...
2010-05-05 Evan ChengModel CONCAT_VECTORS of two 64-bit values as a REG_SEQU...
2010-05-04 Evan ChengWith -neon-reg-sequence, models forming a Q register...
2010-04-22 Jim GrosbachUpdate ARM DAGtoDAG for matching UBFX instruction for...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-16 Evan ChengUse getAL() rather than a major constant.
2010-04-15 Evan ChengUse default lowering of DYNAMIC_STACKALLOC. As far...
2010-04-15 Evan ChengARM SelectDYN_ALLOC should emit a copy from SP rather...
2010-03-23 Bob WilsonFix VLDMQ and VSTMQ instructions to use the correct...
2010-03-23 Bob WilsonChange VST1 instructions for loading Q register values...
2010-03-23 Bob WilsonChange VLD1 instructions for loading Q register values...
2010-03-22 Bob WilsonRename some VLD1/VST1 instructions to match the impleme...
2010-03-20 Bob WilsonRe-commit r98683 ("remove redundant writeback flag...
2010-03-20 Bob WilsonRename some instructions for consistency and sanity...
2010-03-16 Bob WilsonRevert 98683. It is breaking something in the disassem...
2010-03-16 Bob WilsonRemove redundant writeback flag from ARM address mode...
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-19 Evan ChengFix r93758. Use isel patterns instead of c++ selection...
2010-01-18 Jim GrosbachPatch by David Conrad:
2010-01-17 Bob WilsonFix an off-by-one error that caused the chain operand...
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-21 Evan ChengAdd predicate operand to NEON instructions. Fix lots...
2009-11-20 Evan ChengFix codegen of conditional move of immediates. We were...
2009-11-19 Evan ChengRefactor cmov selection code out to a separate function...
2009-11-19 Evan Cheng80 col violation.
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-11-07 Jim GrosbachSupport alignment specifier for NEON vld/vst instructions
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-11-02 Bob WilsonPrune unnecessary include.
2009-10-27 Johnny ChenTest commit. Added '.' to the comment line.
2009-10-22 Evan ChengDon't generate sbfx / ubfx with negative lsb field...
2009-10-21 Evan ChengMatch more patterns to movt.
2009-10-14 Bob WilsonRemove unused variables to fix build warning.
2009-10-14 Bob WilsonRefactor code to select NEON VST intrinsics.
2009-10-14 Bob WilsonRefactor code to select NEON VLD intrinsics.
2009-10-14 Bob WilsonMore refactoring. NEON vst lane intrinsics can share...
2009-10-14 Bob WilsonRefactor code for selecting NEON load lane intrinsics.
2009-10-13 Bob WilsonMore Neon clean-up: avoid the need for custom-lowering...
2009-10-13 Bob WilsonRevise ARM inline assembly memory operands to require...
2009-10-13 Sandeep PatelFix method name in comment, per Bob Wilson.
2009-10-13 Sandeep PatelAdd ARMv6T2 SBFX/UBFX instructions. Approved by Anton...
2009-10-09 Bob WilsonAdd codegen support for NEON vst4lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vst3lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vst2lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vld4lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vld3lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vld2lane intrinsics with...
2009-10-08 Bob WilsonClean up some unnecessary initializations.
2009-10-08 Bob WilsonClean up a comment (indentation was wrong).
2009-10-08 Bob WilsonAdd codegen support for NEON vst4 intrinsics with ...
2009-10-08 Bob WilsonAdd codegen support for NEON vst3 intrinsics with ...
2009-10-08 Bob WilsonAdd codegen support for NEON vst2 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld4 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld2 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vst4 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vst3 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vst2 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vld4 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with 128...
2009-10-07 Bob WilsonRearrange code for selecting vld2 intrinsics. No funct...
2009-10-06 Bob WilsonAdd codegen support for NEON vld2 operations on quad...
2009-09-28 Bob WilsonPass the optimization level when constructing the ARM...
2009-09-27 Anton KorobeynikovUse movt/movw pair to materialize 32 bit constants...
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-01 Bob WilsonAdd support for generating code for vst{234}lane intrin...
2009-09-01 Bob WilsonGenerate code for vld{234}_lane intrinsics.
2009-08-26 Bob WilsonRemove unneeded ARM-specific DAG nodes for VLD* and...
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-21 Anton KorobeynikovFix some typos and use type-based isel for VZIP/VUZP...
2009-08-21 Anton KorobeynikovAdd nodes & dummy matchers for some v{zip,uzp,trn}...
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-14 Evan ChengIndentation.
2009-08-14 Bob WilsonDuring legalization, change Neon vdup_lane operations...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Evan ChengShrink Thumb2 movcc instructions.
next