[WebAssembly] Clean up comments and fix a missing #include dependency.
[oota-llvm.git] / lib / Target / X86 /
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
2015-11-30 David Majnemer[X86] Add RIP to GR64_TCW64
2015-11-30 Sanjay Patelfix formatting; NFC
2015-11-30 Aaron BallmanSilencing a 32-bit to 64-bit implicit conversion warnin...
2015-11-30 Craig TopperRevert r254279 "[X86] Use ArrayRef. NFC". It seems...
2015-11-30 Craig Topper[X86] Use ArrayRef. NFC
2015-11-30 Craig Topper[AVX512] The vpermi2 instructions require an integer...
2015-11-29 Craig Topper[X86] Remove duplicate entries from intrinsics tables...
2015-11-29 Craig Topper[X86] int_x86_avx2_permps and X86ISD::VPERMV should...
2015-11-29 Simon Pilgrim[X86][SSE] Added support for lowering to ADDSUBPS/ADDSU...
2015-11-29 Igor BregerAVX512:Implemented encoding for the vmovq.s instruction.
2015-11-27 Craig Topper[X86] Pair a NoVLX with HasAVX512 to match the others...
2015-11-26 Craig Topper[X86] Now that X86VPermt2 is used in all the avx512_per...
2015-11-26 Craig Topper[X86] Merge X86VPermt2Fp and X86VPermt2Int back togethe...
2015-11-26 Craig Topper[X86] Split ISD node for Vfpclass and Vfpclasss so...
2015-11-26 Craig Topper[X86] Revert part of r254167 to recover bots.
2015-11-26 Craig Topper[X86] Strengthen more type constraints to reduce isel...
2015-11-26 Craig Topper[X86] Strengthen more type constraints to reduce isel...
2015-11-26 Vyacheslav KlochkovX86-FMA3: Improved/enabled the memory folding optimizat...
2015-11-26 Craig Topper[X86] Strengthen the type constraints on X86psadbw...
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-25 Sanjay Patelfix typo; NFC
2015-11-25 Elena DemikhovskyAVX-512: Fixed a bug in VPERMT2* intrinsic.
2015-11-25 Hans WennborgRevert r253528: "[X86] Enable shrink-wrapping by default."
2015-11-25 Kaelyn TakataFix an asan error where NumElements > 32 for at least...
2015-11-24 Simon Pilgrim[X86][FMA] Optimize FNEG(FMA) Patterns
2015-11-24 Cong Hou[X86] Fix several issues related to X86's psadbw instru...
next