Fix an assertion failure when optimising a shufflevector incorrectly into concat_vect...
[oota-llvm.git] / lib / Target /
2012-09-10 Elena DemikhovskyThe VPSHUFB 256-bit instruction may be generated when...
2012-09-10 Benjamin KramerMake helper function static.
2012-09-09 Nick LewyckyAdd missing space before {. No functionality change.
2012-09-08 Craig TopperAdd instruction selection for ffloor of vectors when...
2012-09-08 Craig TopperUse 256-bit alignment for constant pool value for 256...
2012-09-08 Craig TopperAdd support for lowering FABS of vector types.
2012-09-08 Craig TopperSet operation action for FFLOOR to Expand for all vecto...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Jakob Stoklund OlesenCustom DAGCombine for and/or/xor are for all ARMs.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-07 Benjamin KramerPR13754: llvm-mc/x86 crashes on .cfi directives without...
2012-09-07 Benjamin KramerMipsAsmParser: Fix a couple of string use-after-frees...
2012-09-07 Jack CarterThe Mips standalone assembler aliased instruction support.
2012-09-07 Jack CarterThe Mips standalone assembler intial directive support.
2012-09-07 Jack CarterThe Mips standalone assembler fpu instruction support.
2012-09-06 David BlaikieRemove unused variable introduced by r163346.
2012-09-06 Jack CarterThe Mips standalone assembler memory instruction support.
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-06 Tim NorthoverDiagnose invalid alignments on duplicating VLDn instruc...
2012-09-06 Tim NorthoverCheck for invalid alignment values when decoding VLDn...
2012-09-06 Tim NorthoverUse correct part of complex operand to encode VST1...
2012-09-06 Elena DemikhovskyAVX2 optimization.
2012-09-06 Nadav RotemFix a few old-GCC warnings. No functional change.
2012-09-06 James MolloyFix self-host; ensure signedness is consistent.
2012-09-06 James MolloyImprove codegen for BUILD_VECTORs on ARM.
2012-09-06 James MolloyOptimize codegen for VSETLNi{8,16,32} operating on...
2012-09-06 Michael LiaoRemove duplicated helper function
2012-09-06 Craig TopperUse iPTR instead of i32 for extract_subvector/insert_su...
2012-09-06 Craig TopperAdd patterns for converting stores of subvector_extract...
2012-09-06 Jack CarterThere are some Mips instructions that are lowered by the
2012-09-06 Jack CarterMips specific llvm assembler support for branch and...
2012-09-05 Jakob Stoklund OlesenRemove predicated pseudo-instructions.
2012-09-05 Jakob Stoklund OlesenUse predication instead of pseudo-opcodes when folding...
2012-09-05 Jack CarterMips specific llvm assembler support for ALU instructio...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Roman DivackyUse const properly so that we dont remove const qualifi...
2012-09-05 Hal FinkelMove the PPC TOC defs into the PPC64 InstrInfo file.
2012-09-05 Tim NorthoverStrip old MachineInstrs *after* we know we can put...
2012-09-05 Pranav BhandarkarLLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instru...
2012-09-05 Craig TopperRemove some of the patterns added in r163196. Increasin...
2012-09-05 Craig TopperAdd patterns for integer forms of VINSERTF128/VINSERTI1...
2012-09-05 Logan ChienFix UseInitArray option for MIPS target.
2012-09-05 Craig TopperConvert vextracti128/vextractf128 intrinsics to extract...
2012-09-05 Richard SmithRemove redundant semicolons to fix -pedantic-errors...
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-09-04 Sergei LarinPorting Hexagon MI Scheduler to the new API.
2012-09-04 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-09-04 Elena DemikhovskyThis patch optimizes shuffle instruction - generates...
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add a comment.
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Roman DivackyRemove always true checks. Noticed by Adhemerval Zanella.
2012-09-03 Chad RosierAdd braces to the case statement.
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chris Lattnersome peepholes that should match horizontal add/sub...
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-09-03 Chad RosierMove ErrorLoc decl into the scope where it's actually...
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-09-01 Tim NorthoverLimit domain conversion to cases where it won't break...
2012-09-01 Logan ChienFix Thumb2 fixup kind in the integrated-as.
2012-09-01 Craig TopperTypos
2012-08-31 Manman RenSelectionDAG: when constructing VZEXT_LOAD from other...
2012-08-31 Craig TopperMark FMA4 instructions as commutable and add them to...
2012-08-31 Chad RosierRemove an unused argument. The MCInst opcode is set...
2012-08-31 Craig TopperAdd selection of RegOp2MemOpTable3 to canFoldMemoryOperand
2012-08-31 Michael LiaoFix PR12359
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-31 Chad RosierAdd a comment to explain what's really going on.
2012-08-31 Chad RosierThe ConvertToMCInst() function can't fail, so remove...
2012-08-31 Craig TopperMark FMA3 instructions as commutable so that the operan...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-31 Michael LiaoClean up AddedComplexity further after adding UseSSEx
2012-08-31 Jakob Stoklund OlesenFix a couple of typos in EmitAtomic.
2012-08-31 Jim GrosbachX86: Fix encoding of 'movd %xmm0, %rax'
2012-08-31 Chad RosierWith the fix in r162954/162955 every cvt function retur...
2012-08-30 Chad RosierFix for r162954. Return the Error.
2012-08-30 Chad RosierMove a check to the validateInstruction() function...
2012-08-30 Chad RosierTypo.
2012-08-30 Michael LiaoIntroduce 'UseSSEx' to force SSE legacy encoding
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Fix r162725.
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Whitespace.
2012-08-30 Tim NorthoverAdd support for moving pure S-register to NEON pipeline...
2012-08-30 Craig TopperOnly perform DAG combine on FMAs of legal types.
2012-08-30 Michael LiaoFix PR13727
2012-08-29 Jakob Stoklund OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-29 Hal FinkelReserve space for the mandatory traceback fields on...
2012-08-29 Tim NorthoverRefactor setExecutionDomain to be clearer about what...
2012-08-29 Benjamin KramerMake helper function static.
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-29 Craig TopperConvert FMA4 patterns to use target specific nodes...
2012-08-29 Andrew TrickCleanup sloppy code. Jakob's review.
2012-08-29 Jush Lu[arm-fast-isel] Add support for ARM PIC.
2012-08-29 Andrew TrickFix ARM vector copies of overlapping register tuples.
2012-08-29 Andrew Trickcleanup
2012-08-28 Chad RosierTypo.
2012-08-28 Michael LiaoAdd comments on the literal value used.
2012-08-28 Jack CarterThe instruction DEXT may be transformed into DEXTU...
2012-08-28 Michael LiaoExplicitly update the number of nodes to be traversed
2012-08-28 Jack CarterSome instructions are passed to the assembler to be
next