Split out the updating of PHI nodes after splitting the BB into a separate
[oota-llvm.git] / lib / Target /
2011-08-18 Akira HatanakaMake IsShiftedMask a static function rather than defini...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for CMP.
2011-08-18 Jim GrosbachThumb instructions CBZ and CBNZ are Thumb2, not THumb1.
2011-08-18 Jim GrosbachARM Thumb blx instruction fixup has same data range...
2011-08-18 Jim Grosbach80 columns.
2011-08-18 Bruno Cardoso LopesClenup and fix encoding for Mips ins and ext instruction
2011-08-18 Jim GrosbachAdd missing 'break'.
2011-08-18 Richard OsborneAdd intrinsics for SETEV, GETED, GETET.
2011-08-18 Bruno Cardoso LopesCleanup vector logical ops in AVX and add use int versi...
2011-08-17 Jim GrosbachRemove extraneous newline from operand print method...
2011-08-17 Jim GrosbachClean up patterns for Thumb1 system instructions.
2011-08-17 Akira HatanakaChanged definition of EXT and INS per Bruno's comments.
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for B.
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ASR.
2011-08-17 Bruno Cardoso LopesFix PR10688. Add support for spliting 256-bit vector...
2011-08-17 Jim GrosbachTidy up. 80 columns.
2011-08-17 Jim GrosbachARM clean up the imm_sr operand class representation.
2011-08-17 Jim GrosbachFix predicate for imm1_32
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ADR.
2011-08-17 Jim Grosbach80 columns.
2011-08-17 Jim GrosbachTidy up.
2011-08-17 Akira HatanakaAdd support for half-word unaligned loads and stores.
2011-08-17 Owen AndersonBe more careful in the Thumb decoder hooks to avoid...
2011-08-17 Akira HatanakaMove pattern matching for EXT and INS to post-legalizat...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-17 Bruno Cardoso LopesIntroduce matching patterns for vbroadcast AVX instruct...
2011-08-17 Bruno Cardoso LopesUpdate comments about vector splat handling in x86
2011-08-17 Bruno Cardoso LopesNow that we have a canonical way to handle 256-bit...
2011-08-17 Akira HatanakaAdd support for ext and ins.
2011-08-16 Jim GrosbachThumb ADD(immediate) parsing support.
2011-08-16 Owen AndersonSeparate out Thumb1 instructions that need an S bit...
2011-08-16 Jim GrosbachThumb parsing diagnostics for low-reg requirements...
2011-08-16 Jim GrosbachAdd missing exit for 'case'.
2011-08-16 Jim GrosbachThumb assembly parsing and encoding for ADD(register...
2011-08-16 Jim GrosbachMove some logic into a helper function and expand the...
2011-08-16 Jim GrosbachARM thumb assembly parsing for arithmetic flag setting...
2011-08-16 Bruno Cardoso LopesInstead of always leaving the work to the generic legal...
2011-08-16 Jim GrosbachARM .align NOP padding uses different encoding pre...
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-08-16 Akira HatanakaDefine function MipsMCInstLower::LowerOperand.
2011-08-16 Akira HatanakaAdd parameter Offset to MipsMCInstLower::LowerSymbolOpe...
2011-08-15 Owen AndersonSpecify a necessary fixed bit for VLD3DUP, and otherwis...
2011-08-15 Bruno Cardoso LopesWhile I'm here, remove the "_alt" hacks to a series...
2011-08-15 Bruno Cardoso LopesReorder declarations of vmovmskp* and also put the...
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-15 Bruno Cardoso LopesFix PR10656. It's only profitable to use 128-bit insert...
2011-08-15 Owen AndersonEnforce the constraint that Rt must be even on LDRD...
2011-08-15 Owen AndersonRemove dead classes.
2011-08-15 Owen AndersonFix incorrect encoding of UMAAL and friends. Patch...
2011-08-15 Owen AndersonFix decoding LDRSB and LDRSH in Thumb1 mode. Patch...
2011-08-15 Owen AndersonFix problems decoding the to/from-lane NEON memory...
2011-08-15 Jim GrosbachUpdate comment to reflect MC target machine refactor.
2011-08-13 Bob WilsonExpand VMOVQQQQ pseudo instructions.
2011-08-12 Jim GrosbachARM STR_POST_IMM offset encoding fix in load/store...
2011-08-12 Bruno Cardoso LopesFix comment!
2011-08-12 Bruno Cardoso LopesThe VPERM2F128 is a AVX instruction which permutes...
2011-08-12 Bruno Cardoso LopesMove code around and add comments
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-08-12 Jim GrosbachARM expansion of pre-indexed store pseudos should maint...
2011-08-12 Owen AndersonFix some remaining issues with decoding ARM-mode memory...
2011-08-12 Owen AndersonFix decoding of ARM-mode STRH.
2011-08-12 Owen AndersonSpecify fixed bit in the LDRBT encoding, which allows...
2011-08-12 Owen AndersonFix decoding of pre-indexed stores.
2011-08-12 Akira HatanakaWhen constant double 0.0 is lowered, make sure 0 is...
2011-08-12 Chris Lattnerswitch to the new struct apis.
2011-08-12 Owen AndersonSeparate decoding for STREXD and LDREXD to make each...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-12 Andrew TrickfindDeadCallerSavedReg fix: Missing NULL terminator...
2011-08-11 Jim GrosbachARM vector compare to zero instruction assembly parsing...
2011-08-11 Akira HatanakaEnclose directive .cprestore with .set macro and nomacr...
2011-08-11 Jim GrosbachRemove no-longer-true comments. These are for the assem...
2011-08-11 Jim GrosbachARM STRT assembly parsing and encoding.
2011-08-11 Owen AndersonMake the USAT16 operand decoder auto-generate-able.
2011-08-11 Owen AndersonAdd another accidentally omitted predicate operand.
2011-08-11 Owen AndersonAdd missing predicate operand on SMLA and friends.
2011-08-11 Jim GrosbachARM load shifted register pre-index fix shift value...
2011-08-11 Owen AndersonHandle new register classes in Thumb2 mode. Should...
2011-08-11 Owen AndersonMaking SEL decodings auto-generate-able.
2011-08-11 Bruno Cardoso LopesAdd a dag combine to xform 256-bit shuffles into simple...
2011-08-11 Jim GrosbachTidy up comment.
2011-08-11 Owen AndersonFix decoding support for STREXD and LDREXD.
2011-08-11 Jim GrosbachARM STRH assembly parsing and encoding.
2011-08-11 Akira HatanakaAdd isIndirectBranch flag.
2011-08-11 Owen AndersonFix decoding for indexed STRB and LDRB. Fixes <rdar...
2011-08-11 Jim GrosbachTidy up. Remove unused template parameter.
2011-08-11 Owen AndersonImprove operand validation for Thumb2 addressing modes.
2011-08-11 Jim GrosbachARM STRD assembly parsing and encoding.
2011-08-11 Owen AndersonContinue to tighten decoding by performing more operand...
2011-08-11 Jim GrosbachTidy up.
2011-08-11 Jim GrosbachARM STRBT assembly parsing and encoding.
2011-08-11 Jim GrosbachARM STR(immediate) assembly parsing and encoding.
2011-08-11 Owen AndersonTighten decoding of addrmode2 instructions to reject...
2011-08-11 Bruno Cardoso LopesFix PR10492 by teaching MOVHLPS and MOVLPS mask matchin...
2011-08-11 Owen AndersonTighten operand decoding of addrmode2 instruction....
2011-08-11 Owen AndersonCorrect immediate range for shifter operands. Patch...
2011-08-11 Owen AndersonImprove error checking in the new ARM disassembler...
2011-08-11 Jim GrosbachARM push of a single register encodes as pre-indexed...
2011-08-11 Jim GrosbachARM pop of a single register encodes as post-indexed...
2011-08-11 Nadav RotemAdd a comment, per Bruno's CR.
2011-08-11 Nadav Rotem[AVX] If the data which is going to be saved is already...
next