platform/upstream/llvm.git
2022-05-24 Yitzhak Mandelbaum[clang][dataflow] Make limit on fixpoint-algorithm...
2022-05-24 Mariusz Borsa[Sanitizers][Darwin] Replace SANITIZER_MAC with SANITIZ...
2022-05-24 Peter Klausler[flang] Catch calls to assumed-length character functions
2022-05-24 Vasileios Porpodas[SLP] Fix crash caused by reorderBottomToTop().
2022-05-24 Sanjay Patel[InstCombine] fold more shuffles with FP<->Int cast...
2022-05-24 Leonard ChanRevert "[compiler-rt][scudo] Add missing preprocessor...
2022-05-24 Leonard Chan[compiler-rt][scudo] Add missing preprocessor token
2022-05-24 Sotiris ApostolakisRecommit "[SelectOpti][5/5] Optimize select-to-branch...
2022-05-24 Peter Klausler[flang] Fix crash in semantics after PDT instantiation
2022-05-24 V Donaldson[flang] Alternate entry points with unused arguments
2022-05-24 Stanislav Mekhanoshin[AMDGPU] Disable newly added gfx90a global isel image...
2022-05-24 Leonard Chan[compiler-rt][scudo] Simplify TBI checks
2022-05-24 Saleem AbdulrasoolSema: adjust assertion to account for deduced types
2022-05-24 Joseph Huber[OpenMP] Fix file arguments for embedding bitcode in...
2022-05-24 Mike Rice[OpenMP] Add parsing/sema support for omp_all_memory...
2022-05-24 Peter Klausler[flang][runtime] Handle BACKSPACE after reading past EOF
2022-05-24 Leonard Chan[compiler-rt][lsan] Update CanBeAHeapPointer for AArch64
2022-05-24 Nathan Ridge[clangd] Handle '--' in QueryDriverDatabase
2022-05-24 Paul RobinsonReland "[PS5] Verify defaults to -fno-stack-size-section"
2022-05-24 Stanislav Mekhanoshin[AMDGPU] Enforce alignment of image vaddr on gfx90a
2022-05-24 Alex Lorenz[libclang] add supporting for indexing/visiting C+...
2022-05-24 Paul RobinsonRevert "[PS5] Verify defaults to -fno-stack-size-section"
2022-05-24 Chris BienemanNFC. Clang-formatting.
2022-05-24 Peter Klausler[flang][runtime] INQUIRE(UNIT=666,NUMBER=n) must set...
2022-05-24 Paul Robinson[PS5] Verify defaults to -fno-stack-size-section
2022-05-24 Craig TopperRecommit "[RISCV] Use selectShiftMaskXLen ComplexPatter...
2022-05-24 Craig Topper[RISCV] Add test cases showing failure to remove mask...
2022-05-24 Nico Weber[gn build] Reformat all build files
2022-05-24 Peter Klausler[flang] Extension: Accept Hollerith actual arguments...
2022-05-24 Cyndy Ishida[Clang] Avoid misleading 'conflicting types' diagnostic...
2022-05-24 Nico Weber[gn build] (semi-automatically) port 0360b9f1599b
2022-05-24 Louis Dionne[libc++][NFC] Whitespace refactoring of string.cpp...
2022-05-24 Louis Dionne[libc++][NFC] Move definitions around in string.cpp...
2022-05-24 Mogball[mlir] Rename mlir::SmallVector -> llvm::SmallVector
2022-05-24 Logan Chien[mlir] Breakdown diagnostic string literals
2022-05-24 Peter Klausler[flang][runtime] Clean up asynchronous I/O APIs
2022-05-24 Serge PavlovFix behavior of is_fp_class on empty class set
2022-05-24 Simon Pilgrim[DAG] Unroll vectorized FPOW instructions before wideni...
2022-05-24 Hans Wennborg[libcxx] Add sort.bench.cpp to libcxx/benchmarks/CMakeL...
2022-05-24 Sam Parker[TypePromotion] Avoid unnecessary trunc zext pairs
2022-05-24 Thomas Raoux[mlir][vector] Add new lowering mode to vector.contract...
2022-05-24 Simon Pilgrim[CostModel][X86] getScalarizationOverhead - improve...
2022-05-24 Ivan Kosarev[AMDGPU][MC][GFX11] Support base+soffset+offset SMEM...
2022-05-24 Nikita Popov[InstCombine] Strip bitcasts in GEP diff fold
2022-05-24 Nikita Popov[InstCombine] Add test for GEP difference with bitcasts...
2022-05-24 Louis Dionne[libc++] Rename the generic-singlethreaded CI job to...
2022-05-24 Nikita Popov[InstCombine] Use IRBuilder in freeze pushing transform...
2022-05-24 Nikita Popov[InstCombine] Add tests for freeze of load with metadat...
2022-05-24 Sam McCall[pseudo] (trivial) bracket-matching
2022-05-24 Joseph Huber[OpenMP] Add `-Xoffload-linker` to forward input to...
2022-05-24 Alexey Bataev[SLP][NFC]Make isFirstInsertElement a weak strict order...
2022-05-24 Nabeel Omer[x86][DAG] Unroll vectorized FREMs that will become...
2022-05-24 Sylvestre LedruRevert "[TableGen] Remove code beads"
2022-05-24 Ivan Kosarev[Clang][CodeGen] Fix the cmse-clear-return.c test.
2022-05-24 Kristof BeylsMinutes for security group sync-ups have moved to Disco...
2022-05-24 Simon Pilgrim[X86] scalar_widen_div.ll - remove non-generated CHECKs
2022-05-24 Anastasia Stulova[OpenCL] Make -cl-ext a driver option.
2022-05-24 Max KazantsevFix comment in test. NFC
2022-05-24 Max Kazantsev[Test] Add LICM test for PR55672 showing problem with...
2022-05-24 Luo, Yuanke[X86][AMX] Reduce the compiling time for non-amx code.
2022-05-24 Simon Pilgrim[X86] Add test showing failure to expand <2 x float...
2022-05-24 Sheng[TableGen] Remove code beads
2022-05-24 Kito Cheng[RISCV][NFC] Change interface of RVVIntrinsic::getSuffixStr
2022-05-24 Nikita Popov[InstCombine] Support logical and in masked icmp fold
2022-05-24 Nikita Popov[InstCombine] Add tests for masked icmps with bitwise...
2022-05-24 Nikita Popov[InstCombine] Use m_APInt() in asymmetric masked icmp...
2022-05-24 Nikita Popov[InstCombine] Add splat vector test for asymmetric...
2022-05-24 LLVM GN Syncbot[gn build] Port 1d1a191edcfa
2022-05-24 Nikolas Klauser[libc++] Implement ranges::reverse
2022-05-24 Laramie Leavitt[libc++] Replace modulus operations in std::seed_seq...
2022-05-24 Fraser Cormack[LegalizeTypes][NFC] Fix node name in assertion message
2022-05-24 Aaron Jacobs[libc++] type_traits: use __is_core_convertible in...
2022-05-24 Nikita Popov[InstCombine] Handle logical and/or in recursive and...
2022-05-24 Nikita Popov[InstCombine] Use different icmp pattern in test (NFC)
2022-05-24 Markus Lavinllvm-reduce: improve basic-blocks removal pass
2022-05-24 Nikita Popov[LoopUnroll] Freeze tripcount rather than condition
2022-05-24 Lian Wang[LegalizeTypes][VP] Fix OpNo in WidenVecOp_VP_SCATTER
2022-05-24 Fraser Cormack[RISCV] Ensure the entire stack is aligned to the RVV...
2022-05-24 Fraser Cormack[RISCV] Fix RVV stack frame alignment bugs
2022-05-24 LLVM GN Syncbot[gn build] Port 496156ac57da
2022-05-24 Luo, Yuanke[X86][AMX] Multiple configure for AMX register.
2022-05-24 Chen Zheng[MachineSink] replace MachineLoop with MachineCycle
2022-05-24 Shraiysh Vaishay[OpenMP][IRBuilder] `omp task` support
2022-05-24 Peter Klausler[flang] Allow more forward references to ENTRY names
2022-05-24 Sotiris ApostolakisRevert "[SelectOpti][5/5] Optimize select-to-branch...
2022-05-24 Sotiris Apostolakis[SelectOpti][5/5] Optimize select-to-branch transformation
2022-05-24 Brad Smith[Hexagon] Fix test on OpenBSD
2022-05-24 Hyoun Kyu ChoExposes interface to free up caching data structure...
2022-05-24 usama hameedupdated canResolveToExpr to accept both statements...
2022-05-24 usama hameedbugfix in InfiniteLoopCheck to not print warnings for...
2022-05-24 usama hameedbugfix in InfiniteLoopCheck to not print warnings for...
2022-05-24 Wolfgang Pieb[NFC][Metadata] Define move constructor and move assign...
2022-05-24 Sotiris Apostolakis[SelectOpti][4/5] Loop Heuristics
2022-05-24 Sotiris Apostolakis[SelectOpti][3/5] Base Heuristics
2022-05-24 Vy Nguyen[lld-macho][nfc] Run clang-format on lld/MachO/*.{h...
2022-05-24 Peter Klausler[flang] Ignore BIND(C) binding name conflicts of inner...
2022-05-24 Peter Klausler[flang] Allow global scope names that clash with intrin...
2022-05-24 Xeonacid[RISCV] Make old JIT ExecutionEngine tests unsupported
2022-05-24 Peter Klausler[flang] Fix character length calculation for Unicode...
2022-05-24 Sam Clegg[lld][WebAssembly] Allow use of statically allocated...
next