Whitespace.
[oota-llvm.git] / lib / Target /
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
2012-08-28 Roman DivackyEmit word of zeroes after the last instruction as a...
2012-08-28 Akira HatanakaFollow-up patch to r162731.
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-08-28 Bill WendlingThe commutative flag is already correctly set within...
2012-08-28 Craig TopperConvert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES...
2012-08-28 Craig TopperMerge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single...
2012-08-28 Michael LiaoFix PR12312
2012-08-28 Jakob Stoklund OlesenRevert r162713: "Add ATOMIC_LDR* pseudo-instructions...
2012-08-28 Akira HatanakaFix mips' long branch pass.
2012-08-28 Hal FinkelSplit several PPC instruction classes.
2012-08-28 Hal FinkelAllow remat of LI on PPC.
2012-08-28 Hal FinkelEliminate redundant CR moves on PPC32.
2012-08-28 Hal FinkelOptimize zext on PPC64.
2012-08-28 Jakob Stoklund OlesenMore missing mayLoad flags on AVX multiclasses.
2012-08-27 Jakob Stoklund OlesenAdd ATOMIC_LDR* pseudo-instructions to model atomic_loa...
2012-08-27 Bill WendlingMake sure we add the predicate after all of the registe...
2012-08-27 Craig TopperRemove MMX shift intrinsic handling code that also...
2012-08-27 Craig TopperDon't allow vextractf128 to be folded with unaligned...
2012-08-27 Craig TopperFold some patterns into instruction definitons so table...
2012-08-27 Craig TopperAdd HasAVX1Only predicate and use it for patterns that...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Jakob Stoklund OlesenAdd missing mayLoad flags to a large class of AVX ...
2012-08-24 Jakob Stoklund OlesenMissed tLEApcrelJT.
2012-08-24 Jakob Stoklund OlesenExplicitly mark LEApcrel pseudos with hasSideEffects.
2012-08-24 Jakob Stoklund OlesenFix call instruction operands in ARMFastISel.
2012-08-24 Jakob Stoklund OlesenMark X86::RET and RETI instructions as variadic.
2012-08-24 Akira HatanakaDisable Mips' delay slot filler when optimization level...
2012-08-24 Akira HatanakaIn MipsDAGToDAGISel::SelectAddr, fold add node into...
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
next