platform/upstream/llvm.git
2020-08-17 Matt ArsenaultAMDGPU/GlobalISel: Fix using post-legal combiner withou...
2020-08-17 Matt ArsenaultAMDGPU: Fix using wrong offsets for global atomic fadd...
2020-08-17 Alex Zinenko[mlir] Move data layout from LLVMDialect to module...
2020-08-17 Alex Zinenko[llvm] support graceful failure of DataLayout parsing
2020-08-17 Raphael Isemann[lldb] Skip TestSimulatorPlatform with sanitized builds
2020-08-17 Kai Nacke[SystemZ/ZOS]__(de)register_frame are not available...
2020-08-17 Sam Parker[NFC] run update test script
2020-08-17 Luís Marques[NFC] Tweak a comment about the lock-free builtins
2020-08-17 Raphael Isemann[lldb][NFC] Use StringRef in CreateFunctionDeclaration...
2020-08-17 Georgii Rymar[llvm-readobj] - Remove unwrapOrError calls from GNUSty...
2020-08-17 Sam Elliott[RISCV] Enable the use of the old mucounteren name
2020-08-17 Sam Elliott[RISCV] Indirect branch generation in position independ...
2020-08-17 LLVM GN Syncbot[gn build] Port c1f6ce0c732
2020-08-17 Sanjay Patel[InstCombine] fold abs(X)/X to cmp+select
2020-08-17 Sanjay Patel[InstCombine] add tests for sdiv-of-abs; NFC
2020-08-17 Sanjay Patel[InstCombine] reduce code duplication; NFC
2020-08-17 Georgii Rymar[llvm-readobj/elf] - Refine the warning about the broke...
2020-08-17 Simon Pilgrim[DemandedBits] Improve accuracy of Add propagator
2020-08-17 Simon Pilgrim[DemandedBits] Reorder addition test checks. NFC.
2020-08-17 Sam Parker[NFC] Run update script on test
2020-08-17 Georgii Rymar[LLD][ELF] - Do not produce an invalid dynamic relocati...
2020-08-17 Raphael Isemann[lldb][NFC] Remove name parameter from CreateFunctionTe...
2020-08-17 Raphael Isemann[lldb][NFC] Use expect_expr in more tests
2020-08-17 Simon Pilgrim[X86][AVX] Move lowerShuffleWithVPMOV inside explicit...
2020-08-17 Raphael Isemann[lldb][NFC] Use the proper type for the 'storage' param...
2020-08-17 Cullen Rhodes[InlineCost] Fix scalable vectors in visitAlloca
2020-08-17 Vitaly Buka[NFC][StackSafety] Move out sort from the loop
2020-08-17 Raphael Isemann[lldb] Remove OS-specific string from TestInvalidArgsLog
2020-08-17 Raphael Isemann[lldb] Don't delete orphaned shared modules in SBDebugg...
2020-08-17 Pavel Labath[lldb/Utility] Simplify and generalize Scalar class
2020-08-17 Pavel Labath[lldb] Forcefully complete a type when adding nested...
2020-08-17 Raphael Isemann[lldb] Add SBModule::GarbageCollectAllocatedModules...
2020-08-17 Raphael Isemann[lldb] Fix that log enable's -f parameter causes LLDB...
2020-08-17 Raphael Isemann[lldb] Get lldb-server platform's --socket-file working...
2020-08-17 Kazushi (Jam... [VE] Support f128
2020-08-17 Raphael Isemann[lldb][NFC] Remove stride parameter from GetArrayElemen...
2020-08-17 Kadir Cetinkaya[clang] Make signature help work with dependent args
2020-08-17 Raphael Isemann[lldb] Print the exception traceback when hitting clean...
2020-08-17 Craig Topper[X86] Reject dirflag in inline asm constraints other...
2020-08-17 Chen Zheng[PowerPC] Make StartMI ignore COPY like instructions.
2020-08-17 Yonghong Song[InstCombine] Fix a compilation bug
2020-08-17 Yonghong Song[clang] fix a compilation bug
2020-08-17 zhanghb97Initial MLIR python bindings based on the C API.
2020-08-17 Vitaly Buka[StackSafety] Skip ambiguous lifetime analysis
2020-08-16 Richard SmithReplace setter named 'getAsOpaqueInt' with a real getter.
2020-08-16 Richard SmithAlways keep unset fields in FPOptionsOverride zeroed.
2020-08-16 Richard SmithUse consistent code for setting FPFeatures from operato...
2020-08-16 Richard SmithDon't leave the FPOptions in a UnaryOperator uninitialized.
2020-08-16 Mehdi AminiAdd missing parsing for attributes to std.generic_atomi...
2020-08-16 Roman Lebedev[NFCI][InstCombine] Pacify GCC builds - don't name...
2020-08-16 Roman Lebedev[InstCombine] Aggregate reconstruction simplification...
2020-08-16 Johannes Doerfert[OpenMP][CUDA] Keep one kernel list per device, not...
2020-08-16 Johannes Doerfert[OpenMP][CUDA] Cache the maximal number of threads...
2020-08-16 Johannes Doerfert[OpenMP][FIX] Do not use TBAA in type punning reduction...
2020-08-16 David Green[ARM] Tests for tail predicated loads. NFC
2020-08-16 Mark de Wever[Sema] Use the proper cast for a fixed bool enum.
2020-08-16 Mark de Wever[Sema] Validate calls to GetExprRange.
2020-08-16 Simon Pilgrim[X86][AVX] Fold CONCAT(HOP(X,Y),HOP(Z,W)) -> HOP(CONCAT...
2020-08-16 Sanjay PatelRevert "[PhaseOrdering] add test for memcpy removal...
2020-08-16 Sanjay Patel[InstCombine] fold copysign with fabs/fneg operand
2020-08-16 Sanjay Patel[InstCombine] reduce code duplication; NFC
2020-08-16 Sanjay Patel[InstCombine] add tests for copysign; NFC
2020-08-16 Sanjay Patel[PhaseOrdering] add test for memcpy removal (PR47114...
2020-08-16 Vitaly Buka[StackSafety] Change how callee searched in index
2020-08-16 Simon Pilgrim[X86][SSE] Replace combineShuffleWithHorizOp with canon...
2020-08-16 Brad SmithCreate strict aligned code for OpenBSD/arm64.
2020-08-16 Simon Pilgrim[X86] isRepeatedTargetShuffleMask - don't require speci...
2020-08-16 Shoaib Meenai[llvm-libtool-darwin] Fix test on all host architectures
2020-08-16 Fady Ghanim[OpenMP][OMPBuilder] Adding support for `omp single`
2020-08-16 Shoaib Meenai[llvm-libtool-darwin] Speculative buildbot fix
2020-08-16 LLVM GN Syncbot[gn build] Port 577e58bcc75
2020-08-16 Wenlei He[InlineAdvisor] New inliner advisor to replay inlining...
2020-08-16 Fangrui Song[ARC] Fix CodeGen/ARC/brcc.ll
2020-08-15 Jon Chesterfield[libomptarget] Implement host plugin for amdgpu
2020-08-15 Lang Hames[JITLink][MachO] Use correct symbol scope when N_PEXT...
2020-08-15 Mehdi AminiSlightly relax the regex on lld version in test (NFC)
2020-08-15 Amara Emerson[GlobalISel] Enable copy-propagation in post-legalizer...
2020-08-15 Mehdi AminiRefactor mlir-opt setup in a new helper function (NFC)
2020-08-15 Shoaib Meenai[llvm-libtool-darwin] Use Optional operator overloads...
2020-08-15 LLVM GN Syncbot[gn build] Port 79298a50670
2020-08-15 Matt ArsenaultGlobalISel: Remove unnecessary llvm::
2020-08-15 Matt ArsenaultAMDGPU: Remove register class params from flat memory...
2020-08-15 Matt ArsenaultAMDGPU: Fix global atomic saddr operand class
2020-08-15 Matt ArsenaultAMDGPU: Remove slc from flat offset complex patterns
2020-08-15 Matt ArsenaultAMDGPU: Fix matching wrong offsets for global atomic...
2020-08-15 Matt ArsenaultAMDGPU: Remove redundant FLAT complex patterns
2020-08-15 Matt ArsenaultAMDGPU: Correct definitions for global saddr instructions
2020-08-15 Matt ArsenaultAMDGPU: Remove SIFixupVectorISel pass
2020-08-15 Aditya Kumar[NFC] Fix typo and variable names
2020-08-15 Luofan Chen[Attributor][NFC] Format code
2020-08-15 Luofan Chen[Attributor][NFC] Use indexes instead of iterator
2020-08-15 Bernhard Manfred... Add support for C++20 concepts and decltype to moderniz...
2020-08-15 Cyndy Ishida[TextAPI] update DriverKit string value
2020-08-15 Xing GUO[MachOYAML] Move EmitFunc to an inner scope. NFC.
2020-08-15 Luofan Chen[Attributor] Use internalized version of non-exact...
2020-08-15 Xing GUO[DWARFYAML] Simplify isEmpty(). NFC.
2020-08-15 Dimitry AndricOn FreeBSD, add -pthread to ASan dynamic compile flags...
2020-08-15 Dávid BolvanskýReland "[SLC] sprintf(dst, "%s", str) -> strcpy(dst...
2020-08-15 Mehdi AminiRevert "Separate the Registration from Loading dialects...
2020-08-15 Mehdi AminiSeparate the Registration from Loading dialects in...
next