platform/upstream/llvm.git
2023-02-20 Kazu Hirata[llvm] Use APInt::getZero instead of APInt::getNullValu...
2023-02-20 Serguei Katkov[SimpleLoopUnswitch] Fix an assert in injectPendingInva...
2023-02-20 Kazu HirataUse APInt::isZero instead of APInt::isNulLValue (NFC)
2023-02-20 Chuanqi Xu[Modules] Handle the visibility of GMF during the templ...
2023-02-20 Max Kazantsev[SCEV] Support umin/smin in SCEVLoopGuardRewriter
2023-02-20 Kazu HirataUse APInt::count{l,r}_{zero,one} (NFC)
2023-02-20 Craig Topper[RISCV] Add more tests for D144166. NFC
2023-02-20 Fangrui Song[LoopIdiomRecognize] Remove legacy pass
2023-02-20 Alex Brachet[Fuchsia] Use cleaner method of adding driver binary
2023-02-20 Alex Brachet[Fuchsia] Fix driver build on Windows
2023-02-20 sstwcw[clang-format] Put ports on separate lines in Verilog...
2023-02-20 Chuanqi XuRecommit [Coroutines] Stop supportting std::experimenta...
2023-02-20 Kai Luo[GISelEmitter][NFC] Correct path of GISel's td file...
2023-02-20 Matt ArsenaultAMDGPU: Restrict foldFreeOpFromSelect combine based...
2023-02-20 Alex BrachetReland "[Fuchsia] Enable llvm-driver build".
2023-02-20 Matt ArsenaultAMDGPU: Teach fneg combines that select has source...
2023-02-19 Amara Emerson[GlobalISel] Fix a store-merging bug due to use of...
2023-02-19 Alex Brachet[CMake] Fix driver build on MacOS
2023-02-19 Sanjay Patel[InstCombine] canonicalize "extract lowest set bit...
2023-02-19 Erik DesjardinsRecommit "[Support] change StringMap hash function...
2023-02-19 Florian Hahn[SLP] Fix infinite loop in isUndefVector.
2023-02-19 Alex Bradbury[RISCV][MC] Mark Zawrs extension as non-experimental
2023-02-19 Craig Topper[RISCV] Add fgtq.s and fgeq.s assembler aliases for...
2023-02-19 Craig Topper[RISCV] Remove Commutable property from Zfa fltq/fleq...
2023-02-19 Kazu HirataUse APInt::popcount instead of APInt::countPopulation...
2023-02-19 Alex Bradbury[lld][test][RISCV] Don't use incorrectly normalised...
2023-02-19 David Green[ARM] Add targets for Arm DebugInfo tests. NFC
2023-02-19 Florian Hahn[VPlan] Make sure properlyDominates(A, A) returns false.
2023-02-19 Mehdi AminiFix potential crash in Flang generateLLVMIR() when...
2023-02-19 Mark de Wever[libc++][format] Disables test on GCC-12.
2023-02-19 Carlos GalvezFix clang-tools-extra docs build
2023-02-19 Carlos Galvez[clang-tidy] Introduce HeaderFileExtensions and Impleme...
2023-02-19 DianQKRevert "[SimplifyCFG] Check if the return instruction...
2023-02-19 DianQK[SimplifyCFG] Check if the return instruction causes...
2023-02-19 Benjamin Kramer[lldb] Add missing wasm switch case
2023-02-19 Kristina Bessonova[BOLT] Attempt to fix bolt/test/runtime/AArch64/adrrela...
2023-02-19 Joshua Cao[SCEV] Add automated test checks for some tests
2023-02-19 Vitaly Buka[sanitizers] Update global_symbols.txt
2023-02-19 NAKAMURA Takumillvm-tblgen: Anonymize some functions.
2023-02-19 Craig Topper[RISCV] Add Zfa test cases for strict ONE and UEQ compa...
2023-02-18 Fabian[mlir] Execute all requested translations in MlirTransl...
2023-02-19 Craig Topper[RISCV] Handle RISCVISD::SplitF64 and RISCVISD::BuildPa...
2023-02-18 Juneyoung Lee[DivRemPairs] Strip division's poison generating flag
2023-02-18 Juneyoung LeeAdd a test for D144333
2023-02-18 Michael Kirk[clang-format] Handle tabs in file path for git-clang...
2023-02-18 Vitaly Buka[SCEV] Fix FoldID::addInteger(unsigned long I)
2023-02-18 Vitaly BukaRevert "[SimplifyCFG] Check if the return instruction...
2023-02-18 David Green[AArch64] Concat zip1 and zip2 is a wider zip1
2023-02-18 Noah Goldstein[ValueTracking] Add cases for additional ops in `isKnow...
2023-02-18 Noah Goldstein[ValueTracking] Add tests for additional `isKnownNonZer...
2023-02-18 Noah Goldstein[ValueTracking] Add KnownBits patterns `xor(x, x -...
2023-02-18 Noah Goldstein[ValueTracking] Add tests for known bits after common...
2023-02-18 Jay Foad[KnownBits] Add blsi and blsmsk
2023-02-18 Cyndy Ishida[llvm-tapi-diff] add default case to switch for symbol...
2023-02-18 Cyndy Ishida[TextAPI] Capture new properties from TBD to InterfaceFile
2023-02-18 NAKAMURA Takumillvm-tblgen: Add "TableGenBackends.h" to each emitter.
2023-02-18 NAKAMURA Takumillvm-tblgen: Add missing includes
2023-02-18 NAKAMURA Takumillvm-tblgen: Reformat
2023-02-18 Amara Emerson[GlobalISel] Fix G_ZEXTLOAD being converted to G_SEXTLO...
2023-02-18 Florian HahnRevert "[SCCP] Remove legacy SCCP pass."
2023-02-18 Mark de Wever[NFC][libc++][format] Small improvements.
2023-02-18 Florian Hahn[SCCP] Remove legacy SCCP pass.
2023-02-18 Mark de Wever[NFC][libc++][doc] Fixes formatting.
2023-02-18 Kelvin Li[Flang] Add PowerPC intrinsics
2023-02-18 Kristina Bessonova[AArch64InstPrinter][llvm-objdump] Print ADR PC-relativ...
2023-02-18 DianQK[SimplifyCFG] Check if the return instruction causes...
2023-02-18 Tue Ly[libc][bazel] Fix missing dependency in test/src/stdlib...
2023-02-18 Sanjay Patel[InstCombine] add tests for 1<<cttz(x); NFC
2023-02-18 Nikolas Klauser[libc++] Fix header includes in <__atomic/cxx_atomic_im...
2023-02-18 Mark de Wever[libc++][test] Removes rapid-cxx-test.h.
2023-02-18 eopXD[Doc] Fix type-o under LangRef
2023-02-18 Amara Emerson[NFC][GlobalISel] Regenerate test checks for extending...
2023-02-18 Benjamin Kramer[WebAssembly] assert(false) -> llvm_unreachable
2023-02-18 Ethan Luis... [flang] Remove macro replacement in angular bracket...
2023-02-18 LLVM GN Syncbot[gn build] Port 79320a0c3f82
2023-02-18 Cyndy IshidaReland "[TextAPI] Implement TBDv5 Reader"
2023-02-18 Shengchen Kan[X86][NFC] Assert MRMr0 format from emitREXPrefix
2023-02-18 Lang Hames[llvm-jitlink] Discard allocation actions in -noexec...
2023-02-18 Kirill Stoimenov[LSAN] Mask out tags from pointers on ARM in MaybeUserP...
2023-02-18 Paulo Matos[WebAssembly] Initial support for reference type extern...
2023-02-18 Ye Luo[OpenMP] Make isDone lightweight without calling synchr...
2023-02-18 Matt ArsenaultIROutliner: cast instead of dyn_cast and assert
2023-02-18 Matt ArsenaultCodeExtractor: Fix creating addrspacecasts for lifetime...
2023-02-18 Fangrui SongSimplify with hasFeature. NFC
2023-02-18 Renaud-K[flang] Adding fir::getSymbolAttrName attribute to...
2023-02-18 Philip Reames[RISCV] Add missing plumbing and tests for zfa
2023-02-18 Dave Lee[lldb] Make persisting result variables configurable
2023-02-18 Dave Lee[lldb] Add expression command options in dwim-print
2023-02-18 LLVM GN Syncbot[gn build] Port 07e3ca238e68
2023-02-18 Cyndy IshidaRevert "[TextAPI] Implement TBDv5 Reader"
2023-02-18 Cyndy Ishida[TextAPI] wrap returned Errors in std::move
2023-02-18 LLVM GN Syncbot[gn build] Port b861b1225380
2023-02-18 Cyndy Ishida[TextAPI] Implement TBDv5 Reader
2023-02-17 Amara Emerson[GlobalISel] Combine out-of-range shifts to undef.
2023-02-17 Shafik Yaghmour[Clang] Fix __VA_OPT__ implementation so that it treats...
2023-02-17 Craig Topper[RISCV] Use MCSubtargetInfo::hasFeature where possible...
2023-02-17 Fangrui Song[AArch64] Simplify with MCSubtargetInfo::hasFeature...
2023-02-17 Alex BrachetRevert "[Fuchsia] Enable llvm-driver build"
2023-02-17 Nikolas Klauser[libc++][NFC] Remove TODOs that are already done
2023-02-17 Daniel Thornburgh[llvm-cov] Create syntax to pass source w/o binary.
next