platform/upstream/llvm.git
2021-03-13 Nikita Popov[MemCpyOpt] Handle read from lifetime.start with offset
2021-03-13 Nikita Popov[MemCpyOpt] Add additional tests for memcpy of undef...
2021-03-13 Craig Topper[DAGCombiner] Optimize 1-bit smulo to AND+SETNE.
2021-03-13 Stefan Gränitz[Orc] Deallocate debug objects properly when removing...
2021-03-13 kuterd[Attributor][fix] Remove problematic EXPENSIVE_CHECK
2021-03-13 Sanjay Patel[InstCombine] avoid creating an extra instruction in...
2021-03-13 Roman LebedevReland [SCEV] Improve modelling for (null) pointer...
2021-03-13 Roman Lebedev[LSR] Don't try to fixup uses in 'EH pad' instructions
2021-03-13 Roman Lebedev[NFC][LSR] Add test case that from https://reviews...
2021-03-13 George Rokos[libomptarget] Add allocator support for target memory
2021-03-13 Nikita Popov[MemCpyOpt] Use AA to check for MustAlias between memse...
2021-03-13 Nikita Popov[MemCpyOpt] Don't generate zero-size memset
2021-03-13 Nikita Popov[MemCpyOpt] Add additional tests for memset+memcpy...
2021-03-13 Nikita Popov[MemorySSA] Don't bail on phi starting access
2021-03-13 luxufanchange rvv frame layout
2021-03-13 luxufan[RISCV] Remove redundancy -mattr=+d in test file
2021-03-13 Roman LebedevTemporairly evert "[SCEV] Improve modelling for (null...
2021-03-13 George Balatsouras[dfsan] Update shadow-args-zext.ll test
2021-03-13 xling-Liao[NFC] Adjust SmallVector.h header to workaround XL...
2021-03-13 Lang Hames[ORC] Fix some comments in the LLJITWithObjectLinkingLa...
2021-03-13 Lang Hames[JITLink][ORC] Make the LinkGraph available to modifyPa...
2021-03-13 Petr Hosek[Fuchsia] Add check-polly to CLANG_BOOTSTRAP_TARGETS
2021-03-13 peter klausler[flang] Fix static build of flang
2021-03-13 Giorgis GeorgakoudisReplace func name with regex for update test scripts
2021-03-13 Jason MolendaDon't load kexts/kernels without dSYMs present
2021-03-13 Giorgis GeorgakoudisRevert "Replace func name with regex for update test...
2021-03-13 Giorgis GeorgakoudisReplace func name with regex for update test scripts
2021-03-13 Aart Bik[mlir][sparse] disable nonunit stride dense vectorization
2021-03-13 Matheus Izvekov[clang] Fix ICE on invalid type parameters for concepts
2021-03-13 Matheus Izvekov[clang] Improve diagnostics on implicitly deleted defau...
2021-03-13 peter klausler[flang] Ensure pointer function results are acceptable...
2021-03-12 Jez Ng[lld-macho] Make range-check.s test more tolerant
2021-03-12 peter klausler[flang] Update DE/ALLOCATE statement runtime message...
2021-03-12 Fangrui Song[gcov] Delete ancient MSVC workaround
2021-03-12 Fangrui Song[gcov] Delete FreeBSD<10 (reached end of life for years...
2021-03-12 Stanislav Mekhanoshin[AMDGPU] Fix getAlignedAGPRClassID
2021-03-12 Matt Morehouse[libFuzzer] Use macro instead of __attribute__.
2021-03-12 Jez Ng[lld-macho] Only codesign by default on arm64 macOS
2021-03-12 Jez Ng[lld-macho][nfc] Give every SyntheticSection a fake...
2021-03-12 Jez Ng[lld-macho] Check address ranges when applying relocations
2021-03-12 Siva Chandra... [libc][Obvious] Add string tests to non-full-build...
2021-03-12 Jordan RupprechtRevert "[CodeGenPrepare] Fix isIVIncrement (PR49466)"
2021-03-12 Nikita Popov[MemCpyOpt] Add test for memcpy in loop (NFC)
2021-03-12 Siva Chandra[libc] Adjust full build entrypoints for aarch64.
2021-03-12 Wei Mi[IndirectCallPromotion] Recommit "Don't strip ".__uniq...
2021-03-12 Siva Chandra... [libc] Introduce a full build mode CMake option.
2021-03-12 Philip Reames[tests] Cover a case brought up in review of D98222
2021-03-12 Muiez Ahmed[SystemZ][z/OS] Missing wchar functions libc++
2021-03-12 Amy Huang[DebugInfo] Add an attribute to force type info to...
2021-03-12 Sanjay Patel[InstCombine] add test for zext-of-icmps; NFC
2021-03-12 Craig Topper[DAGCombiner] Use isConstantSplatVectorAllZeros/Ones...
2021-03-12 Craig Topper[RISCV] Add test cases for masked load/store with all...
2021-03-12 Anastasia Stulova[OpenCL] Use spir target for CIndex tests for OpenCL.
2021-03-12 Nico WeberRevert "[gn build] (manually) port bcdd40f802a5"
2021-03-12 Arnamoy Bhattacharyya[flang][OpenMP][FIX] Fix function to check nesting...
2021-03-12 Nikita Popov[OpaquePtrs] Remove some uses of type-less CreateGEP...
2021-03-12 Craig Topper[RISCV] Teach normaliseSetCC to canonicalize X > -1...
2021-03-12 Hubert TongRevert "[AsmParser][SystemZ][z/OS] Introducing HLASM...
2021-03-12 Nico WeberRevert "[Clang][ARM] Reenable arm_acle.c test."
2021-03-12 Eugene Zhulenev[mlir] Annotate functions used only in debug mode with...
2021-03-12 David Green[Clang][ARM] Reenable arm_acle.c test.
2021-03-12 Craig Topper[RISCV] Add test cases for failure to optimize select_c...
2021-03-12 Roman Lebedev[SCEV] Improve modelling for (null) pointer constants
2021-03-12 Peter Steinfeld[flang] Make the symbol count used for collating symbol...
2021-03-12 Craig Topper[RISCV] Add support for scalable vector masked load...
2021-03-12 Zahira Ammarguellat[NFC] Fix "unused parameter" error revealed in the...
2021-03-12 Stanislav Mekhanoshin[AMDGPU] Fix -amdgpu-inline-arg-alloca-cost
2021-03-12 Thomas Preud... [FileCheck] Add support for hex alternate form in FileCheck
2021-03-12 Alex Zinenko[mlir] fix a memory leak in NestedPattern
2021-03-12 serge-sans... [NFC] Use llvm::raw_string_ostream instead of std:...
2021-03-12 YashaswiniAdd Semantic check for Flang OpenMP 4.5 - 2.15.3.6...
2021-03-12 Kadir Cetinkaya[clang] Mark re-injected tokens appropriately during...
2021-03-12 Nico Weber[gn build] (manually) port bcdd40f802a5
2021-03-12 Anirudh Prasad[AsmParser][SystemZ][z/OS] Introducing HLASM Comment...
2021-03-12 Nico Weber[lit] rewrap a few lines to 80 columns
2021-03-12 Christopher... [libcxx] adds concept std::regular
2021-03-12 Nemanja Ivanovic[PowerPC] Add more missing overloads to altivec.h
2021-03-12 Dave Lee[lldb] Remove unused StackFrame::TrackGlobalVariable
2021-03-12 Vy NguyenRevert "Revert "[compiler-rt][asan] Make wild-pointer...
2021-03-12 Simon Pilgrim[clang] Use Constant::getAllOnesValue helper. NFCI.
2021-03-12 Simon Pilgrim[X86][AVX] Insert zeros byte elements into 256/512...
2021-03-12 Simon Pilgrim[X86] Provide lighter weight getTargetShuffleMask wrapp...
2021-03-12 Nico WeberRevert "[IndirectCallPromotion] Don't strip ".__uniq...
2021-03-12 Simonas KazlauskasTest cases for rem-seteq fold with illegal types
2021-03-12 Matt ArsenaultGlobalISel: Fix marking byval arguments as immutable
2021-03-12 Matt ArsenaultGlobalISel: Partially fix handling of byval arguments
2021-03-12 Matt ArsenaultAArch64/GlobalISel: Don't use common prefix in test
2021-03-12 Matt ArsenaultAMDGPU/GlobalISel: Cleanup call lowering sequence
2021-03-12 serge-sans... [NFC] Use StringRef instead of const char* for AsmPrinter
2021-03-12 Florian Hahn[LV] Fix name in CHECK pattern after fb3ca7076
2021-03-12 Florian Hahn[LV] Account IV recipes being uniform in VPTransformSta...
2021-03-12 Christian Sigg[mlir] Remove mlir-cuda-runner
2021-03-12 Sanjay Patel[SimplifyCFG] avoid sinking insts within an infinite...
2021-03-12 Stefan Gränitz[Orc] Fix race condition in DebugObjectManagerPlugin
2021-03-12 Valeriy Savchenko[analyzer][solver] Prevent infeasible states (PR49490)
2021-03-12 Hans WennborgRevert "[InstrProfiling] Don't generate __llvm_profile_...
2021-03-12 Aaron BallmanAdd support for digit separators in C2x.
2021-03-12 Simon Pilgrim[PPC] Fix UBSAN warning about out of range shift. NFCI.
2021-03-12 Alex Richardson[builtins] Fix value of ARM_INEXACT
2021-03-12 Simon Pilgrim[PPC] Fix static analyzer / UBSAN warnings about out...
next