[X86] Fix an unused variable warning in released builds.
[oota-llvm.git] / lib / Target / X86 /
2015-12-26 Craig Topper[X86] Fix an unused variable warning in released builds.
2015-12-26 Craig Topper[X86] Add support for printing shuffle comments for...
2015-12-26 Craig Topper[X86] Fold some variable declarations and initializatio...
2015-12-26 Craig Topper[X86] Fix shuffle decoding for variable VPERMIL to...
2015-12-25 Craig Topper[X86] Fix copy and paste typo from pasting from another...
2015-12-25 Craig Topper[X86] Put back the include path to the main X86 sources...
2015-12-25 Craig Topper[X86] Remove X86CodeGen dependency from the AsmParser...
2015-12-25 Craig Topper[X86] Move getX86SubSuperRegisterOrZero to X86MCTargetD...
2015-12-25 Craig TopperRemove extra forward declarations and scrub includes...
2015-12-25 Craig Topper[X86] Move AVX512 STATIC_ROUNDING enum to X86BaseInfo...
2015-12-25 Craig Topper[X86] Replace MVT::SimpleValueType in the AsmParser...
2015-12-25 Craig Topper[X86] Don't pass the default value to the High argument...
2015-12-25 Craig Topper[X86] getX86SubSuperRegisterOrZero shouldn't call getX8...
2015-12-25 Craig Topper[X86] Add missing X86II::MRM_C4, MRM_C5, etc. encodings...
2015-12-25 Craig Topper[X86] Use assert instead of if and llvm_unreachable...
2015-12-25 Craig Topper[X86] Minor identation fixes. NFC
2015-12-24 Marina Yatsina[X86][ms-inline asm] Add support for memory operands...
2015-12-24 Asaf Badouh[X86][PKU] Add {RD,WR}PKRU encoding
2015-12-24 Elena DemikhovskyAVX-512: Kreg set 0/1 optimization
2015-12-24 Igor BregerAVX512: VPMOVM2B/W/D/Q intrinsic implementation.
2015-12-23 Simon Pilgrim[X86][AVX] Only shuffle the lower half of vectors if...
2015-12-23 Igor BregerAVX512BW: Enable packed word shift for 512bit vector...
2015-12-22 Asaf Badouh[X86][AVX512] Add rcp14 and rsqrt14 intrinsics
2015-12-21 Eric ChristopherFix line endings after r256155. NFC.
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Cong Hou[X86][SSE] Transform truncations between vectors of...
2015-12-21 Igor BregerAVX512BW: Enable AND/OR/XOR vector byte/word paked...
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-21 NAKAMURA Takumi[Cygwin] Enable TLS as emutls.
2015-12-20 Craig Topper[X86] Use range-based for loop. NFC
2015-12-20 Craig Topper[X86] Prevent constant hoisting for a couple compare...
2015-12-17 Hans Wennborg[X86] Use push-pop for materializing small constants...
2015-12-17 Alexey Bataev[X86] Add option for enabling LEA optimization pass...
2015-12-16 Michael Kuperstein[X86] Improve shift combining
2015-12-15 Reid Kleckner[WinEH] Make llvm.x86.seh.recoverfp work on x64
2015-12-15 Hans WennborgFix "Not having LAHF/SAHF" assert.
2015-12-15 Sanjay Patel[x86] inline calls to fmaxf / llvm.maxnum.f32 using...
2015-12-15 Reid Kleckner[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe
2015-12-15 Michael Kuperstein[X86] MOVPC32r should only emit CFI adjustments when...
2015-12-15 Hans Wennborg[X86] Smaller code for materializing 32-bit 1 and ...
2015-12-15 Asaf Badouh[x86] adding PKU feature flag
2015-12-15 Elena DemikhovskyType legalizer for masked gather and scatter intrinsics.
2015-12-15 Quentin Colombet[X86] Add relaxtion logic for SBB instructions.
2015-12-14 Quentin Colombet[X86] Add relaxtion logic for ADC instructions.
2015-12-14 Chih-Hung Hsieh[X86] Part 2 to fix x86-64 fp128 calling convention.
2015-12-14 Yaron KerenSave several std::string constructions using llvm:...
2015-12-13 Michael Zuckerman[X86][inline asm] support even directive
2015-12-13 Simon PilgrimFix line endings
2015-12-12 Simon Pilgrim[X86][AVX512] Added support for VMOVQ shuffle comments
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-12 Chen Li[X86ISelLowering] Add additional support for multiplica...
2015-12-12 Chen LiRevert rL255391: [X86ISelLowering] Add additional suppo...
2015-12-11 Chen Li[X86ISelLowering] Add additional support for multiplica...
2015-12-11 Matthias BraunCodeGen: Redo analyzePhysRegs() and computeRegisterLive...
2015-12-11 Matt ArsenaultStart replacing vector_extract/vector_insert with extra...
2015-12-11 Cong Hou[X86][SSE] Update the cost table for integer-integer...
2015-12-10 Craig Topper[X86] Fix a couple cases were bitwise and logical opera...
2015-12-09 Quentin Colombet[X86] Enable shrink-wrapping by default, but keep it...
2015-12-09 Vyacheslav KlochkovX86-FMA3: Defined the ExeDomain property for Scalar...
2015-12-08 Simon Pilgrim[X86][AVX] Fold loads + splats into broadcast instructions
2015-12-08 Tim NorthoverX86: produce more friendly errors during MachO relocati...
2015-12-07 Sanjay Pateldon't repeat function names in comments; NFC
2015-12-07 Sanjay Patelremove redundant check: optForSize() includes a check...
2015-12-07 Elena DemikhovskyVX-512: Fixed a bug in FP logic operation lowering
2015-12-07 Elena DemikhovskyAVX-512: Fixed masked load / store instruction selectio...
2015-12-07 Igor BregerAVX-512: implement kunpck intrinsics.
2015-12-07 Marina Yatsina[X86] Adding support for FWORD type for MS inline asm
2015-12-06 Marina Yatsina[X86] Add support for loopz, loopnz for Intel syntax
2015-12-06 Asaf Badouh[X86][AVX512] add vmovss/sd missing encoding
2015-12-06 Michael Kuperstein[X86] Always generate precise CFA adjustments.
2015-12-06 Igor BregerAVX512: support AVX512BW Intrinsic in 32bit mode.
2015-12-05 Simon Pilgrim[X86][ADX] Added memory folding patterns and stack...
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-05 Simon Pilgrim[X86][FMA4] Explicitly set the domain of FMA4 float...
2015-12-04 Hans WennborgAdd FeatureLAHFSAHF to amdfam10 as well.
2015-12-04 Hans WennborgX86: Don't emit SAHF/LAHF for 64-bit targets unless...
2015-12-04 Sanjay Patelfix formatting; NFC
2015-12-04 Manman Ren[CXX TLS calling convention] Add CXX TLS calling conven...
2015-12-04 Alexey BataevLEA code size optimization pass (Part 1): Remove redund...
2015-12-04 JF BastienX86InstrInfo::copyPhysReg: workaround reg liveness
2015-12-03 Chih-Hung Hsieh[X86] Part 1 to fix x86-64 fp128 calling convention.
2015-12-03 Reid Kleckner[X86] Put no-op ADJCALLSTACK markers around all dynamic...
2015-12-03 Marina Yatsina[X86] MS inline asm: produce error when encountering...
2015-12-03 Marina Yatsina[X86] Add support for fcomip, fucomip for Intel syntax
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-02 Michael ZuckermanBy intel spec
2015-12-02 Simon Pilgrim[X86][FMA] Optimize FNEG(FMUL) Patterns
2015-12-02 Elena DemikhovskyAVX-512: Updated cost of FP/SINT/UINT conversion operations
2015-12-02 Asaf Badouh[X86][AVX512] add comi with Sae
2015-12-02 Craig Topper[X86] Change getZeroVector to take an MVT instead of...
2015-12-02 Craig Topper[X86] Fix weird identation. NFC
2015-12-02 Quentin Colombet[X86] Fix a think-o when checking if the eflags needs...
2015-12-02 Quentin Colombet[X86] Make sure the prologue does not clobber EFLAGS...
2015-12-01 Quentin Colombet[X86] Make sure the prologue does not clobber EFLAGS...
2015-12-01 Sanjay Patel[x86] add a convenience method to check for FMA capabil...
2015-12-01 Elena DemikhovskyAVX-512: fixed asm string of vsqrtss
2015-12-01 Craig Topper[X86] Fix patterns for memory forms of FP FSUBR and...
2015-12-01 Craig Topper[X86] Use range-based for loops. NFC
2015-12-01 Craig Topper[X86] Use array_lengthof instead of calculating manuall...
2015-11-30 Simon Pilgrim[X86][FMA4] Prefer FMA4 to FMA
next