platform/upstream/llvm.git
2020-08-29 Dimitry Andric[PPC] Fix platform definitions when compiling FreeBSD...
2020-08-29 Nikita Popov[InstCombine] Fix typo in comment (NFC)
2020-08-29 Rainer Orth[Target][AArch64] Allow for char as int8_t in AArch64As...
2020-08-29 Craig Topper[Attributes] Merge calls to getFnAttribute/hasFnAttribu...
2020-08-29 Roman Lebedev[NFC][InstructionSimplify] Add a warning about not...
2020-08-29 Roman Lebedev[NFC][STLExtras] Add make_first_range(), similar to...
2020-08-29 Xing GUO[DWARFYAML] Make the debug_abbrev_offset field optional.
2020-08-29 Hubert Tong[LLD][PowerPC][test] Disable ELF/ppc64-pcrel-long-branc...
2020-08-29 Kai Luo[DAGCombiner] Enhance (zext(setcc))
2020-08-29 Marco Vanotti[compiler-rt][tsan] Remove unnecesary typedefs
2020-08-29 Jonas Devlieghere[lldb] Hoist --framework argument out of LLDB_TEST_COMM...
2020-08-29 Jonas Devlieghere[lldb] Make the lit configuration values optional for...
2020-08-29 Akira Hatanaka[ObjC][ARC] In HandlePotentialAlterRefCount, check...
2020-08-29 Mehdi AminiUse report_fatal_error instead of llvm::errs() + abort...
2020-08-29 Fangrui Song[gcov][test] Don't write a.gcno in CWD
2020-08-29 Marco Vanotti[clang] Enable -fsanitize=thread on Fuchsia.
2020-08-29 Pete Couperus[ARC] Update brcc test.
2020-08-28 Owen AndersonRevert "[InstSimplify][EarlyCSE] Try to CSE PHI nodes...
2020-08-28 Fangrui Song[gcov] Increment counters with atomicrmw if -fsanitize...
2020-08-28 Jonas Devlieghere[lldb] Get rid of LLDB_LIB_DIR and LLDB_IMPLIB_DIR...
2020-08-28 Jonas Devlieghere[lldb] Dervice dotest.py path from config.lldb_src_root...
2020-08-28 Stella LaurenzoAdd Location, Region and Block to MLIR Python bindings.
2020-08-28 Matt ArsenaultGlobalISel: Combine out redundant sext_inreg
2020-08-28 Jon Roelofs[early-ifcvt] Add OptRemarks
2020-08-28 Matt ArsenaultAMDGPU: Fix incorrectly deleting copies after spilling...
2020-08-28 sstefan1[UpdateTestChecks] include { in function signature...
2020-08-28 Jordan RupprechtReland "[test] Exit with an error if no tests are run."
2020-08-28 Arthur Eubanks[test] Pin some RUNs in potential.ll to legacy PM
2020-08-28 Mehdi AminiRename AnalysisManager::slice in AnalysisManager::nest...
2020-08-28 Richard SmithAdd new warning for compound punctuation tokens that...
2020-08-28 Craig Topper[Attributes] Add a method to check if an Attribute...
2020-08-28 Victor Huang[LLD][PowerPC] Remove redundant file write out in the...
2020-08-28 Arthur Eubanks[ObjCARCOpt] Port objc-arc to NPM
2020-08-28 Tyker[SROA] Improve handleling of assumes bundles by SROA
2020-08-28 Nikita Popov[InstCombine] usub.sat(a, b) + b => umax(a, b) (PR42178)
2020-08-28 Alexey Bataev[LIBOMPTARGET]Do not try to optimize bases for the...
2020-08-28 serge-sans... Skip analysis re-computation when no changes are reported
2020-08-28 Sjoerd Meijer[ARM] Skip combining base updates for vld1x NEON intrinsics
2020-08-28 Benjamin KramerStrength-reduce SmallVectors to arrays. NFCI.
2020-08-28 Benjamin Kramer[CodeGenPrepare] Zap the argument of llvm.assume when...
2020-08-28 Jordan Rupprecht[lldb/test] Use shorter test case names in TestStandard...
2020-08-28 Jonas Devlieghere[lldb] Fix typo in disassemble_options_line description
2020-08-28 Jordan Rupprecht[lldb/test] Use @skipIfWindows for PExpectTest
2020-08-28 LLVM GN Syncbot[gn build] Port 94faadaca4e
2020-08-28 Snehasish Kumar[llvm][CodeGen] Machine Function Splitter
2020-08-28 Anna Welker[ARM][MVE] Enable MVE gathers and scatters by default
2020-08-28 Tim Keith[flang][NFC] Change how error symbols are recorded
2020-08-28 Louis Dionne[libc++] Un-deprecate and un-remove some members of...
2020-08-28 David Green[ARM] Correct predicate operand for offset gather/scatter
2020-08-28 David Green[ARM] Extra gather scatter tailpred test. NFC
2020-08-28 Albion Fung[PowerPC] Implemented Vector Load with Zero and Signed...
2020-08-28 Denis Antrushin[Statepoint] Always spill base pointer.
2020-08-28 Shilei Tian[OpenMP] Fixed wrong test command in the test private_m...
2020-08-28 Yonghong Song[GlobalISel] fix a compilation error with gcc 6.3.0
2020-08-28 QingShan Zhang[DAGCombine] Don't delete the node if it has uses immed...
2020-08-28 Cullen RhodesReland "[CodeGen][AArch64] Support arm_sve_vector_bits...
2020-08-28 Victor Huang[LLD][PowerPC] Add a pc-rel based long branch thunk
2020-08-28 Alexandre GaneaFix Windows x86 compilation after a6a37a2fcd2a8048a75bd...
2020-08-28 David SherwoodFix more build failures caused by f4257c5832aa51e960e73...
2020-08-28 David SherwoodFix build failures caused by f4257c5832aa51e960e7351929...
2020-08-28 David Sherwood[SVE] Make ElementCount members private
2020-08-28 Xing GUO[DWARFYAML] Abbrev codes in a new abbrev table should...
2020-08-28 Denis Antrushin[Statepoint] Turn assert into check in foldPatchpoint.
2020-08-28 Sam Parker[ARM][LowOverheadLoops] Liveouts and reductions
2020-08-28 Sam Parker[NFC][ARM] Add tail predication test
2020-08-28 Benjamin Kramer[SCCP] Use bulk-remove API to bulk-remove attributes...
2020-08-28 Eduardo Caldas[SyntaxTree] Add coverage for declarators and init...
2020-08-28 Eduardo Caldas[SyntaxTree][NFC] Refactor function templates into...
2020-08-28 Benjamin Kramer[FunctionAttrs] Bulk remove attributes. NFC.
2020-08-28 Ties Stuij[AArch64][CodeGen] Restrict bfloat vector operations...
2020-08-28 Alex Richardson[clang-format] Detect pointer qualifiers in cast expres...
2020-08-28 Alex Richardson[clang-format] Parse nullability attributes as a pointe...
2020-08-28 Alex Richardson[clang-format] Parse __attribute((foo)) as a pointer...
2020-08-28 Alex Richardson[clang-format] Parse restrict as a pointer qualifier
2020-08-28 Alex Richardson[clang-format] Parse volatile as a pointer qualifier
2020-08-28 Florian Hahn[DSE,MemorySSA] Check if Current is valid for eliminati...
2020-08-28 Pavel Labath[lldb/Utility] Polish the Scalar class
2020-08-28 Pavel Labath[lldb] Reduce intentation in SymbolFileDWARF::ParseVari...
2020-08-28 Ella Ma[doxygen] Fix bad doxygen results for BugReporterVisitors.h
2020-08-28 Rainer Orth[cmake] Don't build with -O3 -fPIC on Solaris/sparcv9
2020-08-28 Florian Hahn[MemLoc] Support memcmp in MemoryLocation::getForArgument.
2020-08-28 Florian Hahn[BasicAA] Add first libfunc tests with memcmp.
2020-08-28 Florian Hahn[DSE,MemorySSA] Add memcmp test case.
2020-08-28 Vitaly Buka[NFC][asan] Don't unwind stack before pool check
2020-08-28 Hanhan Wang[mlir][Linalg] Enhance Linalg fusion on generic op...
2020-08-28 Florian Hahn[BuildLibCalls] Add argmemonly to more lib calls.
2020-08-28 Georgii Rymar[llvm-readobj] - Simplify the code that creates dumpers...
2020-08-28 Georgii Rymar[llvm-readobj][test] - Test "Format" values.
2020-08-28 Georgii Rymar[unittests/Object] - Add testing for missing ELF formats.
2020-08-28 Florian Hahn[llvm-reduce] Skip chunks that lead to broken modules.
2020-08-28 Martin Storsjö[ValueTracking] Remove a stray semicolon. NFC.
2020-08-28 Martin Storsjö[MC] [Win64EH] Avoid producing malformed xdata records
2020-08-28 LLVM GN Syncbot[gn build] Port b1f4e5979b7
2020-08-28 serge-sans... (Expensive) Check for Loop, SCC and Region pass return...
2020-08-28 Mehdi AminiAdd a global flag to disable the global dialect registr...
2020-08-28 JF BastienAdd an unsigned shift base sanitizer
2020-08-28 Valentin Clement[flang][openacc] Fix gang-argument parsing and add...
2020-08-28 Justin Cady[MSAN] Add fiber switching APIs
2020-08-28 Valentin Clement[flang][openacc] Add check for tile clause restriction
2020-08-28 Kai Luo[PowerPC] PPCBoolRetToInt: Don't translate Constant...
next