platform/upstream/llvm.git
2020-08-13 Ruiling Song[AMDGPU] Fix crash when dag-combining bitcast
2020-08-13 Mehdi AminiMerge OpFolderDialectInterface with DialectFoldInterfac...
2020-08-13 Mehdi AminiRemove DialectHooks and introduce a Dialect Interfaces...
2020-08-12 Richard SmithPR47143: Don't crash while constant-evaluating value...
2020-08-12 Jonas Devlieghere[lldb] Fix relative imports and set the appropriate...
2020-08-12 Albion Fung[PowerPC] Implement Vector Shift Builtins
2020-08-12 Zequan Wu[Coverage] Enable emitting gap area between macros
2020-08-14 Kiran Chandramohan[NFC][MLIR][OpenMP] Add comments and test for OpenMP...
2020-08-12 Michael Kruse[flang][msvc] Remove default arguments for function...
2020-08-12 Rahul Joshi[MLIR][NFC] Remove tblgen:: prefix in TableGen/*.cpp...
2020-08-12 Adrian McCarthy[lldb] Fix unit test parsing to handle CR+LF as well...
2020-08-12 Erik Pilkington[libcxx][test] Fix a -Wstring-concatenation warning...
2020-08-12 Vedant KumarBuild a flat LLDB.framework for embedded Darwin targets
2020-08-12 Nikita Popov[ValueTracking] Add abs intrinsics support to computeCo...
2020-08-12 Nikita Popov[InstSimplify] Add additional abs intrinsic icmp tests...
2020-08-12 Nikita Popov[InstSimplify] Extract abs intrinsic tests into separat...
2020-08-12 Ilya Leoshkevich[Sanitizer] Fix segfaults during unwinding on SystemZ
2020-08-12 Samuel Kostial[lld][WebAssembly] Emit all return types of multivalue...
2020-08-12 Nikita Popov[ValueTracking] Support min/max intrinsics in computeCo...
2020-08-12 Nikita Popov[InstSimplify] Add tests for icmp of min/max with const...
2020-08-12 Sanjay Patel[InstCombine] prefer xor with -1 because 'not' is easie...
2020-08-12 Sanjay Patel[InstCombine] add test for 'not' vs 'xor'; NFC
2020-08-12 Craig Topper[Target] Cache the command line derived feature map...
2020-08-12 Michael Kruse[flang][msvc] Tell windows.h to not define min/max...
2020-08-12 Richard SmithPR47138: Don't crash if the preferred alignment of...
2020-08-12 Wouter van... [WebAssembly] Fixed memory.init always using 64-bit ptr
2020-08-12 Siva Chandra[libc][obvious] Remove the unused file utils/CPP/String...
2020-08-12 Aleksandr Platonov[clang] Check `expr` inside `InitListChecker::UpdateStr...
2020-08-12 Roman Lebedev[NFC][InstCombine] Add FIXME's for getLogBase2() /...
2020-08-12 Roman Lebedev[InstCombine] Sanitize undef vector constant to 1 in...
2020-08-12 Francesco Petrogalli[SVE][VLS] Don't combine logical AND.
2020-08-12 Craig Topper[WebAssembly] Don't depend on the flags set by handleTa...
2020-08-12 Amara Emerson[GlobalISel] Implement bit-test switch table optimization.
2020-08-12 Simon PilgrimFix signed/unsigned comparison warnings. NFC.
2020-08-12 Craig TopperRecommit "[InstSimplify] Remove select ?, undef, X...
2020-08-12 Christopher... [SVE] Remove default-false VectorType::get
2020-08-12 David Green[Scheduler] Fix typo in comments. NFC
2020-08-12 David Green[ARM] Predicated VFMA patterns
2020-08-12 Simon Pilgrim[X86][SSE] Pull out BUILD_VECTOR operand equivalence...
2020-08-12 Craig Topper[X86][GlobalISel] Legalize G_ICMP results to s8.
2020-08-12 Matt MorehouseFix sigaction interceptor to always correctly populate...
2020-08-12 Cameron McInally[SVE] Lower fixed length FP minnum/maxnum
2020-08-12 Johannes Doerfert[UpdateTestChecks][FIX] Python 2.7 compatibility and...
2020-08-12 Ilya Leoshkevich[SanitizerCoverage] Use zeroext for cmp parameters...
2020-08-12 Dávid Bolvanský[Driver] Change -fnostack-clash-protection to -fno...
2020-08-12 Jakub Lichman[mlir] Added support for Index type inside getZeroAttr...
2020-08-12 Erik Pilkington[clang-tidy] use stable_sort instead of sort to fix...
2020-08-12 Stanislav Mekhanoshin[AMDGPU][test] Add dedicated llvm-readobj test.
2020-08-12 Alexey Bataev[OPENMP] Fix PR47063: crash when trying to get captured...
2020-08-12 Louis Dionne[libc++] Remove workarounds for missing rvalue references
2020-08-12 Valentin Clement[mlir][linalg][NFC] Remove extra semi-colon causing...
2020-08-12 Alexey Bataev[OPENMP]Fix PR37671: Privatize local(private) variables...
2020-08-12 Anastasia Stulova[OpenCL] Remove warning for variadic macros in C++...
2020-08-12 Krzysztof Parzyszek[Hexagon] Return scalar size in getMinVectorRegisterBit...
2020-08-12 Anna Welker[ARM][MVE] Enable tail predication for loops containing...
2020-08-12 Zurab Tsinadze[analyzer] StdLibraryFunctionsChecker: Add support...
2020-08-12 Alexey Bataev[OPENMP]Do not add TGT_OMP_TARGET_PARAM flag to non...
2020-08-12 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.global.atomic...
2020-08-12 Matt ArsenaultAMDGPU: Handle intrinsics in performMemSDNodeCombine
2020-08-12 Alexey BataevRevert "[OPENMP]Fix PR37671: Privatize local(private...
2020-08-12 Xing GUO[DWARFYAML] Make the address size of compilation units...
2020-08-12 Xing GUO[MachOYAML] Simplify the section data emitting function...
2020-08-12 Alexey Bataev[OPENMP]Fix PR37671: Privatize local(private) variables...
2020-08-12 Erich KeaneLimit Max Vector alignment on COFF targets to 8192.
2020-08-12 Sanjay Patel[VectorCombine] early exit if target has no vector...
2020-08-12 Sanjay Patel[VectorCombine] add test for x86 target with SSE disabl...
2020-08-12 David Green[ARM] Add additional predicated VFMA tests. NFC
2020-08-12 Sanjay Patel[InstCombine] eliminate a pointer cast around insertelement
2020-08-12 Sanjay Patel[VectorCombine] add test for Hexagon that would crash...
2020-08-12 Kai Nacke[SystemZ/ZOS] Implement computeHostNumPhysicalCores
2020-08-12 Sam Parker[LoopUnroll] Adjust CostKind query
2020-08-12 Raphael IsemannRevert "[lldb] Display autosuggestion part in gray...
2020-08-12 David Green[ARM] Commutative vmin/maxnma tests. NFC
2020-08-12 Bogdan Serea[clang-tidy] prevent generated checks from triggering...
2020-08-12 Simon Pilgrim[X86][SSE] Fold HOP(SHUFFLE(X),SHUFFLE(Y)) --> SHUFFLE...
2020-08-12 Shu Anzai[lldb] Display autosuggestion part in gray if there...
2020-08-12 Alex Zinenko[mlir] Expose printing functions in C API
2020-08-12 Georgii Rymar[llvm-readobj] - Refine logic of the symbol table locat...
2020-08-12 Simon Pilgrim[X86][AVX] Fold CONCAT(HOP(X,Y),HOP(Z,W)) -> HOP(CONCAT...
2020-08-12 Raphael Isemann[lldb] Add support for checking children in expect_expr
2020-08-12 Cullen Rhodes[Transforms][SROA] Skip uses of allocas where the type...
2020-08-12 Mehdi AminiAdd missing dependency on Doc generation for the OpenMP...
2020-08-12 Alex Zinenko[mlir] use intptr_t in C API
2020-08-12 Florian Hahn[SCEV] Look through single value PHIs.
2020-08-12 Igor Kudrin[llvm-dwarfdump] Avoid crashing if an abbreviation...
2020-08-12 Sjoerd Meijer[ARM][MVE] tail-predication: overflow checks for backed...
2020-08-12 Eduardo Caldas[SyntaxTree] Unbox operators into tokens for nodes...
2020-08-12 David Sherwood[SVE][CodeGen] Fix issues with EXTRACT_SUBVECTOR when...
2020-08-12 Kazushi (Jam... [VE] Change to promote i32 AND/OR/XOR operations
2020-08-12 Siva Chandra[libc][obvious] Switch copysign[f|l] and fabs[f|l]...
2020-08-12 Haojian Wu[AST] Fix the CXXFoldExpr source range when parentheses...
2020-08-12 Kiran Chandramohan[MLIR,OpenMP] Lowering of parallel operation: proc_bind...
2020-08-12 Craig Topper[X86][GlobalISel] Replace a misuse of SUBREG_TO_REG...
2020-08-12 George Mitenkov[MLIR][SPIRVToLLVM] Conversion for global and addressof
2020-08-12 Siva Chandra[libc][obvious] Switch nearest integer function tests...
2020-08-12 Kyungwoo Lee[NFC] Factor out hasForceAttributes
2020-08-12 Johannes Doerfert[Attributor][NFC] Reformat tests after D85099
2020-08-12 Johannes Doerfert[UpdateTestChecks] Match unnamed values like "@[0-9...
2020-08-12 Petr Hosek[CMake] Simplify CMake handling for zlib
2020-08-12 Jordan Rupprecht[NFC] Inline variable only used in debug builds
next