]> granicus.if.org Git - llvm/shortlog
llvm
2019-07-30 Hideto Ueno[FunctionAttrs] Annotate "willreturn" for AssumeLikeInst
2019-07-30 Nico Webergn build: Update comment I failed to update in r367340...
2019-07-30 Nico Webergn build: Fix check-clang-tools after r362702.
2019-07-30 Thomas Lively[WebAssembly] Do not emit tail calls with return type...
2019-07-30 JF Bastien[NFC] remove obsolete comment
2019-07-30 Florian HahnRevert [GVN] Preserve loop related analysis/canonical...
2019-07-30 Francis Visoiu... [Docs] Fix sphinx warning in OCamlLangImpl5.rst
2019-07-30 Florian Hahn[GVN] Preserve loop related analysis/canonical forms.
2019-07-30 JF Bastien[NFC] Remove uses of LLVM_ALIGNAS
2019-07-30 Michael Liao[Support] Workaround a GCC 4.8 bug on constant expressi...
2019-07-30 Francis Visoiu... [Remarks] Add two serialization modes for remarks:...
2019-07-30 Kit Barton[LoopFusion] Extend use of OptimizationRemarkEmitter
2019-07-30 Matt ArsenaultAMDGPU: Avoid emitting "true" predicates
2019-07-30 Roman Lebedev[DivRemPairs] Add srem-of-srem tests (PR42823, D65298...
2019-07-30 Sean FertileAddress post commit review comments on revision 366727.
2019-07-30 Roman Lebedev[InstCombine] Fold "x ?% y ==/!= 0" to "x & (y-1)...
2019-07-30 Mehdi AminiAsk confirmation when `git llvm push` will push multipl...
2019-07-30 Mehdi AminiFix `git llvm` script when no arguments are supplied...
2019-07-30 Simon Pilgrim[X86] SimplifyDemandedVectorEltsForTargetNode should...
2019-07-30 Hans Wennborggn build: Use rebase_path on filename args to libcxx...
2019-07-30 Sam Elliott[RISCV] Attempt to make rv{32,64}i-aliases-invalid...
2019-07-30 George Rimar[llvm-objcopy] - Stop using Inputs/alloc-symtab.o
2019-07-30 Simon Pilgrim[X86][AVX] SimplifyDemandedVectorElts - handle extracti...
2019-07-30 Rainer Orth[CMake] Define _FILE_OFFSET_BITS=64 on Solaris
2019-07-30 Sam Parker[ARM][LowOverheadLoops] Enable by default
2019-07-30 Sam Parker[ARM][LowOverheadLoops] Revert non-header LE target
2019-07-30 Roman Lebedev[NFC][X86][AArch64] Revisit test coverage for X s%...
2019-07-30 Cullen Rhodes[AArch64][AsmParser] Remove SVE and SVE2 from ARMTarget...
2019-07-30 Roman LebedevRevert "[DivRemPairs] Handling for expanded-form rem...
2019-07-30 Roman Lebedev[DivRemPairs] Handling for expanded-form rem - recompos...
2019-07-30 Roman Lebedev[APInt] Introduce clearLowBits()
2019-07-30 Michael PozulpRevert "[llvm-objdump] Add warning messages if disassem...
2019-07-30 Michael Pozulp[llvm-objdump] Add warning messages if disassembly...
2019-07-30 Zi Xuan Wu[NFC][PowerPC] Add test case for D65063
2019-07-30 JF Bastien[NFC] use C++11 in AlignOf.h, remove AlignedCharArray
2019-07-30 Alex Lorenz[FileCollector] test: disable the directory entry colle...
2019-07-29 Alex Lorenz[FileCollector] Add a VFS that records FS accesses...
2019-07-29 JF Bastien[NFC] avoid AlignedCharArray in LLVM
2019-07-29 Anusha Basana[llvm-lipo] Fix test on Windows
2019-07-29 Eric Fiselier[clang-tidy]: Google: new check 'google-upgrade-googlet...
2019-07-29 James Y Knightgit-llvm: Restore compatibility with git 1.8.3.
2019-07-29 Vedant Kumar[IR] Consolidate fixed metadata kind definitions (NFC)
2019-07-29 Jinsong Ji[PowerPC][NFC]Fix a typo in comment.
2019-07-29 Craig Topper[X86] Fix typo in comment. We're looking at a right...
2019-07-29 Anusha Basana[llvm-lipo] Implement -replace
2019-07-29 Vitaly Bukagn build: Merge r367071
2019-07-29 David Bolvansky[UpdateTestChecks] Emit warning when invalid value...
2019-07-29 Francis Visoiu... [Remarks] Update error message format string
2019-07-29 Peter CollingbourneThinLTOBitcodeWriter: Include globals associated with...
2019-07-29 Simon Pilgrim[X86] resolveTargetShuffleInputs - add depth to limit...
2019-07-29 Tom StellardAMDGPU/LoadStoreOptimizer: combine MMOs when merging...
2019-07-29 Sergey Dmitriev[llvm-objcopy] Improve --add-section argument string...
2019-07-29 Jay Foad[AMDGPU] Fix typo in error message
2019-07-29 Cameron McInally[NFC][FPEnv] Pre-commit tests for canonicalize negated...
2019-07-29 Simon Pilgrim[X86] combineX86ShufflesRecursively - start recursion...
2019-07-29 Francis Visoiu... [RISCV] Fix uninitialized variable after call to evalua...
2019-07-29 Sanjay Patel[InstCombine] fold fadd+fneg with fdiv/fmul betweena
2019-07-29 Hideto Ueno[ValueTracking] Remove volatile check in isGuaranteedTo...
2019-07-29 Sanjay Patel[InstCombine] reduce code for fadd with fneg operand...
2019-07-29 Sanjay Patel[InstCombine] add tests for fadd with negated operand...
2019-07-29 Jay Foad[AMDGPU] Add amdgpu_kernel for consistency with other...
2019-07-29 Simon Pilgrim[DAGCombine] narrowInsertExtractVectorBinOp - early...
2019-07-29 Jay Foad[DivergenceAnalysis] Add methods for querying divergenc...
2019-07-29 Simon Pilgrim[SystemZ] Regenerate <8 x i31> store test
2019-07-29 Hans WennborgMark test/MC/RISCV/rv{32,64}i-aliases-invalid.s unsuppo...
2019-07-29 Simon Pilgrim[ARM] Regenerate rotation tests
2019-07-29 Simon Pilgrim[AMDGPU] Regenerate v2i16 insertelement tests.
2019-07-29 Sam Parker[NFC][ARM[ParallelDSP] Cleanup of BinOpChain
2019-07-29 David Stuttard[AMDGPU] Enable v4f16 and above for v_pk_fma instructions
2019-07-29 Sam Parker[NFC][ARM][ParallelDSP] Remove AreSymmetrical
2019-07-29 Sam Parker[NFC][ARM][ParallelDSP] Remove PopulateLoads
2019-07-29 George Rimar[obj2yaml] - Report a error when unable to resolve...
2019-07-29 George Rimar[llvm-objcopy] - Reimplement strip-dwo-groups.test...
2019-07-29 Craig Topper[X86] Don't use PMADDWD for vector add reductions of...
2019-07-29 Craig Topper[X86] Add test cases to show missing one use check...
2019-07-28 Roman Lebedev[NFC][InstCombine] Revisit tests in shift-amount-reasso...
2019-07-28 Craig Topper[X86] In combineLoopMAddPattern and combineLoopSADPatte...
2019-07-28 Sanjay Patel[InstCombine] fold fsub+fneg with fdiv/fmul between
2019-07-28 David Green[ARM] MVE VPNOT
2019-07-28 David Green[ARM] Better patterns for fp <> predicate vectors
2019-07-28 Roman Lebedev[NFC][InstCombine] Shift amount reassociation: can...
2019-07-28 Hideto Ueno[Attributor] Deduce "align" attribute
2019-07-28 Hideto Ueno[IR] Fix getPointerAlignment for CallBase
2019-07-28 Hideto Ueno[FunctionAttrs] Annotate "willreturn" for intrinsics
2019-07-27 Simon Pilgrim[DAGCombine] narrowInsertExtractVectorBinOp - early...
2019-07-27 Joerg SonnenbergerStricter check for the memory access.
2019-07-27 Simon PilgrimRegenerate UXTB tests
2019-07-27 Simon Pilgrim[AMDGPU] Regenerate tests.
2019-07-27 Simon Pilgrim[TargetLowering] SimplifyMultipleUseDemandedBits -...
2019-07-27 Sanjay Patel[InstSimplify] remove quadratic time looping (PR42771)
2019-07-27 Simon Pilgrim[X86][SSE] Replace PMULDQ GetDemandedBits combine with...
2019-07-27 Simon Pilgrim[SelectionDAG] Check for any recursion depth greater...
2019-07-27 Simon Pilgrim[TargetLowering] Add depth limit to SimplifyMultipleUse...
2019-07-27 Simon Atanasyan[mips] Add (dis)assembler tests for beqzl and bnezl...
2019-07-26 Amara Emerson[AArch64][GlobalISel] Implement narrowing of G_SEXT.
2019-07-26 Jessica Paquette[AArch64][GlobalISel] Select @llvm.aarch64.stlxr for...
2019-07-26 Francis Visoiu... [Remarks] Silence Wreturn-type warning
2019-07-26 Francis Visoiu... [Remarks] Update unit test to use StringRef::lower
2019-07-26 Florian HahnRevert [IPSCCP] Add assertion to surface cases where...
2019-07-26 Reid KlecknerFix remarks unit test on Windows
next