platform/upstream/llvm.git
2020-08-13 Sebastian Neubauer[AMDGPU] Fix typo. NFC
2020-08-13 Rainer Orth[compiler-rt][asan][test] Skipt sanitizer_common tests...
2020-08-13 Eduardo Caldas[SyntaxTree] Rename tests following `TestSuite_TestCase...
2020-08-13 Eduardo Caldas[SyntaxTree] Split tests for expressions
2020-08-13 Michael Kruse[flang] Compilation fix.
2020-08-13 Sam McCall[Parser] Suppress -Wempty-translation-unit if this...
2020-08-13 Saiyedul Islam[OpenMP] Ensure testing for versions 4.5 and default...
2020-08-13 Michael Kruse[flang][msvc] Use platform-independent primitives in...
2020-08-13 Qiu Chaofan[NFC] [PowerPC] Rename SPE strict conversion test
2020-08-13 Ali TamurRevert "[SCEV] Look through single value PHIs."
2020-08-13 Nadav Rotem[Clang options] Optimize optionMatches() runtime by...
2020-08-13 Aditya Kumar[HotColdSplit] Fix variable name spelling
2020-08-13 Jez Ng[lld-macho] Fix invalid-stub test on Windows, take 2
2020-08-13 Carl Ritson[AMDGPU] Pre-commit test for D85872
2020-08-13 Jez Ng[lld-macho] Try to fix invalid-stub test on Windows
2020-08-13 Xing GUO[macho2yaml] Remove an unused variable. NFC.
2020-08-13 Jez Ng[lld-macho] Support -rpath
2020-08-13 Jez Ng[lld-macho] Implement -force_load
2020-08-13 Jez Ng[lld-macho] Support larger dylib symbol ordinals in...
2020-08-13 Jez Ng[lld-macho] Add error handling for malformed TBD files
2020-08-13 Jez Ng[lld-macho] Avoid unnecessary shared_ptr in DylibFile...
2020-08-13 Jez Ng[lld-macho] Generate ObjC symbols from .tbd files
2020-08-13 Jez Ng[lld-macho] Support dynamic linking of thread-locals
2020-08-13 River Riddle[mlir][Type] Remove the remaining usages of Type::getKi...
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...
next