platform/upstream/llvm.git
2023-03-12 Mike Crowe[clang-tidy] Make readability-container-size-empty...
2023-03-12 Mike Crowe[clang-tidy] Make readability-string-compare check...
2023-03-12 Simon Pilgrim[DAG] visitAND - fold (and (any_ext V), c) -> (zero_ext...
2023-03-12 Simon Pilgrim[X86] and-shift.ll - add gnux32 test coverage to ensure...
2023-03-12 Paul Walker[SVE][Builtins] Lower X forms of fp binop/mla arithmeti...
2023-03-12 Paul Walker[InstCombine] Extend SVEVectorFuseMulAddSub to support...
2023-03-12 Dmitry Vyukovasan: fix crash on odd stack size
2023-03-12 Simon Pilgrim[X86] matchAddressRecursively - support zext(and(shl...
2023-03-12 Christian Ulmann[mlir][llvm] Add visibility attribute
2023-03-12 Brad SmithRevert "[SPARC] Lower BR_CC to BPr on 64-bit target...
2023-03-12 Michael FrancisRevert "[Clang][AIX][p] Manually Claim -p in front...
2023-03-12 Michael Francis[Clang][AIX][p] Manually Claim -p in front end
2023-03-12 Siva Chandra... [libc][NFC] Reduce the number of threads created in...
2023-03-12 Igor ZhukovRevert "[CMake] Unify llvm_check_linker_flag and llvm_c...
2023-03-11 Koakuma[SPARC] Lower BR_CC to BPr on 64-bit target whenever...
2023-03-11 Koakuma[SPARC] Implement hooks for conditional branch relaxation
2023-03-11 Sanjay PatelRevert "[InstCombine] use loop info when running the...
2023-03-11 Vitaly Buka[sanitizer] Fix text in error message
2023-03-11 Sanjay Patel[InstCombine] use loop info when running the pass after...
2023-03-11 Simon Pilgrim[X86] Add tests showing the failure to merge SHL/ADD...
2023-03-11 Yaxun (Sam... [HIP] Make `--offload-add-rpath` alias of `-frtlib...
2023-03-11 Mike Crowe[clang-tidy][NFC] Make abseil-redundant-strcat-calls...
2023-03-11 Piotr Zegar[clang-tidy] Fix false-positive in cppcoreguidelines...
2023-03-11 Ahmed Harmouche[mlir][core] Fix inline pass default pipeline dump
2023-03-11 Stephen Neuendorffer[libc] update LibcTableGenUtil for LLVM_LINK_LLVM_DYLIB
2023-03-11 Shao-Ce SUN[Flang] Allow compile *.f03, *.f08 file
2023-03-11 Roy Jacobson[Clang][Doc] Fix inconsistent links in release notes
2023-03-11 Simon Pilgrim[DAG] combineShiftAnd1ToBitTest - improve support for...
2023-03-11 Shao-Ce SUNRevert "[Flang] Allow compile *.f03, *.f08 file"
2023-03-11 Nikolas Klauser[libc++] Optimize std::ranges::{min, max} for types...
2023-03-11 Shao-Ce SUN[Flang] Allow compile *.f03, *.f08 file
2023-03-11 Simon Pilgrim[DAG] Add test showing combineShiftAnd1ToBitTest failin...
2023-03-11 Mike Crowe[clang-tidy] Make readability-container-data-pointer...
2023-03-11 Kiran Chandramohan[Flang][OpenMP] NFC: Fix a few format issues
2023-03-11 Florian Hahn[VPlan] Simplify code in createReplicateRegion (NFC).
2023-03-11 Jez Ng[lld-macho] Don't include zero-size private label symbo...
2023-03-11 Jez Ng[lld-macho] Print archive names in linker map
2023-03-11 Jez Ng[lld-macho] Coalesce local symbol aliases along with...
2023-03-11 Vitaly BukaRevert "[hwasan] Provide aliases for c allocation funct...
2023-03-11 Vitaly Buka[sanitizer] Add diagnostics for munmap failure
2023-03-11 Fangrui Song[test] Add some interesting cases to MC/RISCV/riscv64...
2023-03-11 bixia1[mlir][sparse] Improve quick sort by using a loop to...
2023-03-11 Craig Topper[RISCV] Adjust how -1.0 is handled in RISCVLoadFPImm...
2023-03-11 Tom Stellardclang/cmake: Use installed gtest libraries for stand...
2023-03-11 Tom StellardRevert "Add install targets for gtest"
2023-03-11 Tom StellardAdd install targets for gtest
2023-03-11 Luo, Yuanke[X86] Add unwind for base pointer test case.
2023-03-11 Arthur Eubanks[polly][test] Fix after 7c3c98144
2023-03-11 Craig Topper[RISCV] Remove one bit of mantissa in RISCVLoadFPImm...
2023-03-11 Luo, Yuanke[X86] Add regcall CC test case for base pointer register.
2023-03-11 Jacek Caban[lld] Pass random.randint stop parameter as int.
2023-03-11 Pavel Kopyl[NVPTX] Sync generation of parameter names in a functio...
2023-03-11 Yuanfang Chen[NFC] fix typo `funciton` -> `function`
2023-03-11 Tom StellardAdd install targets for gtest
2023-03-11 Arthur Eubanks[Passes] Remove some legacy passes
2023-03-11 Alex Langford[lldb][NFC] Use UnixSignal::CreateForHost in Process
2023-03-11 Leonard Chan[hwasan] Provide aliases for c allocation functions...
2023-03-11 Philip Reames[ASAN] Support memory checks on scalable vector typed...
2023-03-11 Kirill Stoimenov[HWASAN][LSAN] Exclude crash-recovery-modules.m from...
2023-03-10 Philip Reames[llvm-tblgen] Support conditional definitions using...
2023-03-10 Chris Bieneman[NFC] [CMake] Add misssing dependencies
2023-03-10 Peiming Liu[mlir][sparse] support dynamic sparse tensor slices.
2023-03-10 Joseph Huber[libc] Fix common compile options not getting passed...
2023-03-10 Matteo FrancioliniImplements MLIR Bytecode versioning capability
2023-03-10 ManuelJBritoRevert "[X86] Drop single use check for freeze(undef...
2023-03-10 Matthew Voss[cmake] Quote args when generating /libpath option...
2023-03-10 Peter Steinfeld[flang] Add missing dependencies for flang/lib/Optimize...
2023-03-10 Arthur EubanksRevert "[MergeICmps] Adapt to non-eq comparisons, fix...
2023-03-10 Alexey Bataev[SLP]Initial support for reshuffling of non-starting...
2023-03-10 Ben Langmuir[clang][deps] Split lookupModuleOutput out of Dependenc...
2023-03-10 Brad Smith[Driver][FreeBSD] Simplify ARM handling
2023-03-10 Craig Topper[RISCV] Consistently place single quotes around extensi...
2023-03-10 Alexey Bataev[SLP][NFC]Add a test with phi nodes in one tree node...
2023-03-10 Daniel Thornburgh[Debuginfod] Prune cache after fetch.
2023-03-10 Louis Dionne[libc++][NFC] Use std::malloc and std::free instead...
2023-03-10 Zahira AmmarguellatRevert "Currently the control of the eval-method is...
2023-03-10 Louis Dionne[libc++] Remove conditional usage of rvalue references...
2023-03-10 Petr Hosek[CMake] Unify llvm_check_linker_flag and llvm_check_com...
2023-03-10 Daniel Thornburgh[Fuchsia] Add LLDB to CLANG_BOOTSTRAP_TARGETS.
2023-03-10 Peter Klausler[flang] Break shared library cyclic dependence
2023-03-10 Craig Topper[RISCV] Error if F and Zfinx extensions are specified...
2023-03-10 Tom Stellardllvm-exegesis: Only run target specfic tests on native...
2023-03-10 Peiming Liu[mlir][sparse] extend storage specifier operations...
2023-03-10 Jakub Kuderski[mlir][spirv][vector] Add pattern to convert reduction...
2023-03-10 Peter Klausler[flang][runtime] EOF is recoverable only with END=...
2023-03-10 Alexey Bataev[SLP][NFC]Add a test with multilevel dependency between...
2023-03-10 Peter Klausler[flang][runtime] Use Descriptor::Establish() in element...
2023-03-10 Peter Klausler[flang][runtime] Iterate over array elements in user...
2023-03-10 Vitaly Buka[ConstraintElimination] UB reproducer for D145677
2023-03-10 Tim NorthoverMachO: support custom section names on global variables
2023-03-10 Jim InghamDon't produce a dynamic value if there was an error...
2023-03-10 Peter Klausler[flang][runtime] Corrections to formatted child I/O
2023-03-10 Peter Klausler[flang] Correct handling of USE-associated generic...
2023-03-10 Peter Klausler[flang] Fix checking of TBP bindings
2023-03-10 Shao-Ce SUN[Flang] add space between number and character in print
2023-03-10 Vitaly BukaRevert "[LICM] Support logical AND/OR when hoisting...
2023-03-10 Vitaly Buka[test][asan] Fix requirement formatting
2023-03-10 Peter Klausler[flang] Detect obvious argument shape incompatibility...
2023-03-10 Peter Klausler[flang] Diagnose ridiculously large kind parameters
2023-03-10 Peter Klausler[flang] Check dummy arguments of BIND(C) procedures
next