Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren't
[oota-llvm.git] / lib / Target /
2011-09-19 Akira HatanakaMake changes to avoid creating nested CALLSEQ_START...
2011-09-19 Owen AndersonSpecify an additional fixed bit in the Thumb2 SSAT...
2011-09-19 Jim GrosbachARM asm parsing should handle pre-indexed writeback...
2011-09-19 Owen AndersonHandle STRT (and friends) like LDRT (and friends) for...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SXTAB/SXTAB16...
2011-09-18 Nadav RotemFix typos in my prev commit, found by Tobi.
2011-09-18 Nadav RotemsetOperationAction should be done on the return value...
2011-09-18 Nadav RotemWhen promoting integer vectors we often create ext...
2011-09-18 Craig TopperFix typo by changing Lower256IntVETCC to Lower256IntVSETCC.
2011-09-17 Duncan SandsSynthesize x86 max/min instructions also for vectors...
2011-09-16 Bruno Cardoso LopesDescribe more AVX 128-bit convert instructions without...
2011-09-16 Owen AndersonBitfield mask instructions are unpredictable if the...
2011-09-16 Owen AndersonFix bitfield decoding based on Eli's feedback.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SUB(immediate).
2011-09-16 Owen AndersonThumb2 pre-indexed loads/stores use the restricted...
2011-09-16 Owen AndersonFix disassembly of Thumb2 BFI instructions with bit...
2011-09-16 Owen AndersonAdd fixed bits to correctly distinguish Thumb2 SSAT...
2011-09-16 Bruno Cardoso LopesAdd mayLoad attribute to AVX convert instructions,...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STR.
2011-09-16 Jim GrosbachTidy up. 80 columns.
2011-09-16 Owen AndersonFix disassembly of Thumb2 LDRSH with a #-0 offset.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STR(immediate).
2011-09-16 Bruno Cardoso LopesFix PR10884.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STMIA.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SRS.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMULL.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLSLD/SMLSLDX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLALD/SMLALDX.
2011-09-16 Jim GrosbachKill some dead code.
2011-09-16 Jim GrosbachTidy up a bit.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLAL.
2011-09-15 Jim GrosbachRemove incorrect comments.
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Bruno Cardoso LopesAdd a fixme note!
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SHASX/SHSAX.
2011-09-15 Eli FriedmanMinor cleanup.
2011-09-15 Eli FriedmanUse a more efficient lowering for Unordered/Monotonic...
2011-09-15 Bruno Cardoso LopesAdd the remaining AVX versions of instructions to X86In...
2011-09-15 Bruno Cardoso LopesFactor out partial register update checks for some...
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SASX.
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for RSB.
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for REV16/REVSH.
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
2011-09-15 Bruno Cardoso LopesChange all checks regarding the presence of any SSE...
2011-09-15 Bruno Cardoso LopesEnable SSEDomainFix pass for AVX mode.
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for REV.
2011-09-15 Jim GrosbachARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'
2011-09-15 Jim GrosbachThumb2 push/pop mnemonic recognition.
2011-09-14 Eli FriedmanFix the code creating VZEXT_LOAD so that it creates...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for PKH.
2011-09-14 Jim GrosbachARMv7a has the PKH instructions.
2011-09-14 Jim GrosbachARM tighten up the register classes for the PKH instruc...
2011-09-14 Owen AndersonFix a crasher in Thumb2 MOV-immediate encoding for...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MVN.
2011-09-14 Owen AndersonNested IT blocks are UNPREDICTABLE. Mark them as such...
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MUL.
2011-09-14 Jim GrosbachThumb2 assembly parsing and encoding for MSR/MRS.
2011-09-14 Jim GrosbachThumb2 assembly parsing for MOV in IT block.
2011-09-14 Jim GrosbachARM fix assembly parser handling of ranges in register...
2011-09-14 Akira HatanakaAdd comment.
2011-09-14 Craig TopperFix mem type for VEX.128 form of VROUNDP*. Remove filte...
2011-09-14 Craig TopperMake disassembling of VBLEND* print immediate as a...
2011-09-14 Bruno Cardoso LopesOne more patch towards JIT support for Mips.
2011-09-14 Bruno Cardoso LopesTeach the foldable tables about 128-bit AVX instruction...
2011-09-14 Bruno Cardoso LopesVector shuffle mask <i32 4, i32 5, i32 2, i32 3> should...
2011-09-13 Jim GrosbachRemove unnecessary scope resolution operator.
2011-09-13 Owen AndersonCorrect disassembly printing of Thumb2 post-incremented...
2011-09-13 Jim GrosbachThere's only 16 regs legal in a register list.
2011-09-13 Jim GrosbachTidy up a few 80 column violations.
2011-09-13 Jim GrosbachTidy up a bit.
2011-09-13 Akira HatanakaAdd pattern used to match MipsLo, which is needed when...
2011-09-13 Nadav Rotemswap vselect operand order - pr10907
2011-09-13 Bruno Cardoso LopesAdd versions 256-bit versions of alignedstore and align...
2011-09-13 Bruno Cardoso LopesRevert the remaining part of r139528. According to...
2011-09-13 Nadav RotemAdd vselect target support for targets that do not...
2011-09-13 Akira HatanakaSupport for PSP is gone too.
2011-09-13 Owen AndersonTeach the Thumb ASM parser that BKPT is allowed in...
2011-09-13 Akira HatanakaIt is not necessary to search for mipsallegrex in targe...
2011-09-13 Owen AndersonFix encoding of Thumb2 shifted register operands with...
2011-09-13 Craig TopperOnly disassembler instructions with vvvv != 1111 if...
2011-09-13 Craig TopperRemove filter that was preventing MOVDQU/MOVDQA and...
2011-09-13 Craig TopperFix encoding of VMOVDQU to not simultaneously be 'TB...
2011-09-13 Eli FriedmanZap some junk from the ARM instruction descriptions.
2011-09-13 Eli FriedmanFix the assembler strings for a couple of atomic instru...
2011-09-12 Jim GrosbachTidy up a bit.
2011-09-12 Bruno Cardoso LopesFix PR10845. SUBREG_TO_REG shouldn't be used when the...
2011-09-12 Owen AndersonThumb2 POP's don't allow the PC as an operand, and...
2011-09-12 Bruno Cardoso LopesRevert the wrong part of r139528, and fix testcases.
2011-09-12 Owen AndersonFix encoding of PC-relative LDRSHW with an immediate...
2011-09-12 Owen AndersonThere's no need to add additional predicate operands...
2011-09-12 Bruno Cardoso LopesNot sure how CMPPS and CMPPD had already ever worked...
2011-09-12 Bruno Cardoso LopesOrganize a bit the operand names for CMPPS and CMPPD
2011-09-12 Bruno Cardoso LopesRealign BLEND patterns to match the general style for...
2011-09-12 Bruno Cardoso LopesFix 80-columns
2011-09-12 Owen AndersonPort more encoding tests to decoding tests, and correct...
2011-09-12 Richard OsborneAssociate a MemOperand with LDWCP nodes introduced...
2011-09-12 Richard OsborneMark LDWCP as having no side effects.
2011-09-12 Nadav RotemFormat patterns, remove unused X86blend patterns
next