aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2013-03-26Annotate the rest of X86InstrInfo.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-26Add PREFETCHW codegen supportMichael Liao
2013-03-26Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth.Jyotsna Verma
2013-03-26Hexagon: Remove HexagonMCInst.h file. It has been replaced with MCTargetDesc/...Jyotsna Verma
2013-03-26Revert ARM Scheduler Model: Add resources instructions, map resourcesArnold Schwaighofer
2013-03-26Remove default case from fully covered switch.Benjamin Kramer
2013-03-26R600/SI: improve post ISel foldingChristian Konig
2013-03-26R600/SI: improve vector interpolationChristian Konig
2013-03-26R600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLEChristian Konig
2013-03-26R600/SI: switch back to RegPressure schedulingChristian Konig
2013-03-26R600/SI: mark most intrinsics as readnone v2Christian Konig
2013-03-26R600/SI: replace WQM intrinsicChristian Konig
2013-03-26R600/SI: fix ELSE pseudo op handlingChristian Konig
2013-03-26Patch by Gordon Keiser!Joe Abbey
2013-03-26PowerPC: Mark patterns as isCodeGenOnly.Ulrich Weigand
2013-03-26PowerPC: Simplify handling of fixups.Ulrich Weigand
2013-03-26PowerPC: Simplify FADD in round-to-zero mode.Ulrich Weigand
2013-03-26PowerPC: Remove LDrs pattern.Ulrich Weigand
2013-03-26PowerPC: Remove ADDIL patterns.Ulrich Weigand
2013-03-26PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand
2013-03-26PowerPC: Simplify BLR pattern.Ulrich Weigand
2013-03-26PowerPC: Move some 64-bit branch patterns.Ulrich Weigand
2013-03-26R600: fix DenseMap with pointer key iteration in the structurizerChristian Konig
2013-03-26ARM Scheduler Model: Add resources instructions, map resources in subtargetsArnold Schwaighofer
2013-03-26ARM Scheduler Model: Partial implementation of the new machine scheduler modelArnold Schwaighofer
2013-03-25Revise alignment checking/calculation on 256-bit unaligned memory accessMichael Liao
2013-03-25Add a scheduling model for Intel Sandy Bridge microarchitecture.Jakob Stoklund Olesen
2013-03-25Remove IIC_DEFAULT from X86Schedule.tdJakob Stoklund Olesen
2013-03-25Annotate X86InstrCompiler.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-25Annotate shifts and rotates with SchedRW lists.Jakob Stoklund Olesen
2013-03-25X86DisassemblerDecoder.c: Make this C89-compliant.NAKAMURA Takumi
2013-03-25Whitespace.NAKAMURA Takumi
2013-03-25Fix comment.Akira Hatanaka
2013-03-25Use direct types in PowerPC instruction patterns.Ulrich Weigand
2013-03-25Use direct types in PowerPC Pat patterns.Ulrich Weigand
2013-03-25x86 -- add the XTEST instructionDave Zarzycki
2013-03-25x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki
2013-03-25Remove assert. There may be target-dependent attributes left.Bill Wendling
2013-03-25[arm load/store optimizer] When trying to merge a base update load/store, makeChad Rosier
2013-03-24[NVPTX] Fix handling of vector argumentsJustin Holewinski
2013-03-24Clean up Sparc patterns.Jakob Stoklund Olesen
2013-03-24Give Sparc instruction patterns direct types instead of register classes.Jakob Stoklund Olesen
2013-03-23PPC ZERO register needs a register number of 0.Hal Finkel
2013-03-23Note in PPCFunctionInfo VRSAVE spillsHal Finkel
2013-03-23MCize the bcl instruction in PPCAsmPrinterHal Finkel
2013-03-23Use direct types in Sparc def : Pat patterns.Jakob Stoklund Olesen
2013-03-23Cleanup some unused reg. scavenger parameters in PPCRegisterInfoHal Finkel
2013-03-23Remove dead PPC LR spilling codeHal Finkel
2013-03-22Allow the register scavenger to spill multiple registersHal Finkel
2013-03-22Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma