]> granicus.if.org Git - llvm/shortlog
llvm
2019-10-22 David Green[InstCombine] Signed saturation patterns master origin/HEAD origin/master
2019-10-22 David Green[InstCombine] Signed saturation tests. NFC
2019-10-22 Petar Avramovic[MIParser] Set RegClassOrRegBank during instruction...
2019-10-22 Petar Avramovic[MIPS GlobalISel] Select MSA vector generic and builtin add
2019-10-22 Eugene Leviant[ThinLTO] Add code comment. NFC
2019-10-22 Guillaume Chatelet[Alignment][NFC] Convert StoreInst to MaybeAlign
2019-10-22 Guillaume Chatelet[Alignment][NFC] Convert LoadInst to MaybeAlign
2019-10-22 Nemanja Ivanovic[PowerPC] Turn on CR-Logical reducer pass
2019-10-22 Guillaume Chatelet[Alignment][NFC] Use MaybeAlign in AttrBuilder
2019-10-22 Guillaume Chatelet[Alignment][NFC] Attributes use Align/MaybeAlign
2019-10-22 Eugene Leviant[ThinLTO] Don't internalize during promotion
2019-10-22 George Rimar[LLVMDebugInfoPDB] - Use cantFail() instead of assert().
2019-10-22 Martin Storsjo[CMake] [WinMsvc] Look for includes and libs in ${MSVC_...
2019-10-22 Martin Storsjo[CMake] Allow overriding MSVC_DIA_SDK_DIR via CMake
2019-10-22 GN Sync Botgn build: Merge r375483
2019-10-22 Julian Lettner[lit] Move increase_process_limit to ParallelRun
2019-10-21 Simon Pilgrim[X86][BMI] Pull out schedule classes from bmi_andn...
2019-10-21 Simon Pilgrim[X86][SSE] Add OR(EXTRACTELT(X,0),OR(EXTRACTELT(X,1...
2019-10-21 Simon Pilgrim[X86][SSE] Add OR(EXTRACTELT(X,0),OR(EXTRACTELT(X,1...
2019-10-21 Lang Hames[examples] Add a dependency on ExecutionEngine to LLJIT...
2019-10-21 Austin KerbowAMDGPU/GlobalISel: Legalize fast unsafe FDIV
2019-10-21 Julian Lettner[lit] Simplify test scheduling via multiprocessing...
2019-10-21 Matt ArsenaultAMDGPU: Select basic interp directly from intrinsics
2019-10-21 Julian Lettner[lit] Remove redundancy from names and comments
2019-10-21 Roman Lebedev[CVP] No-wrap deduction for `shl`
2019-10-21 Quentin Colombet[GISel][CombinerHelper] Add a combine turning shuffle_v...
2019-10-21 Matt ArsenaultAMDGPU: Use CopyToReg for interp intrinsic lowering
2019-10-21 Matt ArsenaultAMDGPU: Erase redundant redefs of m0 in SIFoldOperands
2019-10-21 Matt ArsenaultAMDGPU: Stop adding m0 implicit def to SGPR spills
2019-10-21 Matt ArsenaultAMDGPU: Slightly restructure m0 init code
2019-10-21 Stanislav Mekhanoshin[AMDGPU] Select AGPR in PHI operand legalization
2019-10-21 Simon Pilgrim[X86] Rename matchBitOpReduction to matchScalarReductio...
2019-10-21 Sander de SmalenReverted r375425 as it broke some buildbots.
2019-10-21 Roman Lebedev[NFC][CVP] Add `shl` no-wrap deduction test coverage
2019-10-21 Bjorn PetterssonPrune Pass.h include from DataLayout.h. NFCI
2019-10-21 Simon Pilgrim[PowerPC] Regenerate test for D52431
2019-10-21 Raphael Isemann[NFC] Add missing include to fix modules build
2019-10-21 Simon PilgrimSystemZISelLowering - supportedAddressingMode - silence...
2019-10-21 Simon PilgrimGVNHoist - silence static analyzer dyn_cast<> null...
2019-10-21 Simon PilgrimGuardWidening - silence static analyzer null dereferenc...
2019-10-21 Simon PilgrimCrossDSOCFI - silence static analyzer dyn_cast<> null...
2019-10-21 Simon PilgrimIndVarSimplify - silence static analyzer dyn_cast<...
2019-10-21 Sander de Smalen[AArch64][DebugInfo] Do not recompute CalleeSavedStackS...
2019-10-21 Xiangling Liao[NFC] Cleanup with variable name IsPPC64 & IsDarwin
2019-10-21 Guillaume Chatelet[Alignment][NFC] Finish transition for `Loads`
2019-10-21 Jay FoadPre-commit test cases for D64713.
2019-10-21 David Green[Types] Define a getWithNewBitWidth for Types and make...
2019-10-21 Guillaume Chatelet[Alignment][NFC] Instructions::getLoadStoreAlignment
2019-10-21 David Green[ARM] Extra qdadd patterns
2019-10-21 Guillaume Chatelet[Alignment][NFC] Add a helper function to DataLayout
2019-10-21 Owen Reynolds[docs][llvm-ar] Update llvm-ar command guide
2019-10-21 David Green[ARM] Add qadd lowering from a sadd_sat
2019-10-21 Guillaume Chatelet[Alignment][NFC] TargetCallingConv::setByValAlign
2019-10-21 Jay FoadSimplify usage of setFPAttrs.
2019-10-21 George Rimar[llvm/Object] - Make ELFObjectFile::getRelocatedSection...
2019-10-21 Guillaume Chatelet[Alignment][NFC] TargetCallingConv::setOrigAlign and...
2019-10-21 David CarlierFix llvm signal tests build.
2019-10-21 George Rimar[obj2yaml] - Fix a comment. NFC.
2019-10-21 George Rimar[obj2yaml] - Stop triggering UB when dumping corrupted...
2019-10-21 Sam Elliott[MemCpyOpt] Fixing Incorrect Code Motion while Handling...
2019-10-21 David Green[ARM] Lower sadd_sat to qadd8 and qadd16
2019-10-21 David Green[ARM] Add and adjust saturation tests for upcoming...
2019-10-21 Guillaume ChateletUse Align for TFL::TransientStackAlignment
2019-10-21 Roman Lebedev[NFC][InstCombine] Fixup comments
2019-10-21 Roman Lebedev[CVP] Deduce no-wrap on `mul`
2019-10-21 Piotr Sobczak[InstCombine] Allow values with multiple users in Simpl...
2019-10-21 GN Sync Botgn build: Merge r375390
2019-10-21 Martin Storsjo[LLDB] [Windows] Initial support for ARM register contexts
2019-10-21 Yevgeny Rouban[IR] Fix mayReadFromMemory() for writeonly calls
2019-10-21 Yonghong Song[BPF] fix indirect call assembly code
2019-10-21 Johannes Doerfert[Attributor][FIX] Silence sign-compare warning
2019-10-21 Johannes Doerfert[Attributor] Teach AANoCapture to use information in...
2019-10-20 Craig Topper[X86] Check Subtarget.hasSSE3() before calling shouldUs...
2019-10-20 Philip Reames[IndVars] Add a todo to reflect a further oppurtunity...
2019-10-20 Philip Reames[IndVars] Eliminate loop exits with equivalent exit...
2019-10-20 Roman Lebedev[InstCombine] conditional sign-extend of high-bit-extra...
2019-10-20 Roman Lebedev[NFC][InstCombine] conditional sign-extend of high...
2019-10-20 GN Sync Botgn build: Merge r375375
2019-10-20 Vladimir VereschakaReverted r375254 as it has broken some build bots for...
2019-10-20 Nikita Popov[InstCombine] Fold uadd.sat(a, b) == 0 and usub.sat...
2019-10-20 Zinovy NisFix buildbot error in SIRegisterInfo.cpp.
2019-10-20 Nikita Popov[InstCombine] Add tests for uadd/sub.sat(a, b) == 0...
2019-10-20 Roman Lebedev[InstCombine] Shift amount reassociation in shifty...
2019-10-20 Roman Lebedev[ConstantRange] makeGuaranteedNoWrapRegion(): `shl...
2019-10-20 Nikita Popov[ConstantRange] Optimize nowrap region test, remove...
2019-10-20 Matt ArsenaultAMDGPU: Increase vcc liveness scan threshold
2019-10-20 Matt ArsenaultAMDGPU: Split flat offsets that don't fit in DAG
2019-10-20 Matt ArsenaultAMDGPU: Fix missing OPERAND_IMMEDIATE
2019-10-20 Matt ArsenaultAMDGPU: Add baseline tests for flat offset splitting
2019-10-20 Matt ArsenaultAMDGPU: Don't re-get the subtarget
2019-10-20 George Rimar[yaml2obj][obj2yaml] - Do not create a symbol table...
2019-10-20 Zinovy NisFix minor warning in DWARFVerifier.
2019-10-20 Matt ArsenaultAMDGPU: Don't error on calls to null or undef
2019-10-19 Philip Reames[SCEV] Simplify umin/max of zext and sext of the same...
2019-10-19 Simon Pilgrim[X86] Pulled out helper to decode target shuffle elemen...
2019-10-19 Sanjay Patel[TargetLowering][DAGCombine][MSP430] add/use hook for...
2019-10-19 Nemanja Ivanovic[ARM] Add dependency on GlobalISel for unit tests to...
2019-10-19 Sanjay Patel[MSP430] Shift Amount Threshold in DAGCombine (Baseline...
2019-10-19 Simon Pilgrim[X86][SSE] lowerV16I8Shuffle - tryToWidenViaDuplication...
2019-10-19 Simon Pilgrim[X86][SSE] LowerUINT_TO_FP_i64 - only use HADDPD for...
next