]> granicus.if.org Git - llvm/shortlog
llvm
2019-08-01 Teresa Johnson[IR] Add getArg() method to Function class
2019-08-01 Simon Pilgrim[X86][SSE] SimplifyMultipleUseDemandedBits - Add PEXTR...
2019-08-01 Sam ElliottAdd support for openSUSE RISC-V triple
2019-08-01 Simon Pilgrim[X86] EltsFromConsecutiveLoads - don't attempt to merge...
2019-08-01 Sam Elliott[RISCV] Add Custom Parser for Atomic Memory Operands
2019-08-01 Roman Lebedev[IR] Value: add replaceUsesWithIf() utility
2019-08-01 Roman Lebedev[IR] SelectInst: add swapValues() utility
2019-08-01 David Green[ARM] Fix for MVE VREV64
2019-08-01 Simon Pilgrim[ARM] Regenerate BSWAP16 tests
2019-08-01 Sander de Smalen[AArch64] Do not allocate unnecessary emergency slot.
2019-08-01 Petar Avramovic[MIPS GlobalISel] Fold load/store + G_GEP + G_CONSTANT
2019-08-01 Guillaume Chatelet[LLVM][Alignment] Fix AlignmentTest on platform where...
2019-08-01 Sam Parker[NFC][ARM][ParallelDSP] Getters and renaming
2019-08-01 David Zarzycki[Testing] Fix tests that break with read-only checkouts
2019-08-01 Craig Topper[SelectionDAG] Use APInt::isSubsetOf/intersects to...
2019-08-01 Tom StellardAMDGPU/SILoadStoreOptimizer: Make some functions const
2019-08-01 Zi Xuan Wurecommit:[PowerPC] Eliminate loads/swap feeding swap...
2019-08-01 Fangrui SongAMDGPU/GlobalISel: fix inst-select-load-local.mir in...
2019-08-01 Matt ArsenaultAMDGPU/GlobalISel: Fix flat load/store of pointer types
2019-08-01 Matt ArsenaultAMDGPU/GlobalISel: Remove manual store select code
2019-08-01 Matt ArsenaultAMDGPU/GlobalISel: Select local atomic cmpxchg
2019-08-01 JF BastienRevert "[NFC] Remove obsolete LLVM_GNUC_PREREQ"
2019-08-01 Matt ArsenaultAMDGPU/GlobalISel: Handle G_ATOMICRMW_FADD
2019-08-01 JF Bastien[NFC] Remove obsolete LLVM_GNUC_PREREQ
2019-08-01 Matt ArsenaultAMDGPU/GlobalISel: Allow selection of DS atomicrmw
2019-08-01 Matt ArsenaultAMDGPU: Start redefining atomic PatFrags
2019-08-01 Matt ArsenaultAMDGPU: Correct FP atomic patterns
2019-08-01 Matt ArsenaultAMDGPU/GlobalISel: Select simple local stores
2019-08-01 Matt ArsenaultGlobalISel: moreElementsVector for G_LOAD/G_STORE
2019-08-01 Peter CollingbourneCreate unique, but identically-named ELF sections for...
2019-08-01 Matt ArsenaultReapply "AMDGPU: Split block for si_end_cf"
2019-08-01 Philip ReamesFix a release-only build warning triggered by rL367485
2019-08-01 Matt ArsenaultAMDGPU/GlobalISel: Select local loads
2019-07-31 Amy HuangRevert "[MS] Emit S_HEAPALLOCSITE debug info in Selecti...
2019-07-31 Richard SmithFix build when both gtest death tests and LLVM_NODISCAR...
2019-07-31 Eli Friedman[ARM] Lower "(x<<c) > 0x80000000U" to "lsls" on Thumb1.
2019-07-31 Eli Friedman[ARM] Transform compare of masked value to shift on...
2019-07-31 JF Bastien[ConstExprPreter] Overflow-detecting methods use GCC...
2019-07-31 Craig Topper[ScalarizeMaskedMemIntrin] Bitcast the mask to the...
2019-07-31 Craig Topper[X86] Add DAG combine to fold any_extend_vector_inreg...
2019-07-31 Philip ReamesAttempt to unbreak sphinx build bot by inserting a...
2019-07-31 Michael BergMigrate some more fadd and fsub cases away from UnsafeF...
2019-07-31 Philip Reames[IndVars, RLEV] Support rewriting exit values in loops...
2019-07-31 JF Bastien[NFC] allow creating error strings from a Twine
2019-07-31 Amy HuangFix to r367374 "[MS] Emit S_HEAPALLOCSITE debug info...
2019-07-31 Eric ChristopherFix unused variable warning for non-assert builds.
2019-07-31 Mark Lacey[GISel] Address review feedback on passing MD_callees...
2019-07-31 Mark Lacey[GISel] Pass MD_callees metadata down in call lowering.
2019-07-31 Peter CollingbourneAArch64: Add a tagged-globals backend feature.
2019-07-31 Peter CollingbourneSelectionDAG, MI, AArch64: Widen target flags fields...
2019-07-31 Wei Mi[DAGCombine] Limit the number of times for the same...
2019-07-31 JF Bastien[Support] Added overflow checking add, sub and mul.
2019-07-31 Craig Topper[X86] Add test cases to show premature decomposition...
2019-07-31 Craig Topper[X86] Add AVX512DQ command lines to vector-mul.ll to...
2019-07-31 Nico Webergn build: Merge r367463
2019-07-31 Alina Sbirlea[SCCP] Update condition to avoid overflow.
2019-07-31 Nico Webercompiler-rt: Rename .cc file in lib/profile to .cpp
2019-07-31 Lang Hames[docs] Add references to unreferenced footnotes.
2019-07-31 Nico Webergn build: Merge r367456
2019-07-31 Nico Webergn build: Merge r367452 and add standalone sources
2019-07-31 Alina Sbirlea[MemorySSA] Add additional verification for phis.
2019-07-31 Nico Webergn build: Add build files for compiler-rt/lib/profile
2019-07-31 Nico Webergn build: Make builtin library build on macOS
2019-07-31 Nico Webergn build: Fix redundant object files in builtin lib.
2019-07-31 Sanjay Patel[InstCombine] canonicalize fneg before fmul/fdiv
2019-07-31 Djordje TodorovicReland "[DwarfDebug] Dump call site debug info"
2019-07-31 Johannes Doerfert[docs][FIX] Add missing word to documentation in terms...
2019-07-31 Anusha Basana[build] Add the ability to create a symlink for lipo
2019-07-31 Stanislav Mekhanoshin[AMDGPU] Fix for vectorizer crash with pointers of...
2019-07-31 Philip Reames[docs] Reword documentation in terms of SCCs not cycles
2019-07-31 Roman Lebedev[NFC][InstCombine] Add xor-or-icmp tests with icmp...
2019-07-31 Roman Lebedev[NFC][InstCombine] Add baseline tests with non-canonica...
2019-07-31 Peter Smith[AARCH64] Switch relocations R_AARCH64_TLS_TPREL64...
2019-07-31 Simon Pilgrim[X86] Moved IsNOT helper earlier. NFCI.
2019-07-31 Simon Pilgrim[X86][SSE] Add test cases for PR42825
2019-07-31 Mikhail Maltsev[ARM] Reject CSEL instructions with invalid operands
2019-07-31 Florian Hahn[IPSCCP] Move callsite check to the beginning of the...
2019-07-31 Simon Pilgrim[X86][AVX] Ensure chained subvector insertions are...
2019-07-31 Momchil Velikov[AArch64] Add support for Transactional Memory Extensio...
2019-07-31 Guillaume Chatelet[LLVM] Fix Alignment death tests in Release Mode
2019-07-31 Simon Pilgrim[X86] Regenerate lrshrink test checks to make D65354...
2019-07-31 Simon Pilgrim[X86] Regenerate callee-saved test checks to make D6535...
2019-07-31 Simon Pilgrim[X86] Regenerate alias-static-alloca test checks to...
2019-07-31 Roman Lebedev[DivRemPairs] Fixup DNDEBUG build - variable is only...
2019-07-31 Nico Webergn build: Merge r367393
2019-07-31 Simon Pilgrim[X86] Regenerate vp2intersect tests
2019-07-31 Roman Lebedev[DivRemPairs] Recommit: Handling for expanded-form...
2019-07-31 Roman Lebedev[DivRemPairs] Avoid RAUW pitfalls (PR42823)
2019-07-31 Roman Lebedev[DivRemPairs][NFC] Autogenerate all checklines
2019-07-31 Simon Pilgrim[X86][AVX] Add reduced test case for PR42833
2019-07-31 Simon PilgrimRe-disable C4324 MSVC warning that was enabled in D6545...
2019-07-31 Oliver Cruickshank[ARM] Generate MVE VFMAs
2019-07-31 Oliver Cruickshank[NFC] Test Commit
2019-07-31 Guillaume ChateletFix mismatching vector type in AlignmentTest.cpp
2019-07-31 Sam Elliott[RISCV] Support 'f' Inline Assembly Constraint
2019-07-31 Sam Parker[NFC][ARMCGP] Use switch in isSupportedValue
2019-07-31 Florian HahnRecommit "[GVN] Preserve loop related analysis/canonica...
2019-07-31 Guillaume ChateletAdd default constructor for MaybeAlign
2019-07-31 Cullen Rhodes[AArch64][SVE2] Load/store instruction fixes
2019-07-31 Simon Cook[RISCV] Add support for lowering floating point inlinea...
next