OSDN Git Service

[SLP] Update test checks, NFC.
[android-x86/external-llvm.git] / lib /
2018-02-06 Daniel Neilson[InlineFunction] Update deprecated use of IRBuilder...
2018-02-06 Stanislav Mekhanoshin[AMDGPU] removed dead code handling rmw in memory legalizer
2018-02-06 Krzysztof Parzyszek[Hexagon] Don't form new-value jumps from floating...
2018-02-06 Simon Pilgrim[InstCombine][ValueTracking] Match non-uniform constant...
2018-02-06 Sjoerd Meijer[ARM] f16 conversions
2018-02-06 Nirav Dave[DAG, X86] Improve Dependency analysis when doing multi...
2018-02-06 Marek OlsakAMDGPU: Fix S_BUFFER_LOAD_DWORD_SGPR moveToVALU
2018-02-06 Krzysztof Parzyszek[Hexagon] Remove leftover assert
2018-02-06 Krzysztof Parzyszek[Hexagon] Split HVX operations on vector pairs
2018-02-06 Krzysztof Parzyszek[Hexagon] Add helper functions to identify single/pair...
2018-02-06 Krzysztof Parzyszek[Hexagon] Handle lowering of SETCC via setCondCodeAction
2018-02-06 Simon Pilgrim[X86][SSE] Add PACKUS support for truncation of clamped...
2018-02-06 Tim Renouf[AMDGPU] do not generate .AMDGPU.config for amdpal...
2018-02-06 Sander de Smalen[AArch64][SVE] Asm: Add AND_ZI instructions and aliases
2018-02-06 Clement Courbet[MergeICmps] Handle chains with several complex BCE...
2018-02-06 Simon Pilgrim[X86][SSE] Add PACKSS support for truncation of clamped...
2018-02-06 Hiroshi Inoue[PowerPC] fix up in rL324229, NFC
2018-02-06 Petar Jovanovic[DeadArgumentElim] Set pointer to DISubprogram before...
2018-02-06 Alexander IvchenkoFix unused variable warning in release mode. NFC.
2018-02-06 Oliver Stannard[AArch64] Fix spelling of ICH_ELRSR_EL2 system register
2018-02-06 Oliver Stannard[ARM][AArch64] Add CSDB speculation barrier instruction
2018-02-06 Clement Courbet[MergeICmps][NFC] Add more assertions.
2018-02-06 Sjoerd Meijer[ARM] Armv8.2-A FP16 code generation (part 3/3)
2018-02-06 Clement CourbetRevert "[MergeICmps] Enable the MergeICmps Pass by...
2018-02-06 Clement Courbet[MergeICmps] Enable the MergeICmps Pass by default.
2018-02-06 Konstantin ZhuravlyovAMDGPU/MemoryModel: Fix monotonic atomic loads
2018-02-06 Peter CollingbourneThinLTOBitcodeWriter: Do not include module-level inlin...
2018-02-06 Craig Topper[DAGCombiner] Pass the original load to ExtendSetCCUses...
2018-02-06 Ahmed Charles[RISCV] Add support for %pcrel_lo.
2018-02-06 Reid KlecknerRevert "Don't assume a null GV is local for ELF and...
2018-02-06 Teresa Johnson[ThinLTO] Remove dead and dropped symbol declarations...
2018-02-05 Craig Topper[X86] Relax restrictions on what setcc condition codes...
2018-02-05 Peter CollingbourneLTO: Also include dso-local bit for calls in ThinLTO...
2018-02-05 Sanjay Patel[LoopStrengthReduce, x86] don't add cost for a cmp...
2018-02-05 Francis Visoiu Mistrih[PEI][NFC] Move StackSize opt-remark code next to ...
2018-02-05 Daniel Neilson[LowerMemIntrinsics] Update uses of deprecated MemIntri...
2018-02-05 Sanjay Patel[InstCombine] don't try to evaluate instructions with...
2018-02-05 Krzysztof Parzyszek[SDAG] Legalize all CondCodes by inverting them and...
2018-02-05 Daniel Neilson[SimplifyLibCalls] Update from deprecated IRBuilder...
2018-02-05 Paul Robinson[DWARF] Regularize dumping strings from line tables.
2018-02-05 Nirav Dave[X86] Teach DAG unfoldMemoryOperand to reconvert CMPs...
2018-02-05 Craig Topper[X86] Artificially lower the complexity of the scalar...
2018-02-05 Sanjay Patel[InstCombine] add unsigned saturation subtraction canon...
2018-02-05 Peter CollingbourneLTO: Include dso-local bit in ThinLTO cache key.
2018-02-05 Sanjay Patel[InstCombine] only allow narrow/wide evaluation of...
2018-02-05 Krzysztof Parzyszek[Hexagon] Memoize instruction positions in BitTracker
2018-02-05 Craig Topper[X86] Teach X86DAGToDAGISel::shrinkAndImmediate to...
2018-02-05 Hans WennborgRevert r323472 "[Debug] Add dbg.value intrinsics for...
2018-02-05 Benjamin KramerBitTracker.h needs a full definition of MachineInstr...
2018-02-05 Krzysztof Parzyszek[Hexagon] Forgot about HexagonISD::VZERO in selecting...
2018-02-05 Krzysztof Parzyszek[Hexagon] Don't use garbage mask in HvxSelector::shuffp2
2018-02-05 Teresa Johnson[ThinLTO] Convert dead alias to declarations
2018-02-05 Krzysztof Parzyszek[Hexagon] Use V6_vmpyih for halfword multiplication
2018-02-05 Dmitry Preobrazhensky[AMDGPU][MC] Corrected dst/data size for MIMG opcodes...
2018-02-05 Dmitry Preobrazhensky[AMDGPU][MC] Added validation of d16 and r128 modifiers...
2018-02-05 Hiroshi Inoue[PowerPC] Check hot loop exit edge in PPCCTRLoops
2018-02-05 Igor Laevsky[llvm-opt-fuzzer] Avoid adding incorrect inputs to...
2018-02-05 James HendersonFix more print format specifiers in debug_rnglists...
2018-02-05 Serguei KatkovRevert [SimplifyCFG] Relax restriction for folding...
2018-02-05 Craig Topper[X86] Add isel patterns for selecting masked SUBV_BROAD...
2018-02-05 Serguei Katkov[SimplifyCFG] Relax restriction for folding uncondition...
2018-02-05 Craig Topper[X86] Remove unused lambda. NFC
2018-02-05 Craig Topper[X86] Remove X86ISD::SHUF128 from combineBitcastForMask...
2018-02-05 Serguei KatkovRe-apply [SCEV] Fix isLoopEntryGuardedByCond usage
2018-02-04 Florian Hahn[InlineFunction] Set arg attrs even if there only are...
2018-02-04 Chad Rosier[LV] Use Demanded Bits and ValueTracking for reduction...
2018-02-04 Craig Topper[X86] Add DAG combine to turn (bitcast (and/or/xor...
2018-02-04 Craig Topper[X86] Remove unused function argument. NFC
2018-02-03 Craig Topper[DAGCombiner] When folding fold (sext/zext (and/or...
2018-02-03 Simon Pilgrim[SelectionDAG] Don't use simple VT in generic shuffle...
2018-02-03 Craig Topper[X86] Remove and autoupgrade kand/kandn/kor/kxor/kxnor...
2018-02-03 Lang Hames[ORC] Rename NullResolver to NullLegacyResolver.
2018-02-03 David Green[InstCombine] Allow common type conversions to i8/i16/i32
2018-02-03 Simon PilgrimFix MSVC signed/unsigned comparison warning. NFCI.
2018-02-02 Daniel Neilson[InstCombine] Use getDestAlignment in SimplifyMemSet...
2018-02-02 Craig Topper[X86] Prefer to create a ISD::SETCC over X86ISD::PCMPEQ...
2018-02-02 Craig Topper[X86] Pass SDLoc by const reference in a few more place...
2018-02-02 Aditya Nandakumar[GISel][NFC]: Move RegisterBankInfo::getSizeInBits...
2018-02-02 Sanjay Patel[InstCombine] simplify logic for swapMayExposeCSEOpport...
2018-02-02 Sanjay Patel[InstCombine] fix typos, formatting; NFC
2018-02-02 Amara Emerson[AArch64][GlobalISel] Use getRegClassForTypeOnBank...
2018-02-02 Craig Topper[X86] Remove checks for FeatureAVX512 from the X86...
2018-02-02 Yaxun Liu[AMDGPU] Switch to the new addr space mapping by default
2018-02-02 James HendersonFix type sizes that were causing incorrect string forma...
2018-02-02 George Rimar[ThinLTO] - Add comment. NFC.
2018-02-02 Ivan A. Kosarev[Analysis] Support aggregate access types in TBAA
2018-02-02 James HendersonAdd missing new files from r324077
2018-02-02 James Henderson[DWARF v5] Add limited support for dumping .debug_rnglists
2018-02-02 George Rimar[LTO] - Simplify. NFC.
2018-02-02 George Rimar[ThinLTO] - Fix for "ThinLTO inlines variables that...
2018-02-02 Mikael Holmen[GlobalOpt] Include padding in debug fragments
2018-02-02 Jonas Paulsson[SelectionDAG] Consider endianness in scalarizeVectorS...
2018-02-02 Jonas Paulsson[SelectionDAG] Add an assert in getNode() for EXTRACT_...
2018-02-02 Shiva Chen[RISCV] Add ELFObjectFileBase::getRISCVFeatures let...
2018-02-02 Craig Topper[X86] Legalize (v64i1 (bitcast (i64 X))) on 32-bit...
2018-02-02 Craig Topper[X86] Legalize (i64 (bitcast (v64i1 X))) on 32-bit...
2018-02-02 Shiva Chen[RISCV] Fix c.addi and c.addi16sp immediate constraints...
2018-02-02 Shiva Chen[RISCV] Define getSetCCResultType for setting vector...
2018-02-02 Amara EmersonFix debug spelling in ResetMachineFunction pass.
2018-02-02 Amara Emerson[GlobalISel] Constrain the dest reg of IMPLICT_DEF.
next