aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-26[𝘀𝗽𝗿] initial versionusers/shawbyoung/spr/bolt-hash-based-function-matching-3shawbyoung5-13/+143
2024-06-26[WebAssembly] Split and tidy up target features test (#96735)Heejin Ahn2-68/+84
2024-06-26[libc] added newhdrgen class implementation (#96710)RoseZhang036-0/+123
2024-06-26[libc] add proxy header for struct_sigaction (#96224)Schrodinger ZHU Yifan8-15/+41
2024-06-26Fix test introduced by d29fdfbc4e3bJoel E. Denny1-1/+1
2024-06-26[OpenMP] Migrate GPU Reductions CodeGen from Clang to OMPIRBuilder (#80343)Akash Banerjee12-1834/+2716
2024-06-26[Memprof] Fix a warningKazu Hirata1-4/+3
2024-06-26Revert "[AArch64] Lower extending sitofp using tbl (#92528)"Momchil Velikov3-313/+3
2024-06-26[LTO] Avoid assert fail on failed pass plugin load (#96691)Joel E. Denny2-9/+18
2024-06-26[TypeProf][InstrFDO]Omit vtable symbols in indexed profiles by default (#96520)Mingming Liu3-11/+17
2024-06-26[llvm-config] Make llvm-config --system-libs obey LLVM_USE_STATIC_ZSTD (#93754)Kyle Huey1-2/+6
2024-06-26[DirectX] Add stub PSV0 section (#96712)Damyan Pepper3-1/+75
2024-06-26[RISCV][GISel] Support G_FPEXT/FPTRUNC with ZFh.Craig Topper4-1/+278
2024-06-26[RISCV] Add Zfh to typeIsScalarFPArith and simplify code. NFCCraig Topper1-46/+27
2024-06-26[SPIR-V] Support cl_ext_float_atomics and fix errors in definition of atomic_...Vyacheslav Levytskyy3-10/+46
2024-06-26[SPIR-V] Fix support of OpGenericCastToPtr __spirv_ wrappers (#96655)Vyacheslav Levytskyy3-4/+25
2024-06-26[SPIR-V] Improve pattern matching and tracking of constant integers (#96615)Vyacheslav Levytskyy5-14/+61
2024-06-26[RISCV][GISel] Support fptoi and itofp for Zfh. (#96707)Craig Topper13-9/+1351
2024-06-26[libc][fcntl] Simplify the handling of the return value from syscall … (#96...Xu Zhang3-7/+24
2024-06-26[RISCV][GISel] Support fcmp and fclass for Zfh. (#96696)Craig Topper15-11/+1687
2024-06-26[libc][docs] List `rand` and `srand` as supported on the GPU (#96757)Joseph Huber2-1/+3
2024-06-26[libc++] Classify iota_view precondition (#96662)Louis Dionne2-3/+28
2024-06-26[libc] Fix Fuscia builder failing on atomic warnings (#96791)Joseph Huber2-0/+12
2024-06-26[RISCV][GISel] Add missing fclass tests. NFC (#96694)Craig Topper6-0/+258
2024-06-26[NVPTX] Fold (add (select 0, (mul a, b)), c) -> (select c, (mad a, b, c)) (#9...Alex MacLean2-83/+187
2024-06-26Bump required minimal Z3 version from 4.7.1 to 4.8.9 (#96682)Balazs Benics1-2/+2
2024-06-26[AMDGPU] MCExpr-ify AMDGPU HSAMetadata (#94788)Janek van Oirschot22-441/+348
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten51-75/+1097
2024-06-26[GlobalISel] Add support for lowering byref attributedarkbuck1-2/+13
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima18-26/+26
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima12-17/+17
2024-06-26[clang-tidy] add fixhint for misc-use-internal-linkage (#96203)Congcong Cai6-5/+82
2024-06-26[clang][Interp] Pointers into unknown-size arrays are never one-past-endTimm Bäder2-0/+4
2024-06-26Revert "[AArch64] Add ability to list extensions enabled for a target" (#96768)Lucas Duarte Prates35-1302/+422
2024-06-26[llvm-readobj][ELF] Test multivalued rpath entries and alter the output for r...Fred Grim19-105/+106
2024-06-26[clang][Interp] Implement CXXStdInitializerListExprsTimm Bäder3-0/+35
2024-06-26Revert "[clang][dataflow] Teach `AnalysisASTVisitor` that `typeid()` can be e...martinboehme2-48/+1
2024-06-26[ARM] Regenerate MIR test (NFC)Nikita Popov1-43/+61
2024-06-26[AArch64] Add ability to list extensions enabled for a target (#95805)Lucas Duarte Prates35-422/+1302
2024-06-26[InstCombine] Canonicalize non-i8 gep of mul to i8 (#96606)David Green14-438/+550
2024-06-26[clang][OpenMP] Shorten directive classification in ParseOpenMP (#94691)Krzysztof Parzyszek2-314/+224
2024-06-26[clang][nullability] Improve modeling of `++`/`--` operators. (#96601)martinboehme2-14/+34
2024-06-26[clang][dataflow] Teach `AnalysisASTVisitor` that `typeid()` can be evaluated...martinboehme2-1/+48
2024-06-26[PhaseOrdering][X86] Regenerate pr67803.llSimon Pilgrim1-14/+14
2024-06-26[VectorUtils] Use SmallPtrSet::remove_if() (NFC)Nikita Popov2-7/+12
2024-06-26[Clang][SME2.1] Add REQUIRES: aarch64-registered-target to testCaroline Concatto1-1/+2
2024-06-26[WasmExceptionInfo] Use SmallPtrSet::remove_if() (NFC)Nikita Popov1-4/+5
2024-06-26[OMPIRBuilder] Use SmallPtrSet::remove_if() (NFC)Nikita Popov1-10/+2
2024-06-26[GlobalISel][ARM] Legalze set_fpmode and get_fpmode (#96467)Serge Pavlov3-5/+102
2024-06-26[SLP][NFC]Remove extra check for VU.Alexey Bataev1-1/+1