platform/upstream/llvm.git
2021-12-04 Anton Afanasyev[Passes] Move AggressiveInstCombine after InstCombine
2021-12-04 Jay Foad[AMDGPU] Change llvm.amdgcn.image.bvh.intersect.ray...
2021-12-04 Jay Foad[IR,TableGen] Add support for vec3 intrinsic arguments
2021-12-04 Jay Foad[AMDGPU] Generate checks for llvm.amdgcn.image.bvh...
2021-12-04 Nikita Popov[PhaseOrdering] Add test for incorrect merge function...
2021-12-04 Carlos Galvez[clang-tidy][NFC] Move CachedGlobList to GlobList.h
2021-12-04 Anton Afanasyev[Test][PhaseOrdering] Precommit test for PR52289
2021-12-04 Vitaly Buka[sanitizer] Hook up LZW into stack store
2021-12-04 Kazu Hirata[CodeGen] Use range-based for loops (NFC)
2021-12-04 Tee KOBAYASHI[Sparc] Create an error when `__builtin_longjmp` is...
2021-12-04 Chia-hung Duan[mlir] Support collecting logs from notifyMatchFailure().
2021-12-04 Mehdi AminiUse LLVM_ATTRIBUTE_UNUSED to silent warning for static...
2021-12-04 Mehdi AminiSplit the locking of the queue and the threads vector...
2021-12-04 Matthias Springer[mlir][linalg][bufferize] Implement equivalence analysis
2021-12-04 Mehdi AminiFix build for ThreadPool when using -DLLVM_ENABLE_THREA...
2021-12-04 Uday Bondhugula[MLIR] Fix affine.for unroll for multi-result upper...
2021-12-04 Matthias Springer[mlir][linalg][bufferize][NFC] Add inPlaceAnalysis...
2021-12-04 River Riddle[mlir] Allow shape dimensions larger than 2^32
2021-12-04 Uday Bondhugula[MLIR] Improve error message on missing getArgument...
2021-12-04 Uday Bondhugula[MLIR] NFC. Rename test cases in test/mlir-cpu-runner...
2021-12-04 Philip Reames[LICM] Remove profile driven restriction on hoisting
2021-12-04 Matthias Springer[mlir][linalg][bufferize][NFC] Use same OpBuilder throu...
2021-12-04 Mehdi AminiImprove error message when declarativeAssembly contains...
2021-12-03 Kevin Athey[NFC][sanitizer] Add test for command line flag for...
2021-12-03 wren romano[mlir][sparse] Adding a stress test
2021-12-03 Jordan Rupprecht[NFC] const-ify some methods on CommandReturnObject
2021-12-03 Nico Weber[gn build] (semiautomatically) port 98bb198693ca
2021-12-03 Fangrui Song[ELF][test] Fix typo in aarch64-cortex-a53-843419-recog...
2021-12-03 natashaknkRevert "[mlir][tosa] Add tosa.conv2d as fully_connected...
2021-12-03 Nick Desaulniers[clang][ARM] relax -mtp=cp15 for non-thumb cases
2021-12-03 Benoit JacobThreadPool: grow the pool only as needed
2021-12-03 Arthur Eubanks[DebugInfo] Check DIEnumerator bit width when comparing...
2021-12-03 Amy Kwan[test-release.sh] Do not run chrpath on AIX.
2021-12-03 Vitaly Buka[sanitizer] Add Lempel–Ziv–Welch encoder/decoder
2021-12-03 Vitaly Buka[NFC][sanitizer] Iterator adaptors for Leb128 encoding
2021-12-03 Vitaly Buka[sanitizer] Support IsRssLimitExceeded in all sanitizers
2021-12-03 Choongwoo Han[Sanitizer] Use CreateDirectoryA for report dirs
2021-12-03 Florian Hahn[Passes] Adjust SLPVectorizer placement in test.
2021-12-03 Florian Hahn[Passes] Improve opt-pipeline-vector-passes.ll test.
2021-12-03 Peter CollingbourneCodeGen: Strip exception specifications from function...
2021-12-03 Hans Wennborg[msan] Don't block SIGSYS in ScopedBlockSignals
2021-12-03 Leonard Chan[libunwind] Fix unwind_leaffunction test
2021-12-03 Choongwoo Han[CFG] Handle calls with funclet bundle
2021-12-03 Mitch Phillips[HWASan] Try 'google' prefixed apex directories in...
2021-12-03 Stanislav Mekhanoshin[AMDGPU] Fixed incomplete definitions in twoaddr-fma...
2021-12-03 Stanislav Mekhanoshin[AMDGPU] Kill def when folding immediate in two-addr...
2021-12-03 Simon Pilgrim[DAG] PromoteIntRes_FunnelShift - rename shift Amount...
2021-12-03 Philip Reames[funcattrs] Fix a bug in recently introduced writeonly...
2021-12-03 Simon Pilgrim[IR][AutoUpgrade] Merge x86 mask load intrinsic upgrade...
2021-12-03 Muhammad Omair... [LLDB] XFAIL on Arm/Linux minidebuginfo-set-and-hit...
2021-12-03 David Green[ARM] Separate ARM autoupgrade code into a separate...
2021-12-03 David Green[ARM] Replace if's with a switch, NFC
2021-12-03 Guillaume Chatelet[libc] Fix invalid include for SqrtLongDouble.h
2021-12-03 Nico Weber[gn build] Build with Fission on non-mac non-win when...
2021-12-03 Florian Hahn[MemoryLocation] Move DSE intrinsic handling to MemoryL...
2021-12-03 Guillaume Chatelet[libc] Select FPUtils implementations via code instead...
2021-12-03 Balázs Kéri[clang-tidy][docs][NFC] Improve documentation of bugpro...
2021-12-03 Stephen Tozer[DebugInfo] Attempt to preserve more information during...
2021-12-03 David Green[ARM] Use v2i1 for MVE and CDE intrinsics
2021-12-03 Tue Ly[libc] Fix bugs with negative and mixed normal/denormal...
2021-12-03 Nemanja Ivanovic[PowerPC] Handle base load with reservation mnemonic
2021-12-03 Anna Thomas[TrivialDeadness] Introduce API separating two differen...
2021-12-03 Andy Yankovsky[lldb-vscode] Report supportsModulesRequest=true
2021-12-03 Alexey Bataev[OPENMP]Fix PR52117: Crash caused by target region...
2021-12-03 Mehrnoosh Heidarpour[InstSimplify] Add test case for logic 'or' fold; NFC
2021-12-03 Matthias Springer[mlir][linalg][bufferize][NFC] Map only tensors in...
2021-12-03 David Green[ARM] Make MVE v2i1 predicates legal
2021-12-03 Jay Foad[AMDGPU] Add some more GFX10 test coverage
2021-12-03 Valentin Clement[fir] Add fir character builder
2021-12-03 Valentin Clement[fir] Add fir derived type runtime builder
2021-12-03 Jay Foad[AMDGPU] Add some more GFX10 GlobalISel test coverage
2021-12-03 Matthias Springer[mlir][linalg][bufferize][NFC] Provide default implemen...
2021-12-03 Jay Foad[SelectionDAG] Add newline to a debug message
2021-12-03 Florian Hahn[MemoryLocation] Use None instead of {}. (NFC)
2021-12-03 Guillaume Chatelet[libc][NFC] Fix typo in CMakeLists documentation
2021-12-03 Adrian Kuegel[mlir][NFC] Use const reference for loop variables.
2021-12-03 Simon Pilgrim[PowerPC] Add non-constant fcopysign f128 test coverage
2021-12-03 Petar AvramovicAMDGPU/GlobalISel: Add clamp combine
2021-12-03 Petar AvramovicAMDGPU/GlobalISel: Add floating point med3 combine
2021-12-03 Petar AvramovicAMDGPU/GlobalISel: Do not fcanonicalize const splat...
2021-12-03 Alex Zinenko[mlir] support recursive type conversion of named LLVM...
2021-12-03 Matthias Springer[mlir][linalg][bufferize][NFC] Move FuncOp boundary...
2021-12-03 Matthias Springer[mlir][linalg][bufferize] Allow unbufferizable ops...
2021-12-03 Victor Perez[RISCV][VP] Add RVV codegen for vp.select
2021-12-03 Diana Picus[flang] Add missing LABEL in test. NFC
2021-12-03 Diana Picus[fir] TargetRewrite: Rewrite fir.address_of(func)
2021-12-03 Matthias Springer[mlir][linalg][bufferize][NFC] Move BufferizationOption...
2021-12-03 Valentin Clement[fir] Add fircg.ext_embox conversion
2021-12-03 Kristina Bessonova[llvm-dwarfdump] Do not print preceding :: for local...
2021-12-03 Qiu Chaofan[PowerPC] [Clang] Fix alignment adjustment of single...
2021-12-03 Qiu Chaofan[Clang] Mutate bulitin names under IEEE128 on PPC64
2021-12-03 Guillaume ChateletFix typos in FPUtil README
2021-12-03 Florian Hahn[MemoryLocation] Move DSE's logic to new MemLoc::getFor...
2021-12-03 Nikita Popov[SCEV] Fix ValuesAtScopesUsers consistency
2021-12-03 Michal Terepeta[mlir][Vector] Support 0-D vectors in `BitCastOp`
2021-12-03 Michal Terepeta[mlir][Vector] Add some missing tests for `broadcast...
2021-12-03 Florian Hahn[MemoryLocation] strcat/strncat/strcpy read/write after...
2021-12-03 Kirill Bobyrev[clangd] IncludeCleaner: Do not require forward declara...
2021-12-03 Dmitry Vyukovtsan: disable munmap_invalid.cpp test on darwin
2021-12-03 Matthias Springer[mlir][linalg][bufferize] Op interface implementation...
next