aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2012-08-13Remove the LowerMMXCONCAT_VECTORS function. It could never execute because th...Craig Topper
2012-08-12Remove call to setOperationAction for SETCC of v4f32. SETCC returns an intege...Craig Topper
2012-08-12Remove unnecessary call to setOperationAction for SETCC of v2i64 under SSE42....Craig Topper
2012-08-12Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARMArnold Schwaighofer
2012-08-12Change addTypeForNeon to use MVT instead of EVT so all the calls to getSimple...Craig Topper
2012-08-12Make replace many calls to getSizeInBits() with is128BitVector/is256BitVectorCraig Topper
2012-08-12Use MVT.isXBitVector instead of EVT.isXBitVector when setting up operation ac...Craig Topper
2012-08-11fix PR13577, an issue introduced by r161687Michael Liao
2012-08-11Move setOperationAction for CONCAT_VECTORS for 256-bit vectors into loop sinc...Craig Topper
2012-08-11Tidy up indentation. No functional change.Craig Topper
2012-08-11Fix a cast that was casting away 'const' unnecessarily Craig Topper
2012-08-11Add a couple default: llvm_unreachable() to some switch statements. Fix a bad...Craig Topper
2012-08-10X86: when we are auto-detecting the subtarget features, make sure we turn onManman Ren
2012-08-10ARM: enable struct byval for AAPCS.Manman Ren
2012-08-10add X86-specific DAG optimization to simplify boolean testMichael Liao
2012-08-10remove tailing whitespaces and test commitMichael Liao
2012-08-10Add some missing includes for the build against stdcxx.Joerg Sonnenberger
2012-08-09Remove getARMRegisterNumbering and replace with calls intoEric Christopher
2012-08-09Don't modify MO while use_iterator is still pointing to it.Jakob Stoklund Olesen
2012-08-09[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier
2012-08-09Another 32 to 64 bit sign extension bug.Jack Carter
2012-08-09Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer
2012-08-09This field isn't used anymore, use it with HWEncoding instead.Eric Christopher
2012-08-08Don't use getNextOperandForReg().Jakob Stoklund Olesen
2012-08-08Added MispredictPenalty to SchedMachineModel.Andrew Trick
2012-08-08whitespaceAndrew Trick
2012-08-08X86: enable CSE between CMP and SUBManman Ren
2012-08-08Don't scan physreg use-def chains looking for a PIC base.Jakob Stoklund Olesen
2012-08-07X86 cmp lowering is looking past truncate on the condition node. It should onlyEvan Cheng
2012-08-07Add a comment about mftb vs. mfspr on PPC.Hal Finkel
2012-08-07Revert r161371. Removing the 'const' before Type is a "good thing".Bill Wendling
2012-08-07The define for 64 bit sign extension neglected to Jack Carter
2012-08-07Constify the Type parameter to some methods (which are const anyway).Bill Wendling
2012-08-07Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.Andrew Trick
2012-08-07Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter
2012-08-06The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter
2012-08-06Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter
2012-08-06MFTB on PPC64 should really be encoded using MFSPR.Hal Finkel
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-08-06Remove empty overrides of processFunctionBeforeFrameFinalized().Roman Divacky
2012-08-06Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper
2012-08-05Remove custom inserter for MWAIT. It doesn't do anything that couldn't be rep...Craig Topper
2012-08-05Use a COPY node instead of an explicit MOVA opcode in the custom insterter fo...Craig Topper
2012-08-04Add readcyclecounter lowering on PPC64.Hal Finkel
2012-08-04Skip impdef regs during eabi save/restore list emission to workaround PR11902Anton Korobeynikov
2012-08-04Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...Anton Korobeynikov
2012-08-04Add stack spill / reload instructions for DTriple and DQuad register classes,...Anton Korobeynikov
2012-08-031. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka
2012-08-03allow 'make CPPFLAGS=<something>' work againGabor Greif
2012-08-03Fall back to selection DAG isel for calls to builtin functions.Bob Wilson