platform/upstream/llvm.git
2023-06-06 Alex Zinenko[mlir][transform] generate transform module on-the-fly
2023-06-06 Florian Hahn[LV] Use force-vector-width for X86 recurrence test.
2023-06-06 Florian Hahn[LV] Add test for #62954.
2023-06-06 Timm Bäder[clang][ThreadSafety][NFC] Make isReference() const
2023-06-06 Carl Ritson[AMDGPU] WQM: Ensure exact mode placement before branches
2023-06-06 Martin Storsjö[AArch64] Make .arch without extra features actually...
2023-06-06 Martin Storsjö[AArch64] Complete the list of extensions supported...
2023-06-06 Mehdi AminiUse symbolic name for previous MLIR Bytecode versions
2023-06-06 Michael Platings[ARM][Driver] Warn if -mhard-float is incompatible
2023-06-06 Serge Pavlov[FPEnv] Get rid of extra moves in fpenv calls
2023-06-06 Matthias Springer[mlir][vector] Use transform.apply_patterns in vector...
2023-06-06 Christian Ulmannllvm-extract: Replace IFuncs with declarations
2023-06-06 Matthias Springer[mlir][transform] Add region to ApplyPatternsOp
2023-06-06 Carl Ritson[AMDGPU] Pre-commit test for D152228 (NFC)
2023-06-06 Luo, Yuanke[X86] Pre-commit test case for D152227.
2023-06-06 Luo, Yuanke[X86] Add test cases for D152227.
2023-06-06 Craig TopperRevert "[RISCV] Minor readability improvement to RISCVM...
2023-06-06 Mark de Wever[libc++] Removes CMake work-arounds.
2023-06-06 Craig Topper[RISCV] Minor readability improvement to RISCVMatInt...
2023-06-06 Paulo Matos[WebAssembly] Add tests ensuring rotates persist
2023-06-06 Hristo Hristov[libc++][spaceship] Implement `operator<=>` for `queue`
2023-06-06 LLVM GN Syncbot[gn build] Port c336c983bcd9
2023-06-06 Chuanqi Xu[C++20] [Modules] [Serialization] Don't write comments...
2023-06-06 Fangrui Song[RISCV] Migrate to new encodeInstruction that uses...
2023-06-06 Fangrui Song[AArch64,AVR,PowerPC] Migrate to new encodeInstruction...
2023-06-06 khei4[InstCombine] add overflow checking on Add ~X + C ...
2023-06-06 khei4[InstCombine] precommit test for D152088(NFC)
2023-06-06 Ben Shi[AVR][NFC][test] Supplement more tests of 8-bit rotation
2023-06-06 Phoebe WangReland "[X86][NFC] Refactor: there's only v16bf16 in...
2023-06-06 Phoebe WangRevert "[X86][NFC] Refactor: there's only v16bf16 in...
2023-06-06 Peter Klausler[flang] Fix crash in shape analysis of PACK()
2023-06-06 Phoebe Wang[X86][NFC] Refactor: there's only v16bf16 in 256-bit...
2023-06-06 Jianjian GUAN[RISCV] Improve selection for vector fpclass.
2023-06-06 varconst[libc++][ranges] Implement the changes to container...
2023-06-06 Sam James[CMake] Quote variables where "TARGET" may be a value
2023-06-06 Matt ArsenaultAMDGPU: Fix broken test
2023-06-06 Matt ArsenaultAutoUpgrade: Fix crash when tbaa has an empty argument
2023-06-06 Aiden Grossman[CMake][libc] Don't put archive in build/lib/<target...
2023-06-06 Joseph Huber[libc] Replace the `PRINT_TO_STDERR` opcode for RPC...
2023-06-06 Aart Bikbazel build fix
2023-06-06 Johannes Doerfert[Attributor] Identify and remove no-op fences
2023-06-05 NAKAMURA Takumitest/AMDGPU: REQUIRES asserts (D148184)
2023-06-05 NAKAMURA TakumiRISCVISelLowering.cpp: Suppress a warning. (D150824)
2023-06-05 Johannes Doerfert[Attributor] Merge ranges by expansion, avoid unknown...
2023-06-05 Johannes Doerfert[Attributor][NFC] Precommit vector write range tests
2023-06-05 Joseph Huber[libc][obvious] Fix conditional when CUDA is not found
2023-06-05 Peiming Liu[mlir][sparse] fix crashes when using custom reduce...
2023-06-05 Johannes Doerfert[OpenMP] Improve default block count selection fow...
2023-06-05 Johannes Doerfert[OpenMP] Use "kernel" attribute consistently
2023-06-05 Johannes Doerfert[OpenMP] Mark kernels as mustprogress
2023-06-05 Johannes Doerfert[Attributor] Create `AAMustProgress` for the `mustprogr...
2023-06-05 usama hameed[Sanitizers][Darwin] In DlAddrSymbolizer, return only...
2023-06-05 Manish Gupta[mlir][Vector] Adds a pattern to fold `arith.extf`...
2023-06-05 Stevengreissue#62488: Correct some syntax errors. Leave location...
2023-06-05 Joseph Huber[libc] Add initial support for 'puts' and 'fputs' to...
2023-06-05 Joseph Huber[libc] Implement basic `malloc` and `free` support...
2023-06-05 Matt ArsenaultAMDGPU: Add baseline test for undoing mul add 1 reassoc...
2023-06-05 Matt ArsenaultDAG: Reorder conditions
2023-06-05 Hansang Bae[OpenMP][libomp] Allow white spaces in OMP_TARGET_OFFLO...
2023-06-05 Matt ArsenaultAMDGPU: Fold zext into result of v_mad_u16 on high...
2023-06-05 Matt ArsenaultAMDGPU: Add baseline 16-bit mad matching tests
2023-06-05 Matt ArsenaultAMDGPU: Convert test to generated checks
2023-06-05 Peter Klausler[flang] Pad output correctly after tabbing with ADVANCE...
2023-06-05 Aart Bikfix build issue on bazel
2023-06-05 Florian Mayer[hwasan] Properly restore SP tag on exceptions
2023-06-05 Siva Chandra... [bazel][libc] Add targets for integer abs and div funct...
2023-06-05 Nikolas Klauser[libc++][NFC] Add __element_count and use it in the...
2023-06-05 Craig Topper[RISCV] Lower experimental_get_vector_length intrinsic...
2023-06-05 Nick Desaulniers[Demangle] refactor DLangDemangle to use std::string_view
2023-06-05 Fangrui Song[lld] StringRef::{starts,ends}with => {starts,ends...
2023-06-05 Arthur EubanksReland [compiler-rt][CMake] Properly set COMPILER_RT_HA...
2023-06-05 Craig Topper[RISCV] Add RISCVISD nodes for vfwadd/vfwsub.
2023-06-05 Craig Topper[RISCV] Rename SDT_RISCVVWBinOpW_VL->SDT_RISCVVWIntBinO...
2023-06-05 Alex Langford[lldb][NFCI] Change the way Process stores StructuredDa...
2023-06-05 Sami Tolvanen[Driver] Allow -fsanitize=kcfi with -fsanitize-minimal...
2023-06-05 Jessica Clarke[RISCV][test] Fix a couple of whitespace issues
2023-06-05 Kazu Hirata[ADT] Deprecate StringRef::{starts,ends}with_insensitive
2023-06-05 Kazu Hirata[Support] Remove {Bits,Float,Double}To{Bits,Float,Double}
2023-06-05 Kazu Hirata[Support] Remove PowerOf2Floor and ByteSwap_{16,32,64}
2023-06-05 Alex Langford[lldb][NFCI] ConstString methods should take StringRefs...
2023-06-05 Amir Ayupov[BOLT][NFC] Drop MMap events for deleted files
2023-06-05 Nick Desaulniers[Demangle] convert microsoftDemangle to take a std...
2023-06-05 Kazu Hirata[Sema] Fix a warning
2023-06-05 David Blaikiellvm-dwarfdump --verify: Add support for .debug_str_off...
2023-06-05 Alex Langford[lldb][NFCI] Use size_t in OptionValueProperties
2023-06-05 Pierre CalixteTest case improvement (Do not optimize debug locations...
2023-06-05 Alex Langford[lldb][NFCI] Change return type of REPL::GetSourceFileB...
2023-06-05 Artem Belevich[NVPTX] fixed vector-compare test.
2023-06-05 Peter Klausler[flang] Fix crash from bug#63099 (gfortran/regression...
2023-06-05 Artem BelevichCoalesce 16-bit FP types to use integer register classes.
2023-06-05 Nathan Chancellor[Clang] Add release note for 877210faa447
2023-06-05 Mehdi AminiFix MLIR build with Shared lib enabled
2023-06-05 Rafael Ubal... Activate OpenMP translation in MLIR execution engine...
2023-06-05 Dmitriy Filchenko[scudo] Change configuration for Trusty, use mmap()
2023-06-05 Aaron BallmanFix LLVM sphinx build
2023-06-05 Ramkumar Ramachandratree-sitter-mlir: add a more complete grammar
2023-06-05 Charalampos... Respect "-fdiagnostics-absolute-paths" on emit include...
2023-06-05 Christopher... [clang][NFC] refactors value type traits so we can...
2023-06-05 Shao-Ce SUN[Flang] Map `ieee_fma` intrinsic to `llvm.fma`
2023-06-05 Fangrui SongReplace deprecated startswith_insensitive with starts_w...
next