]> granicus.if.org Git - llvm/shortlog
llvm
2019-09-26 Craig Topper[X86] Add CodeGenOnly instructions for (f32 (X86selects...
2019-09-26 Jordan RupprechtRevert [SLP] Fix for PR31847: Assertion failed: (isLoop...
2019-09-26 Kit Barton[LoopFusion] Add ability to fuse guarded loops
2019-09-26 Zhaoshi Zheng[Unroll] Do NOT unroll a loop with small runtime upperbound
2019-09-26 Stanislav Mekhanoshin[AMDGPU] copy OtherPredicates from pseudo to VOP3_Real
2019-09-26 Roman Lebedev[DAGCombine][X86][AArch64][NFC] Add tests for shift...
2019-09-26 Roman Lebedev[InstCombine][NFC] Add tests for shift-by-signext
2019-09-26 Roman Lebedev[InstCombine][NFC] Regenerate load-cmp.ll test
2019-09-26 Whitney Tsang[LOOPGUARD] Disable loop with multiple loop exiting...
2019-09-26 Xiangling Liao[AIX]Emit function descriptor csect in assembly
2019-09-26 Bob Haarman[NFC][emacs] remove out-of-date comment from tablegen...
2019-09-26 David Bolvansky[NFC] Precommit tests for D68089
2019-09-26 Kevin P. NealDocument requirement of function attributes with constr...
2019-09-26 Simon PilgrimDAGISelMatcherOpt - TGParser::ParseOperation - silence...
2019-09-26 Craig Topper[InstCombine] Use m_Zero instead of isNullValue() when...
2019-09-26 Simon PilgrimTGParser::ParseOperation - silence static analyzer...
2019-09-26 Simon PilgrimConstantFold - silence static analyzer dyn_cast<Extract...
2019-09-26 Simon PilgrimARMBaseInstrInfo getOperandLatency - silence static...
2019-09-26 Jinsong Ji[PowerPC] Fix typo in rL372985
2019-09-26 Wei Mi[LoopInfo] Limit the iterations to check whether a...
2019-09-26 Jakub KuderskiHandle successor's PHI node correctly when flattening...
2019-09-26 Matt ArsenaultFix typo
2019-09-26 Guillaume Chatelet[NFC] Rearrange Value::getPointerAlignment
2019-09-26 Sean FertileUpdated comments in LWZtoc pseudo expansion.
2019-09-26 Jinsong Ji[PowerPC] Add missing pattern for VSX Scalar Negative...
2019-09-26 Hans Wennborgbuild_llvm_package.bat: Bootstrap with VS 2019
2019-09-26 Simon Pilgrim[FlattenCFG] Silence static analyzer dyn_cast<BranchIns...
2019-09-26 Owen Reynolds[llvm-ar][test] Move MRI tests from "llvm/test/Object/"
2019-09-26 Bjorn Pettersson[InstCombine] Don't assume CmpInst has been visited...
2019-09-26 Clement Courbet[llvm-exegesis][NFC] Remove dead code.
2019-09-26 Simon PilgrimMetadataLoader lazyLoadOneMetadata - silence static...
2019-09-26 Simon PilgrimRemove local shadow constant. NFCI.
2019-09-26 Simon Pilgrim[ValueTracking] Silence static analyzer dyn_cast<Operat...
2019-09-26 Simon PilgrimMemorySanitizer - silence static analyzer dyn_cast...
2019-09-26 Simon PilgrimPGOMemOPSizeOpt - silence static analyzer dyn_cast...
2019-09-26 Simon Pilgrim[BPF] Remove unused variables. NFCI.
2019-09-26 Petar Avramovic[MIPS GlobalISel] Lower aggregate structure return...
2019-09-26 Simon PilgrimHexagonAsmParser::ParseDirectiveFalign - silence static...
2019-09-26 Simon Pilgrim[SLPVectorizer][X86] Add SSE common check prefix to...
2019-09-26 Simon Pilgrim[CostModel][X86] Fix SLM <2 x i64> icmp costs
2019-09-26 Jonas Paulsson[SystemZ] Recognize mnop-mcount in backend
2019-09-26 Craig Topper[X86] Remove isCodeGenOnly from (V)ROUND.*_Int and...
2019-09-26 Mikael Holmen [IfConversion] Disallow TBB == FBB for valid triangles
2019-09-26 Craig Topper[X86] Mark the EVEX encoded PSADBW instructions as...
2019-09-26 Keno Fischer[ConstantFolding] Use FoldBitCast correctly
2019-09-26 Nick LewyckyImprove C API support for atomicrmw and cmpxchg.
2019-09-26 Thomas Raoux[TargetLowering] Make allowsMemoryAccess methode virtual.
2019-09-25 Sam Clegg[MC][WebAssembly] Error on data symbols in the text...
2019-09-25 Craig Topper[X86] Use VR512_0_15RegClass intead of VR512RegClass...
2019-09-25 Alina Sbirlea[MemorySSA] Avoid adding Phis in the presence of unreac...
2019-09-25 Roman Lebedev[InstCombine] foldUnsignedUnderflowCheck(): one last...
2019-09-25 Roman Lebedev[NFC][InstCombine] Tests for 'base u<= offset && (base...
2019-09-25 Roman Lebedev[InstSimplify] Handle more 'A </>/>=/<= B &&/|| (A...
2019-09-25 Roman Lebedev[NFC][InstSimplify] More exaustive test coverage for...
2019-09-25 Eli Friedman[LICM] Don't verify domtree/loopinfo unless EXPENSIVE_C...
2019-09-25 Nick Desaulniers[Verifier] add invariant check for callbr
2019-09-25 Florian Hahn[InstSimplify] Match 1.0 and 0.0 for both operands...
2019-09-25 Roman Lebedev[InstCombine] Fold (A - B) u>=/u< A --> B u>/u<...
2019-09-25 Roman Lebedev[NFC][InstCombine] Add tests for (X - Y) < X --> ...
2019-09-25 Vadzim Dambrouski[MSP430] Allow msp430_intrcc functions to not have...
2019-09-25 Stanislav Mekhanoshin[AMDGPU] Improve fma.f64 test. NFC.
2019-09-25 Stanislav Mekhanoshin[AMDGPU] gfx10 v_fmac_f16 operand folding
2019-09-25 Bob Haarman[emacs] simplify and improve keyword highlighting in...
2019-09-25 Huihui Zhang[NFC] Add { } to silence compiler warning [-Wmissing...
2019-09-25 Florian Hahn[InstCombine] Limit FMul constant folding for fma simpl...
2019-09-25 Jessica Paquette[AArch64][GlobalISel] Choose CCAssignFns per-argument...
2019-09-25 Evandro Menezes[CodeGen] Replace -max-jump-table-size with -max-jump...
2019-09-25 Florian Hahn[LangRef] Clarify absence of rounding guarantees for...
2019-09-25 Sanjay Patel[DAGCombiner] add one-use restriction to vector transfo...
2019-09-25 Florian Hahn[PatternMatch] Make m_Br more flexible, add matchers...
2019-09-25 Sanjay Patel[x86] add test for multi-use scalarization of vector...
2019-09-25 Simon Pilgrim[TargetInstrInfo] Let findCommutedOpIndices take const...
2019-09-25 Florian Hahn[PatternMatch] Generalize brc_match (NFC).
2019-09-25 Sanjay Patel[IR] allow fast-math-flags on phi of FP values (2nd...
2019-09-25 Simon PilgrimFix analyzer TypeAttributeImpl::anchor() override.
2019-09-25 Marco Antognini[gn build] Fix Python DeprecationWarning
2019-09-25 Jakub Kuderski[Dominators][AMDGPU] Don't use virtual exit node in...
2019-09-25 Jonas Paulsson[SystemZ] Improve emitSelect()
2019-09-25 Simon PilgrimFix cppcheck variable shadow warning. NFCI.
2019-09-25 Simon PilgrimAdd missing ExplicitTy default initialization to Consta...
2019-09-25 Sanjay PatelRevert [IR] allow fast-math-flags on phi of FP values
2019-09-25 George Rimar[llvm-readobj/llvm-readelf] - .stack_sizes: demangle...
2019-09-25 Sanjay Patel[IR] allow fast-math-flags on phi of FP values
2019-09-25 James Henderson[docs][llvm-strings] Clarify "printable character"...
2019-09-25 James Henderson[docs][llvm-strip] Update llvm-strip doc to better...
2019-09-25 Dmitry Preobrazhensky[AMDGPU][MC][DOC] Updated AMD GPU assembler description.
2019-09-25 Simon Pilgrim[DAG] Pull out minimum shift value calc into a helper...
2019-09-25 George Rimar[llvm-readobj] - Simplify stack-sizes.test test case.
2019-09-25 George Rimar[yaml2elf] - Support describing .stack_sizes sections...
2019-09-25 Nico Webergn build: (manually) merge r372843
2019-09-25 George Rimar[yaml2obj] - Add a Size field for StackSizesSection.
2019-09-25 GN Sync Botgn build: Merge r372841
2019-09-25 David Green[ARM] Ensure we do not attempt to create lsll #0
2019-09-25 George Rimar[llvm-readobj] - Don't crash when dumping .stack_sizes...
2019-09-25 Jay FoadAdd tracing in pickNodeFromQueue.
2019-09-25 Jay FoadFix signature of overloaded operator delete.
2019-09-25 Florian Hahn[AArch64] Convert neon_ushl and neon_sshl with positive...
2019-09-25 Fangrui Song[ADT] Add StringMap::insert_or_assign
2019-09-25 Amara Emerson[AArch64][GlobalISel] Tweak legalization rule for G_BSW...
2019-09-25 Huihui Zhang[NFC] Add { } to silence compiler warning [-Wmissing...
next