aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2012-12-21[mips] Move instruction definitions in MipsInstrInfo.td.Akira Hatanaka
2012-12-21R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard
2012-12-21R600: Fix MAX_UINT definitionTom Stellard
2012-12-21R600: Add SHADOWCUBE to TEX_SHADOW patternTom Stellard
2012-12-21Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C...Benjamin Kramer
2012-12-21X86: Match pmin/pmax as a target specific dag combine. This occurs during vec...Benjamin Kramer
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-21R600: Expand vec4 INT <-> FP conversionsTom Stellard
2012-12-21X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...Benjamin Kramer
2012-12-21Add a missing "virtual" keyword.Nadav Rotem
2012-12-21Add ARM cortex-r5 subtarget.Quentin Colombet
2012-12-21Improve the X86 cost model for loads and stores.Nadav Rotem
2012-12-21BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem
2012-12-21Call llvm_unreachable instead of assert.Reed Kotler
2012-12-20Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen
2012-12-20MachineInstrBuilderize ARM.Jakob Stoklund Olesen
2012-12-20MachineInstrBuilderize NVPTX.Jakob Stoklund Olesen
2012-12-20Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson
2012-12-20On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng
2012-12-20Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky
2012-12-20Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin
2012-12-20Implement cfi_def_cfa_offset. "Make check" test case for this comming in theReed Kotler
2012-12-20There is one more patch to finish large frames. Make sure we assertReed Kotler
2012-12-20Add constant extender support to GP-relative load/store instructions.Jyotsna Verma
2012-12-20Add TSFlags to ALU32 type instructions for constant-extender/Relationship maps.Jyotsna Verma
2012-12-20set register class properly for mips16 hereReed Kotler
2012-12-20Undefine PPC harder.Rafael Espindola
2012-12-20This assert is overly restrictive and does not work for mips16.Reed Kotler
2012-12-20Turn on register scavenger for Mips 16Reed Kotler
2012-12-20[mips] Refactor SLT (set on less than) instructions. Separate encodingAkira Hatanaka
2012-12-20[mips] Refactor unconditional branch instruction. Separate encoding informationAkira Hatanaka
2012-12-20[mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass Akira Hatanaka
2012-12-20[mips] Delete definition of CPRESTORE instruction.Akira Hatanaka
2012-12-20[mips] Refactor conditional branch instructions with one register operand.Akira Hatanaka
2012-12-20[mips] Refactor conditional branch instructions with two register operands.Akira Hatanaka
2012-12-20fix most of remaining issues with large frames.Reed Kotler
2012-12-20[mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copyAkira Hatanaka
2012-12-20Fix use-before-construction of X86TargetLowering.Richard Smith
2012-12-20[mips] Change the order of template parameters. Move the default parameters toAkira Hatanaka
2012-12-20[mips] Refactor shift instructions with register operands. Separate encodingAkira Hatanaka
2012-12-20[mips] Refactor shift immediate instructions. Separate encoding informationAkira Hatanaka
2012-12-20[mips] Refactor arithmetic and logic instructions with immediate operands.Akira Hatanaka
2012-12-20[mips] Refactor arithmetic and logic instructions. Separate encodingAkira Hatanaka
2012-12-20[mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR andAkira Hatanaka
2012-12-20Target/R600: Update MIB according to r170588.NAKAMURA Takumi
2012-12-19MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach
2012-12-19R600: Remove unecessary VREG alignment.Tom Stellard
2012-12-19R600: control flow optimizationTom Stellard
2012-12-19R600: New control flow for SI v2Tom Stellard
2012-12-19Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen