]> granicus.if.org Git - llvm/shortlog
llvm
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...
2019-09-25 Fangrui Song[llvm-objcopy][test] Clean up -B tests
2019-09-25 Chen Zheng[Powerpc][LoopPreIncPrep] NFC - refactor this pass...
2019-09-25 DeForest Richards[Docs] Moves Reference docs to new page
2019-09-25 Thomas Lively[WebAssembly][NFC] Remove duplicate SIMD instructions...
2019-09-24 Justin BognerUse double quotes for LDFLAGS in -DLLVM_BUILD_INSTRUMEN...
2019-09-24 Artur Pilipenko[SCEV] Disable canonical expansion for non-affine addrecs.
2019-09-24 Yonghong Song[BPF] Generate array dimension size properly for zero...
2019-09-24 Puyan LotfiAdding support for overriding LLVM_ENABLE_RUNTIMES...
2019-09-24 Hiroshi Yamauchi[PGO][PGSO] ProfileSummary changes.
2019-09-24 Sean FertileExtends the expansion of the LWZtoc pseduo op for AIX.
2019-09-24 Philip Reames[GCRelocate] Add a peephole to canonicalize base pointe...
2019-09-24 Simon Pilgrim[X86] Add MMX MOVD/MOVQ stores to folding tables to...
2019-09-24 Roman Lebedev[InstCombine] (a+b) < a && (a+b) != 0 -> (0-b) < a...
2019-09-24 Roman Lebedev[InstCombine] (a+b) <= a && (a+b) != 0 -> (0-b) < a...
2019-09-24 Simon Pilgrim[X86] Add tests showing failure to stack fold MMX MOVD...
2019-09-24 Michael Liao[TextAPI] Remove redundant checking causing warnings...
2019-09-24 Thomas Preud... Regex: Make "match" and "sub" const member functions
2019-09-24 George Rimar[yaml2obj/obj2yaml] - Add support for .stack_sizes...
2019-09-24 David Bolvansky[Compiler] Fix LLVM_NODISCARD for GCC
2019-09-24 Simon PilgrimAggressiveAntiDepBreaker - silence static analyzer...
2019-09-24 Simon PilgrimSafepointIRVerifier - silence static analyzer dyn_cast...
2019-09-24 Simon Pilgrim[COFF] Silence static analyzer null dereference warning...
2019-09-24 Ilya BiryukovRevert r372333: [DAG][X86] Convert isNegatibleForFree...
2019-09-24 James Henderson[docs][llvm-strip][llvm-objcopy] Improve wording and...
2019-09-24 James Henderson[docs][llvm-size] Fix typo
2019-09-24 Simon Pilgrim[Orc] Silence static analyzer dyn_cast<ConstantInt...
2019-09-24 Michael Liao[llvm-objcopy] Fix a warningon unused variable. NFC.
2019-09-24 Simon PilgrimConstantFold - silence static analyzer dyn_cast<> null...
2019-09-24 Simon PilgrimFix cppcheck "reduce variable scope" warning. NFCI.
2019-09-24 Simon Pilgrim[IR] IntrinsicInst - silence static analyzer dyn_cast...
2019-09-24 Simon PilgrimLoopVectorize - silence static analyzer dyn_cast<CmpIns...
2019-09-24 Kamil Rytarowski[tblgen] Disable Leak detection for ASan/GCC and LSan...
2019-09-24 Simon Pilgrim[SimplifyCFG] FoldTwoEntryPHINode - silence static...
2019-09-24 Simon PilgrimSimplifyCFG - silence static analyzer dyn_cast<LandingP...
2019-09-24 Simon PilgrimSimplifyCFG - silence static analyzer dyn_cast<Instruct...
2019-09-24 Simon Pilgrim[ModuloSchedule] KernelRewriter::rewrite - silence...
2019-09-24 David Green[ARM] Split large widening MVE loads
2019-09-24 Simon PilgrimlowerObjCCall - silence static analyzer dyn_cast<CallIn...
2019-09-24 David Green[ARM] MVE sext and widen/narrow tests from larger types...
2019-09-24 David Green[ARM] Split large truncating MVE stores
2019-09-24 GN Sync Botgn build: Merge r372712
2019-09-24 Seiya Nuta [llvm-objcopy] Refactor ELF-specific config out to...
2019-09-24 Pavel LabathMCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH
2019-09-24 GN Sync Botgn build: Merge r372706
2019-09-24 Alexey Lapshin[Debuginfo] dbg.value points to undef value after Induc...
2019-09-24 Sjoerd Meijer[LV] Forced vectorization with runtime checks and OptFo...
2019-09-24 Jan KorousRevert "[lit] Add -D__clang_analyzer__ to clang_analyze...
2019-09-24 Jan Korous[lit] Add -D__clang_analyzer__ to clang_analyze_cc1
2019-09-24 Huihui Zhang[InstCombine] Fold a shifty implementation of clamp...
2019-09-24 Huihui Zhang[InstCombine] Fold a shifty implementation of clamp...
2019-09-24 Amara Emerson[GlobalISel][IRTranslator] Fix switch table lowering...
2019-09-23 Alina Sbirlea[MemorySSA] Update Phi insertion.
2019-09-23 Huihui Zhang[NFC][InstCombine] Add tests for shifty implementation...
2019-09-23 Saleem AbdulrasoolHotColdSplitting: invalidate the AssumptionCache on...
2019-09-23 Alexander Shaposhnikov[llvm-lipo] Add support for archives
2019-09-23 Wei Mi[SampleFDO] Treat names in profile as not cold only...
2019-09-23 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-09-23 Craig Topper[X86] Reduce the number of unique check prefixes in...
2019-09-23 Thomas Lively[WebAssembly] vNxM.load_splat instructions
2019-09-23 Roman Lebedev[InstCombine] foldOrOfICmps(): Acquire SimplifyQuery...
2019-09-23 Roman Lebedev[InstCombine] foldAndOfICmps(): Acquire SimplifyQuery...
2019-09-23 Thomas Lively[WebAssembly] Remove unused memory instructions and...
2019-09-23 David Bolvansky[InstCombine] Annotate strndup calls with dereferenceab...
2019-09-23 Craig Topper[X86] Use TargetConstant for condition code on X86ISD...
2019-09-23 Aditya Nandakumar[TableGen] Emit OperandType enums for RegisterOperands...
2019-09-23 Roman Lebedev[IR] Add getExtendedType() to IntegerType and Type...
2019-09-23 Roman Lebedev[InstCombine] dropRedundantMaskingOfLeftShiftInput...
2019-09-23 David Bolvansky[SLC] Convert some strndup calls to strdup calls
2019-09-23 Roman Lebedev[InstCombine] dropRedundantMaskingOfLeftShiftInput...
2019-09-23 Roman Lebedev[InstCombine] dropRedundantMaskingOfLeftShiftInput...
2019-09-23 Sanjay Patel[BreakFalseDeps] ignore function with minsize attribute
2019-09-23 Alexey Bataev[SLP] Fix for PR31847: Assertion failed: (isLoopInvaria...
2019-09-23 Roman Lebedev[InstCombine] foldUnsignedUnderflowCheck(): s/Subtracte...
2019-09-23 Dmitry Preobrazhensky[AMDGPU][MC] Corrected handling of relocatable expressions
2019-09-23 Simon PilgrimHexagonLoopIdiomRecognition - silence static analyzer...
2019-09-23 Cyndy Ishida[TextAPI] Add New Supported Platforms
2019-09-23 Krzysztof Parzyszek[Hexagon] Bitcast v4i16 to v8i8, unify no-op casts...
2019-09-23 Guillaume Chatelet[Alignment][NFC] Migrate Instructions to Align
2019-09-23 Simon Pilgrim[llvm] [cmake] Add possibility to use ChooseMSVCCRT...
2019-09-23 Sanjay Patel[x86] fix assert with horizontal math + broadcast of...
2019-09-23 Simon Pilgrim[ValueTracking] Remove unused matchSelectPattern option...
2019-09-23 Simon Pilgrim[ValueTracking] Fix uninitialized variable warnings...
2019-09-23 Nico Weberllvm-undname: Add support for demangling typeinfo names
2019-09-23 Mark MurrayCosmetic; don't use the magic constant 35 when HASH...
next