Reformat comment lines.
[oota-llvm.git] / lib / Target / X86 /
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-22 Simon Pilgrim[X86][SSE] Match zero/any extension shuffles that don...
2015-09-21 Chad Rosier[Machine Combiner] Refactor machine reassociation code...
2015-09-21 Asaf Badouh[X86][AVX512] add masked version for RSQRT14 & RCP14...
2015-09-20 Igor BregerAVX512: Implemented encoding and intrinsics for vcmpss/sd.
2015-09-20 Asaf Badouh[X86][AVX512] extend support in Scalar conversion
2015-09-20 Igor BregerAVX512: vsqrtss/sd encoding and intrinsics implementation.
2015-09-20 Asaf Badouh[X86][AVX512DQ] Add fpclass instruction
2015-09-20 Michael Kuperstein[X86] Fix sitofp and uitofp instruction matching failur...
2015-09-20 Igor BregerAVX512: Implemented intrinsics for vshuff32x4, vshuff64...
2015-09-20 Igor BregerAVX512: Implement instructions encoding, lowering and...
2015-09-19 Simon Pilgrim[X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEF
2015-09-17 Reid Kleckner[WinEH] Make funclet return instrs pseudo instrs
2015-09-17 Elena DemikhovskyAVX-512: shufflevector for i1 vectors <2 x i1> .. ...
2015-09-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-16 Reid Kleckner[WinEH] Rip out the landingpad-based C++ EH state numbe...
2015-09-16 Reid Kleckner[WinEH] Pull Adjectives and CatchObj out of the catchpa...
2015-09-16 Reid Kleckner[WinEH] Skip state numbering when no EH pads are present
2015-09-16 Sanjay Patelpropagate fast-math-flags on DAG nodes
2015-09-16 Michael Kuperstein[X86] Do not generate 64-bit pops of 32-bit GPRs.
2015-09-16 Michael Kuperstein[X86] Fix emitEpilogue() to make less assumptions about...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-15 Daniel SandersFix namespace indentation and missing blank lines befor...
2015-09-13 Simon Pilgrim[X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.
2015-09-13 Elena DemikhovskyAVX-512: Fixed a bug in OR/XOR operations for 512-bit...
2015-09-12 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-09-12 Simon Pilgrim[X86] Renamed lowerVectorShuffleAsUnpack NFCI.
2015-09-12 Simon Pilgrim[X86] Moved lowerVectorShuffleWithUNPCK earlier to...
2015-09-12 Sanjay Patelrevert r247506; need to verify changes in existing...
2015-09-12 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-09-11 Akira HatanakaUse function attribute "stackrealign" to decide whether...
2015-09-11 Ahmed Bougacha[CodeGen] Refactor TLI/AtomicExpand interface to make...
2015-09-11 Ahmed Bougacha[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpans...
2015-09-10 Reid Kleckner[WinEH] Push and pop EBP for 32-bit funclets
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Ahmed Bougacha[CodeGen] Make x86 nontemporal store patfrags generic...
2015-09-10 Reid Kleckner[WinEH] Add codegen support for cleanuppad and cleanupret
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-09 Renato GolinRevert "AVX512: Implemented encoding and intrinsics...
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-09-09 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
2015-09-08 Derek Schuffx32. Fixes a bug in how struct va_list is initialized...
2015-09-08 Derek Schuffx32. Fixes a bug in i8mem_NOREX declaration.
2015-09-08 Andrew KaylorFix for bz24500: Avoid non-deterministic code generatio...
2015-09-08 Igor BregerAVX512: kunpck encoding implementation
2015-09-08 Elena DemikhovskyRemoved an old comment, NFC
2015-09-08 Elena Demikhovskycompilation issue, NFC
2015-09-08 Elena Demikhovskyfixed compilation issue, NFC.
2015-09-08 Elena DemikhovskyAVX-512: Lowering for 512-bit vector shuffles.
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-09-03 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-09-03 Igor BregerAVX512: Implemented encoding and intrinsics for vplzcnt...
2015-09-02 Ahmed Bougacha[X86] Require 32-byte alignment for 32-byte VMOVNTs.
2015-09-02 Ahmed Bougacha[X86] Cleanup nontemporal fragments. NFCI.
2015-09-02 Sanjay Patel[x86] fix allowsMisalignedMemoryAccesses() for 8-byte...
2015-09-02 Asaf Badouh[X86][AVX512VLBW] add support in byte shift and SAD
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for VGETMAN...
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for vshufps/d.
2015-09-02 Elena DemikhovskyAVX-512: store <4 x i1> and <2 x i1> values in memory
2015-09-02 Vedant Kumar[CodeGen] Fix FREM on 32-bit MSVC on x86
2015-09-01 Sanjay Patelrename "slow-unaligned-mem-under-32" to slow-unaligned...
2015-09-01 Igor BregerAVX512: Implemented intrinsics for valign.
2015-08-31 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-31 Matthias BraunX86: Fix FastISel SSESelect register class
2015-08-31 Igor BregerAVX512: ktest implemantation
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vdbpsadbw
2015-08-31 Igor BregerAVX512: kadd implementation
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vpalignr
2015-08-30 Hal Finkel[MIR Serialization] static -> static const in getSerial...
2015-08-28 Vedant Kumar[X86] NFC: Clean up and clang-format a few lines
2015-08-28 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-26 Reid Kleckner[ms-inline-asm] Relax assertion around funky identifier...
2015-08-26 Andrew KaylorExpose hasLiveCondCodeDef as a member function of the...
2015-08-26 Vedant Kumar[llvm-mc] Ignore opcode size prefix in 64-bit CALL...
2015-08-26 Matthias BraunFastISel: Factor out common code; NFC intended
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 Sanjay Patelmake fast unaligned memory accesses implicit with SSE4...
2015-08-25 Michael Kuperstein[X86] Remove references to _ftol2
2015-08-25 Michael Kuperstein[X86] Fix fptoui conversions
2015-08-25 Steve KingPass function attributes instead of boolean in isIntDiv...
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-24 Michael Zuckerman[X86] Add support for mmword memory operand size for...
2015-08-24 Michael Zuckermanfirst commit to llvm
2015-08-21 Sanjay Patel[x86] enable machine combiner reassociations for 256...
2015-08-21 Sanjay Patelremove 'FeatureSlowUAMem' from AMD CPUs based on 10H...
2015-08-21 Sanjay Patel[x86] invert logic for attribute 'FeatureFastUAMem'
2015-08-21 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-21 Eric ChristopherFix typo - symetric -> symmetric.
2015-08-20 Ahmed Bougacha[X86] Look for scalar through one bitcast when lowering...
2015-08-20 Ahmed Bougacha[X86] Replace avx2 broadcast intrinsics with native IR.
2015-08-20 Marina Yatsina[X86] Fix FBLD and FBSTP
next