platform/upstream/llvm.git
2022-12-14 Tobias Gysi[mlir][llvm] Add inbounds attriubte to the gep op.
2022-12-14 Haojian Wu[clangd] Correct the local variable names to match...
2022-12-14 Tobias Gysi[mlir][llvm] Fix bug in the LLVM IR constant import.
2022-12-14 David Green[AArch64][SVE] Add hadd and rhadd support
2022-12-14 Krasimir GeorgievRevert "Implement CWG2631"
2022-12-14 Balázs Kéri[clang][analyzer] No new nodes when bug is detected...
2022-12-14 Dmitrii Petrov[RISCV] Add Syntacore SCR1 CPU model
2022-12-14 Kazu Hirata[Bitcode] Use std::nullopt_t instead of NoneType (NFC)
2022-12-14 Kazu Hirata[llvm-pdbutil] Update #includes (NFC)
2022-12-14 Fangrui Song[libunwind] Use .irp directives. NFC
2022-12-14 Fangrui Song[tools] llvm::Optional => std::optional
2022-12-14 Fangrui Song[Analysis] llvm::Optional => std::optional
2022-12-14 Johannes Doerfert[Attributor][FIX] Avoid memory leakage through InstExcl...
2022-12-14 Johannes Doerfert[OpenMP][FIX] Restrict more unsound assmptions about...
2022-12-14 Fangrui Song[gn] Port 5f68c4111ab9c79b902723df3986dd1033813c01
2022-12-14 Fangrui Song[clang] Remove uses of ::testing::Matcher<const Optiona...
2022-12-14 Fangrui Song[Testing/Support] llvm::Optional => std::optional
2022-12-14 Tue Ly[libc] Implement a high-precision floating point class.
2022-12-14 Vasileios Porpodas[NFC] Cleanup: Replace BB->getInstList().erase() with...
2022-12-14 Johannes Doerfert[OpenMP][NFC] Remove more unused code, eliminate warning
2022-12-14 Peter Rong[FuzzMutate] InstModStrategy: switch nsw/nuw/inbount...
2022-12-14 Slava Zakharin[mlir][math] Added arith::FastMathAttr support for...
2022-12-14 Johannes Doerfert[Attributor] Introduce AA[Intra/Inter]Reachability
2022-12-14 Johannes Doerfert[OpenMP][FIX] Remove accidental and somewhat random...
2022-12-14 Chuanqi Xu[NFC] [C++20] [Modules] Add more lambda tests
2022-12-14 Tulio Magno... Warn about unsupported ibmlongdouble
2022-12-14 Johannes Doerfert[OpenMP][FIX] Remove unsound reasoning about written...
2022-12-14 Johannes Doerfert[NFC] Rerun update test checks on Attributor and OpenMP...
2022-12-14 Johannes Doerfert[OpenMP][NFCI] Remove effectively dead code in clang...
2022-12-14 jacquesguan[mlir][Vector] Use llvm::zip to avoid assertion failed.
2022-12-14 Mike Urbach[mlir][Python] Add a simple PyOpOperand iterator for...
2022-12-14 gonglingqin[OpenMP][Test] Make the output error message consistent...
2022-12-14 Jon Chesterfield[openmp][amdgpu] Let fine grain and kernarg pools differ
2022-12-14 Yeting Kuo[VP][RISCV] Add vp.ctpop and RISC-V support.
2022-12-14 Rob Suderman[mlir][tosa] Fix padding for tosa.conv2d and tosa.depth...
2022-12-14 Kazu Hirata[flang] Fix a warning
2022-12-14 Kazu Hirata[IPO] Fix a warning
2022-12-14 Roy Sundahl[ubsan][test] Be more specific than "error:" with impli...
2022-12-14 Pengxuan Zheng[lld-macho][test][nfc] Update stabs.s to use touch...
2022-12-14 Nicole Rabjohn[CMake] Setting the LLVM_TARGET_TRIPLE macro based...
2022-12-14 Haowei WuRevert "Reland "[compiler-rt][test] Heed COMPILER_RT_DE...
2022-12-14 Xiang Li[NFC] [DirectX backend] copy dxil-dis as exe file on...
2022-12-14 Kirill Stoimenov[LSAN][NFC] Eliminated GetThreadRegistryLocked from...
2022-12-13 Kazu Hirata[mlir] Fix a warning
2022-12-13 V Donaldson[flang] Fix build failure
2022-12-13 Bill Wendling[X86] Don't zero out %eax if both %al and %ah are used
2022-12-13 Koakuma[SPARC] Add GNU syntax extensions of WRPR instruction
2022-12-13 Cyndy Ishida[llvm][Object] set SF_Hidden flag for MachO files
2022-12-13 Jason MolendaSkip TestEarlyProcessLaunch.py w/ system debugserver
2022-12-13 Roman Lebedev[NFC][X86][Codegen] Fix test coverage for AVX512 i1...
2022-12-13 Richard SmithDon't try to look up a name containing a dependent...
2022-12-13 Vasileios Porpodas[NFC] Cleanup: Remove uses of BasicBlock::getInstList().
2022-12-13 Koakuma[SPARC] Mark the %g0 register as constant & use it...
2022-12-13 Hanhan Wang[mlir][tensor][linalg] Enhance pack op propagation...
2022-12-13 Sanjay Patel[ValueTracking] peek through extends in haveNoCommonBit...
2022-12-13 Keith Smiley[lld-macho][test] Add test case for section ordering
2022-12-13 Nuno Lopes[llvm][tests] Don't run -O2 on instcombine test [NFC]
2022-12-13 Kirill Stoimenov[HWASAN][NFC] Added implementation for the most of...
2022-12-13 bixia1[mlir][sparse] Make some integration tests run with...
2022-12-13 Keith Smiley[lld-macho] Fix __objc_stubs ordering
2022-12-13 Sanjay Patel[InstCombine] add tests for add-of-extends; NFC (2nd...
2022-12-13 Sanjay PatelRevert "[InstCombine] add tests for add-of-extends...
2022-12-13 Sanjay PatelRevert "[ValueTracking] peek through extends in haveNoC...
2022-12-13 V Donaldson[flang] Submodules
2022-12-13 Sanjay Patel[ValueTracking] peek through extends in haveNoCommonBitsSet
2022-12-13 Sanjay Patel[InstCombine] add tests for add-of-extends; NFC
2022-12-13 Michael Jones[libc] add scanf int conversions
2022-12-13 Michael Jones[libc] fix scanf error handling
2022-12-13 chenglin.bi[InstCombine] Fold logic-and/logic-or by distributive...
2022-12-13 serge-sans... Use different export file when linking with dylib
2022-12-13 bixia1[mlir][crunner] Add support for invoking std::sort.
2022-12-13 Cabrera, Anthony[flang] emit warning when encountering a non-variable...
2022-12-13 Jordan Rupprecht[bazel] Add __support_compiler_features dep in more...
2022-12-13 Philip Reames[RISCV] Reuse VL (if non-zero) when building single...
2022-12-13 Slava Zakharin[mlir][math] Added math::FPowI conversion to calls...
2022-12-13 Josh Stone[X86] Fix cmp order in probing BuildStackAlignAND
2022-12-13 Craig Topper[InstCombine] Support vectors in simplifyIntToPtrRoundT...
2022-12-13 Vasileios Porpodas[NFC] Cleanup: Remove Function::getBasicBlockList(...
2022-12-13 Jason MolendaLaunch state discoverable in Darwin, use for SafeToCall...
2022-12-13 Jakub KuderskiReland "[mlir][arith] Add canonicalization patterns...
2022-12-13 Philip Reames[RISCV] Use make_range instead of iterator_range for...
2022-12-13 Rahman LavaeeRevert "[Propeller] Use Fixed MBB ID instead of volatil...
2022-12-13 Dave Lee[lldb] Remove basestring references in examples (NFC)
2022-12-13 Mike Urbach[mlir][Python] Add `__hash__` implementation for Block.
2022-12-13 Jordan Rupprecht[bazel] Add extract_api after 7a85192166b551929d413e8a3...
2022-12-13 Jordan Rupprecht[NFC] Specify template type to fix -Wctad-qmaybe-unsupp...
2022-12-13 Steven WuWorkaround an assertion failure during module build
2022-12-13 Jakub KuderskiRevert "[mlir][sparse] Make some integration tests...
2022-12-13 Roman Lebedev[NFC][MC] `MCInst`: `Operands` small size optimization...
2022-12-13 Roman Lebedev[NFC][Costmodel][X86] Replication shuffle: AVX512F...
2022-12-13 Roman Lebedev[x86][Costmodel] AVX512VL: add missing costs for v8...
2022-12-13 Roman Lebedev[NFC][X86][Codegen] Add codegen test coverage for i1...
2022-12-13 Joshua Cao[LoopFusion] sink second loop PHIs
2022-12-13 Jakub Kuderski[mlir][arith] Clean up arith canonicalization td rules
2022-12-13 bixia1[mlir][sparse] Make some integration tests run with...
2022-12-13 Alexey Bataev[SLP][NFC]Initial redesign of ShuffleInstructionBuilder...
2022-12-13 Matthias Kramm[mlir] Implement backward dataflow.
2022-12-13 Arthur Eubanks[opt] Do not add verify pass at beginning of pipeline
2022-12-13 Arthur Eubanks[StandardInstrumentations] Handle initial IR before...
2022-12-13 Craig Topper[RISCV] Use reduction result type for EXTRACT_VECTOR_EL...
next