platform/upstream/llvm.git
2022-05-25 Haojian Wu[pseudo] Add missing dependency, fix shared library...
2022-05-25 Florian Hahn[VPlan] Exit earlier when trying to widen with scalar...
2022-05-25 Haojian Wu[pseudo] A basic implementation of compiling cxx gramma...
2022-05-25 Javed Absar[mlir] Fix warning `missing base in copy ctor`
2022-05-25 Nigel Perks[XCORE][CodeGen][NFC] Revert: Use ArrayRef in TargetLow...
2022-05-25 Sven van Haastregt[OpenCL] Remove argument names from async copy builtins
2022-05-25 Gabor Marton[analyzer] Fix symbol simplification assertion failure
2022-05-25 LLVM GN Syncbot[gn build] Port 7af89a379cce
2022-05-25 LLVM GN Syncbot[gn build] Port 29a5a7c6d47a
2022-05-25 Florian Hahn[VPlan] Use MapVector for LiveOuts for deterministic...
2022-05-25 Nikolas Klauser[libc++] Implement ranges::fill{, _n}
2022-05-25 Lewis Revill[RISCV] Add pre-emit pass to make more instructions...
2022-05-25 Alexander Belyaev[mlir] Add `complex.atan2` operation.
2022-05-25 Nikita Popov[ValueTracking] Loads with !dereferenceable metadata...
2022-05-25 Louis Dionne[libc++] Make sure that all headers can be included...
2022-05-25 Adrian KuegelFix warning by handling OMPC_fail in switch statement.
2022-05-25 Sunil Kuravinakop[Clang][OpenMP] Support for omp nothing
2022-05-25 Sunil Kuravinakop[OpenMP] atomic compare fail : Parser & AST support
2022-05-25 Craig Topper[RISCV] Fix vnsrl/vnsra isel patterns that are dropping VL.
2022-05-25 Mehdi Chinoune[flang][MSVC] Fix building with `/permissive-` flag
2022-05-25 Fraser Cormack[RISCV] Replace untested code with assert
2022-05-25 David BlaikieMove GCC-compatible pod-packing change to v15/old behav...
2022-05-25 Konstantin... [libc++][NFC] Add more tests to `move_{iterator,sentinel}`.
2022-05-25 Chen ZhengRevert "[MachineSink] replace MachineLoop with MachineC...
2022-05-25 Chuanqi Xu[C++20] [Coroutines] Conform the updates for CWG issue...
2022-05-25 Chenbing Zheng[InstCombine] [NFC] Move transforms for truncated shift...
2022-05-25 Chenbing Zheng[InstCombine] add test for trunc-shl-trunc ; NFC
2022-05-25 owenca[clang-format][NFC] Insert/remove braces in clang/lib...
2022-05-25 Amir Ayupov[BOLT][NFC] Use ListSeparator in BinaryFunction print...
2022-05-25 Amir Ayupov[BOLT][NFC] Customize endline character for printInstru...
2022-05-25 Amir Ayupov[BOLT][NFC] Use for_each to simplify printLoopInfo
2022-05-25 Amir Ayupov[BOLT][NFC] Remove unused BF::computeLocalUDChain metho...
2022-05-25 Jonas Devlieghere[lldb] Improve TestAppleSimulatorOSType.py error message
2022-05-25 Jonas Devlieghere[lldb] Disable modules in Apple-lldb-base
2022-05-24 Salman Javed[clang-tidy] Fix #55134 (regression introduced by 5da7c04)
2022-05-24 Andrew Browne[DFSan] Add option to specify individual library files...
2022-05-24 Paul Walker[LLVM][IR] Fix assert in ConstantExpr::getPtrToInt...
2022-05-24 Aart Bik[mlir][sparse] complex lowering
2022-05-24 Martin Sebor[InstCombine] Fold memrchr calls with sequences of...
2022-05-24 Siva Chandra... [libc] Add the pthread_mutex_t type.
2022-05-24 Mike Rice[OpenMP] Add codegen for 'omp_all_memory' reserved...
2022-05-24 Philip Reames[RISCV] Ensure the forwarded AVL register is alive
2022-05-24 Aart Bik[mlir][sparse] add new complex ops to reduction recognition
2022-05-24 Craig Topper[RISCV] Add an operand kind to the opcode/imm returned...
2022-05-24 Philip Reames[riscv] Use getFirstInstrTerminator [nfc]
2022-05-24 Philip Reames[RISCV] Hoist VSETVLI out of idiomatic fixed length...
2022-05-24 Paul Walker[SelectionDAG] Add support to widen ISD::STEP_VECTOR...
2022-05-24 Kiran Chandramohan[Flang][OpenMP] Fixes for unstructured OpenMP code
2022-05-24 Amy KwanFix build failure revealed by c35ca3a1c78f693b749ad1174...
2022-05-24 Peter Klausler[flang][runtime] Catch decimal integer input overflow
2022-05-24 Peter Klausler[flang] Replace crash and improve a semantics TODO...
2022-05-24 Peter Klausler[flang] Process subprogram BIND(C,NAME=...) locally
2022-05-24 Yitzhak Mandelbaum[clang][dataflow] Relax `Environment` comparison operation.
2022-05-24 Peter Klausler[flang] Fix false error for multiple defined I/O subrou...
2022-05-24 Peter Klausler[flang] Accept defined assignment with CLASS(*) RHS
2022-05-24 Peter Klausler[flang] Fix purity testing for generic calls
2022-05-24 Alex Lorenz[clang][test] mark tests added in ee8524087c78 as unsup...
2022-05-24 Peter Klausler[flang] Don't prematurely resolve subprogram names
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...
next