aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86
AgeCommit message (Expand)Author
2013-04-01X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer
2013-03-31X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.Benjamin Kramer
2013-03-30Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer
2013-03-28Add support of RDSEED defined in AVX2 extensionMichael Liao
2013-03-28Enhance boolean simplification to handle 16-/64-bit RDRANDMichael Liao
2013-03-28Skip moving call address loading into callseq when targets prefer register in...Michael Liao
2013-03-28Add the X86 FMAs to the scheduling model.Nadav Rotem
2013-03-28Add the Haswell machine model.Nadav Rotem
2013-03-28Remove the unused port from the SandyBridge machine modelNadav Rotem
2013-03-28Add ADX CPUID detectionMichael Liao
2013-03-28Make Win32 put the SRet address into EAX, fixes PR15556Timur Iskhodzhanov
2013-03-27This patch follows is a follow up to r178171, which uses the register Preston Gurd
2013-03-27[ms-inline asm] Add support of imm displacement before bracketed memoryChad Rosier
2013-03-27For the current Atom processor, the fastest way to handle a callPreston Gurd
2013-03-27Fix typo (common to both X86 and PPC)Hal Finkel
2013-03-26Add XTEST codegen supportMichael Liao
2013-03-26Add HLE target featureMichael Liao
2013-03-26Enable SandyBridgeModel for all modern Intel P6 descendants.Jakob Stoklund Olesen
2013-03-26Annotate the remaining x86 instructions with SchedRW lists.Jakob Stoklund Olesen
2013-03-26Annotate x87 and mmx instructions with SchedRW lists.Jakob Stoklund Olesen
2013-03-26Annotate control instructions with SchedRW lists.Jakob Stoklund Olesen
2013-03-26Annotate the rest of X86InstrInfo.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-26Add PREFETCHW codegen supportMichael Liao
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-25x86 -- add the XTEST instructionDave Zarzycki
2013-03-25x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki
2013-03-21Add a WriteMicrocoded for ancient microcoded instructions.Jakob Stoklund Olesen
2013-03-20Model prefetches and barriers as loads.Jakob Stoklund Olesen
2013-03-20Add a catch-all WriteSystem SchedWrite type.Jakob Stoklund Olesen
2013-03-20Annotate the remaining SSE MOV instructions.Jakob Stoklund Olesen
2013-03-20Annotate SSE horizontal and integer instructions.Jakob Stoklund Olesen
2013-03-20Correct cost model for vector shift on AVX2Michael Liao
2013-03-20Add some missing SSE annotations.Jakob Stoklund Olesen
2013-03-20Annotate remaining IIC_BIN_* instructions.Jakob Stoklund Olesen
2013-03-20Fix PR15296Michael Liao
2013-03-20Mark all variable shifts needing customizingMichael Liao
2013-03-20Move scalar immediate shift lowering into a dedicated funcMichael Liao
2013-03-19Annotate various null idioms with SchedRW lists.Jakob Stoklund Olesen
2013-03-19Annotate SSE float conversions with SchedRW lists.Jakob Stoklund Olesen
2013-03-19Annotate X86InstrCMovSetCC.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-19[ms-inline asm] Move the immediate asm rewrite into the target specificChad Rosier
2013-03-19Annotate X86InstrCompiler.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-19[ms-inline asm] Create a helper function, CreateMemForInlineAsm, that createsChad Rosier