platform/upstream/llvm.git
2021-10-19 Matthias Springer[mlir][scf] Add insideMutuallyExclusiveBranches helper
2021-10-18 Matthias Springer[mlir] Add enclosingOpOk parameter to properlyDominates
2021-10-18 Jim InghamFollow-on to fix a test from c5011aed9c297d6ddd8ee4f774...
2021-10-18 Arthur Eubanks[opt] Directly translate -O# to -passes='default<O#>'
2021-10-18 Arthur Eubanks[test] Remove tests pinned to the legacy PM
2021-10-18 not-jenni[mlir][tosa] Adds a canonicalization to the transpose...
2021-10-18 Michael Jones[libc] add atof, strtof and strtod
2021-10-18 Craig Topper[RISCV][TableGen] Remove HasMaskedOffOperand as a membe...
2021-10-18 Anshil Gandhi[HIP] [AlwaysInliner] Disable AlwaysInliner to eliminat...
2021-10-18 Craig Topper[RISCV] Fix typo in comment. NFC
2021-10-18 Jim InghamAdd a "command container" hierarchy to allow users...
2021-10-18 modimo[InlineAdvisor][NFC] Fix tests added in D110658 V2
2021-10-18 wren romano[mlir][sparse] Renaming variables for consistency/clarity
2021-10-18 Petr Hosek[CMake] Cache the compiler-rt library search results
2021-10-18 Tom Stellardrepo-lockdown: Add pr comment and fix typo
2021-10-18 Tom Stellardworkflows: Migrate repo-lockdown to GitHub Actions
2021-10-18 modimo[InlineAdvisor][NFC] Fix tests added in D110658 on
2021-10-18 Simon Pilgrim[X86] combineMulToPMADDWD - replace ASHR(X,16) -> LSHR...
2021-10-18 David BlaikieSuppress some bitwise-or-of-bool warnings with explicit...
2021-10-18 Arthur Eubanks[InlineCost] Add empty line between call sites when...
2021-10-18 Aart Bik[mlir][sparse] generalize sparse_tensor.convert on...
2021-10-18 Simon Pilgrim[X86] Regenerate testb-je-fusion.ll with common NOFUSIO...
2021-10-18 peter klausler[flang] Fold BTEST
2021-10-18 Craig Topper[RISCV] Use a lambda to avoid having the Support librar...
2021-10-18 Matt Morehouse[x86] Implement a tagged-globals backend feature.
2021-10-18 Alexandros... [DebugInfo][ARM] Fix incorrect debug information for...
2021-10-18 Arthur Eubanks[NewPM] Add PipelineTuningOption to eagerly invalidate...
2021-10-18 Alexey Bataev[SLP]Fix emission of the shrink shuffles.
2021-10-18 modimo[InlineAdvisor] Add -inline-replay-scope=<Function...
2021-10-18 Michał Górny[lldb] [lldb-server] Refactor ConnectToRemote()
2021-10-18 Michał GórnyRevert "[lldb] [lldb-server] Refactor ConnectToRemote()"
2021-10-18 Nikita Popov[ExpandMemCmp] Update CFG before DTU
2021-10-18 LLVM GN Syncbot[gn build] Port 8e46e34d2435
2021-10-18 Petr HosekRevert "[Support][ThinLTO] Move ThinLTO caching to...
2021-10-18 LLVM GN Syncbot[gn build] Port 92b8cc52bbc8
2021-10-18 Noah Shutty[Support][ThinLTO] Move ThinLTO caching to LLVM Support...
2021-10-18 Andrew Young[MLIR] Expose optional attribute parsing functions
2021-10-18 Jim InghamFix Linux error in TestBreakInLoadedDylib.py.
2021-10-18 Mikhail Maltsev[libcxx] Make allocator<T>:allocate throw bad_array_new...
2021-10-18 Aaron BallmanFix crash when diagnosing a CTAD failure in an array...
2021-10-18 Louis Dionne[libc++][NFC] Reorganize release notes
2021-10-18 Jim InghamAdd tests for the other variants of BreakpointCreateByS...
2021-10-18 Eugene Zhulenev[mlir] Update approximation range for Tanh operation
2021-10-18 Louis Dionne[runtimes] Use the new "runtimes" build by default...
2021-10-18 Caitlyn Cano[mlir] SPIR-V: add sin, cos, log, sqrt OCL ops
2021-10-18 Yonghong Song[NFC][BPF] fix comments and rename functions related...
2021-10-18 Jon Roelofs[AArch64][GlobalISel] combine and + [la]sr => ubfx
2021-10-18 Florian Hahn[LV] Update test that was missed in e844f05397b72.
2021-10-18 Yonghong SongBPF: fix a bug in IRPeephole pass
2021-10-18 Erich KeaneFix a comment in SemaSYCL to make sure I can commit
2021-10-18 Jake Egan[AIX] Disable tests failing due to lack of 64-bit XCOFF...
2021-10-18 Ben Langmuir[JITLink][NFC] Fix Wdangling-else warning in LinkGraphTests
2021-10-18 Florian Hahn[LoopUtils] Simplify addRuntimeCheck to return a single...
2021-10-18 Jacques Pienaar[mlir] Flipping Test dialect to prefixed form _Both
2021-10-18 Craig Topper[RISCV] Rewrite forwardCopyWillClobberTuple to not...
2021-10-18 LLVM GN Syncbot[gn build] Port 009f3a89d833
2021-10-18 Yonghong SongBPF: remove intrindics @llvm.stacksave() and @llvm...
2021-10-18 AndreyChurbanov[OpenMP] libomp: add check of task function pointer...
2021-10-18 Kazu HirataUse llvm::erase_if (NFC)
2021-10-18 Kirill Stoimenov[Sanitizers] Replaced getMaxPointerSizeInBits with...
2021-10-18 Arthur EubanksReland [clang] Pass -clear-ast-before-backend in Clang...
2021-10-18 Mogball[mlir][docs] Fix name of get arith->LLVM patterns in...
2021-10-18 Simon Pilgrim[ADT] Fix Wshift-overflow gcc warning in isPowerOf2...
2021-10-18 Mircea Trofin[NFC] ProfileSummary: const a bunch of members and...
2021-10-18 Mathieu Fehr[mlir][NFC] Provide accessor for TableGen record for...
2021-10-18 Mathieu Fehr[mlir] Add AnyAttrOf tablegen attribute constraint
2021-10-18 Arthur Eubanks[clang] Disable -clear-ast-before-backend with -print...
2021-10-18 gbreynoo[LLD][TEST] Add testing for negative addends for R_X86_...
2021-10-18 River Riddle[mlir] Fix tsan failure in PassCrashRecovery
2021-10-18 Louis Dionne[libc++][NFC] Fix typo in test
2021-10-18 River Riddle[mlir] Add support for specifying printing flags when...
2021-10-18 Gil Rapaport[LV] Record memory widening decisions (NFCI)
2021-10-18 Jon Chesterfield[libomptarget] Pass OMP_TARGET_OFFLOAD env variable...
2021-10-18 Ahmed TaeiAllow only valid vector.shape_cast transitive folding
2021-10-18 Juneyoung LeeRevert D105169 due to the two-stage failure in ASAN
2021-10-18 Louis Dionne[libc++] Add the std::views::reverse range adaptor
2021-10-18 Jessica Clarke[Mips] Add glue between CopyFromReg, CopyToReg and...
2021-10-18 Simon Pilgrim[ADT] Add some basic APInt::isPowerOf2() unit test...
2021-10-18 rkayaith[mlir][python] Add 'loc' property to ops
2021-10-18 Raphael Isemann[lldb] Fix missing dependency on libc++ from LLDB test...
2021-10-18 Peter Waller[InstCombine][DebugInfo] Remove superflous assertion...
2021-10-18 Kerry McLaughlin[SVE][CodeGen] Fix predicate for add/sub + element...
2021-10-18 Andrew Wei[AArch64] Improve shuffle vector by using wider types
2021-10-18 Pavel Labath[lldb] Delete TestStandardUnwind
2021-10-18 Sanjay Patel[Analysis] add utility function for unary shuffle mask...
2021-10-18 Balazs Benics[analyzer] Allow matching non-CallExprs using CallDescr...
2021-10-18 Balazs Benics[analyzer][NFC] Refactor CallEvent::isCalled()
2021-10-18 Balazs Benics[analyzer][NFC] Add unittests for CallDescription and...
2021-10-18 Sylvestre LedruRemove also Block-ABI-Apple.txt from the Makefile
2021-10-18 Simon Pilgrim[X86][Costmodel] Add SSE2 sub-128bit vXi32/f32 stride...
2021-10-18 Simon Pilgrim[X86][Costmodel] Add SSE2 sub-128bit vXi8/16 stride...
2021-10-18 Pavel Labath[lldb] Fix PDB/compilands.test for a3939e1
2021-10-18 @vladaindjic[OpenMP][OMPT] thread_num determination for programs...
2021-10-18 Joachim Protze[OpenMP][Tests][NFC] Work around ICC bug
2021-10-18 Joachim Protze[OpenMP][Tests][NFC] Flagging OMPT tests as XFAIL for...
2021-10-18 Simon Pilgrim[Sema] haveSameParameterTypes - replace repeated isNull...
2021-10-18 Stephen Tozer[DebugInfo] Correctly handle arrays with 0-width elemen...
2021-10-18 Peter Waller[AArch64][SVE][CodeGen] Add tests for RSHRN{T,B} instru...
2021-10-18 Peter Waller[InstCombine][DebugInfo] Remove superflous assertion...
2021-10-18 Jay Foad[AMDGPU] Remove unused VirtRegMap analysis. NFC.
next