summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-26[𝘀𝗽𝗿] initial versionusers/shawbyoung/spr/bolt-hash-based-function-matching-3shawbyoung
2024-06-26[WebAssembly] Split and tidy up target features test (#96735)Heejin Ahn
2024-06-26[libc] added newhdrgen class implementation (#96710)RoseZhang03
2024-06-26[libc] add proxy header for struct_sigaction (#96224)Schrodinger ZHU Yifan
2024-06-26Fix test introduced by d29fdfbc4e3bJoel E. Denny
2024-06-26[OpenMP] Migrate GPU Reductions CodeGen from Clang to OMPIRBuilder (#80343)Akash Banerjee
2024-06-26[Memprof] Fix a warningKazu Hirata
2024-06-26Revert "[AArch64] Lower extending sitofp using tbl (#92528)"Momchil Velikov
2024-06-26[LTO] Avoid assert fail on failed pass plugin load (#96691)Joel E. Denny
2024-06-26[TypeProf][InstrFDO]Omit vtable symbols in indexed profiles by default (#96520)Mingming Liu
2024-06-26[llvm-config] Make llvm-config --system-libs obey LLVM_USE_STATIC_ZSTD (#93754)Kyle Huey
2024-06-26[DirectX] Add stub PSV0 section (#96712)Damyan Pepper
2024-06-26[RISCV][GISel] Support G_FPEXT/FPTRUNC with ZFh.Craig Topper
2024-06-26[RISCV] Add Zfh to typeIsScalarFPArith and simplify code. NFCCraig Topper
2024-06-26[SPIR-V] Support cl_ext_float_atomics and fix errors in definition of atomic_...Vyacheslav Levytskyy
2024-06-26[SPIR-V] Fix support of OpGenericCastToPtr __spirv_ wrappers (#96655)Vyacheslav Levytskyy
2024-06-26[SPIR-V] Improve pattern matching and tracking of constant integers (#96615)Vyacheslav Levytskyy
2024-06-26[RISCV][GISel] Support fptoi and itofp for Zfh. (#96707)Craig Topper
2024-06-26[libc][fcntl] Simplify the handling of the return value from syscall … (#96...Xu Zhang
2024-06-26[RISCV][GISel] Support fcmp and fclass for Zfh. (#96696)Craig Topper
2024-06-26[libc][docs] List `rand` and `srand` as supported on the GPU (#96757)Joseph Huber
2024-06-26[libc++] Classify iota_view precondition (#96662)Louis Dionne
2024-06-26[libc] Fix Fuscia builder failing on atomic warnings (#96791)Joseph Huber
2024-06-26[RISCV][GISel] Add missing fclass tests. NFC (#96694)Craig Topper
2024-06-26[NVPTX] Fold (add (select 0, (mul a, b)), c) -> (select c, (mad a, b, c)) (#9...Alex MacLean
2024-06-26Bump required minimal Z3 version from 4.7.1 to 4.8.9 (#96682)Balazs Benics
2024-06-26[AMDGPU] MCExpr-ify AMDGPU HSAMetadata (#94788)Janek van Oirschot
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten
2024-06-26[GlobalISel] Add support for lowering byref attributedarkbuck
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima
2024-06-26[clang-tidy] add fixhint for misc-use-internal-linkage (#96203)Congcong Cai
2024-06-26[clang][Interp] Pointers into unknown-size arrays are never one-past-endTimm Bäder
2024-06-26Revert "[AArch64] Add ability to list extensions enabled for a target" (#96768)Lucas Duarte Prates
2024-06-26[llvm-readobj][ELF] Test multivalued rpath entries and alter the output for r...Fred Grim
2024-06-26[clang][Interp] Implement CXXStdInitializerListExprsTimm Bäder
2024-06-26Revert "[clang][dataflow] Teach `AnalysisASTVisitor` that `typeid()` can be e...martinboehme
2024-06-26[ARM] Regenerate MIR test (NFC)Nikita Popov
2024-06-26[AArch64] Add ability to list extensions enabled for a target (#95805)Lucas Duarte Prates
2024-06-26[InstCombine] Canonicalize non-i8 gep of mul to i8 (#96606)David Green
2024-06-26[clang][OpenMP] Shorten directive classification in ParseOpenMP (#94691)Krzysztof Parzyszek
2024-06-26[clang][nullability] Improve modeling of `++`/`--` operators. (#96601)martinboehme
2024-06-26[clang][dataflow] Teach `AnalysisASTVisitor` that `typeid()` can be evaluated...martinboehme
2024-06-26[PhaseOrdering][X86] Regenerate pr67803.llSimon Pilgrim
2024-06-26[VectorUtils] Use SmallPtrSet::remove_if() (NFC)Nikita Popov
2024-06-26[Clang][SME2.1] Add REQUIRES: aarch64-registered-target to testCaroline Concatto
2024-06-26[WasmExceptionInfo] Use SmallPtrSet::remove_if() (NFC)Nikita Popov
2024-06-26[OMPIRBuilder] Use SmallPtrSet::remove_if() (NFC)Nikita Popov
2024-06-26[GlobalISel][ARM] Legalze set_fpmode and get_fpmode (#96467)Serge Pavlov
2024-06-26[SLP][NFC]Remove extra check for VU.Alexey Bataev