aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-23ValueTracking: Recognize fcmp ole/ugt with inf as a class test (#79095)Matt Arsenault4-24/+35
2024-01-23Restore: [mlir][ROCDL] Stop setting amdgpu-implicitarg-num-bytes (#79129)Saiyedul Islam2-2/+2
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet69-423/+428
2024-01-23[gn] port 3ab8d2aac7bcNico Weber1-0/+1
2024-01-23[AArch64] Add vec3 tests with add between load and store.Florian Hahn1-0/+106
2024-01-23[MC][X86] Merge lane/element broadcast comment printers. (#79020)Simon Pilgrim112-3946/+3896
2024-01-23[RemoveDIs][DebugInfo] Handle DPVAssigns in AssignmentTrackingLowering (#78980)Stephen Tozer1-138/+290
2024-01-23[AMDGPU] Handle V_PERMLANE64_B32 in fixVcmpxPermlaneHazards (#79125)Pierre van Houtryve2-0/+24
2024-01-23Revert "[clang][modules] Print library module manifest path. (#76451)"Aaron Ballman4-93/+0
2024-01-23ProfileSummary.h - remove unnecessary std::move.Simon Pilgrim1-4/+4
2024-01-23[clang-repl] Fix CMake errors when cross compilingMartin Storsjö1-1/+1
2024-01-23[Support] Avoid a VirtualBox shared folders mmap bug (#78597)Martin Storsjö1-2/+23
2024-01-23[AMDGPU] Update llvm-objdump lit tests for COV5 (#79039)Saiyedul Islam7-0/+20
2024-01-23[AMDGPU] Change default AMDHSA Code Object version to 5 (#79038)Saiyedul Islam16-29/+34
2024-01-23[PhaseOrder] Add test where indvars dropping NSW prevents vectorization.Florian Hahn1-0/+68
2024-01-23[Clang] Amend SME attributes with support for ZT0. (#77941)Sander de Smalen13-5/+186
2024-01-23[X86] canonicalizeShuffleWithOp - recognise constant vectors with getTargetCo...Simon Pilgrim13-2313/+2260
2024-01-23Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.Simon Pilgrim1-1/+1
2024-01-23[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov8-5/+222
2024-01-23Reapply [hwasan] Update dbg.assign intrinsics in HWAsan pass #78606OCHyams7-8/+214
2024-01-23[SCEVExp] Add additional tests for hoisting IVs with NSW flags.Florian Hahn1-0/+88
2024-01-23[Lex] Avoid repeated calls to getIdentifierInfo() (NFC)Nikita Popov1-4/+5
2024-01-23[InstCombine] Remove one-use check if other logic operand is constant (#77973)AtariDreams2-8/+38
2024-01-23[RemoveDIs][NFC] Disable RemoveDIs tests that are not yet enabledStephen Tozer3-6/+0
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet68-426/+421
2024-01-23[OrcJITTests] Fix warning: suggest explicit braces to avoid ambiguous 'else' ...Stefan Gränitz2-7/+14
2024-01-23[llvm-jitlink-executor] Fix unused function warning with LLVM_ENABLE_THREADS=...Stefan Gränitz1-0/+4
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet68-421/+426
2024-01-23[libc++] Remove a duplicated definition of _LIBCPP_NOINLINE (#79114)Dmitri Gribenko1-6/+0
2024-01-23[AMDGPU][NFC] Refine determining the vdata operand in MUBUF_Load_Pseudo<>.Ivan Kosarev1-2/+2
2024-01-23test/llvm-cov: Regenerate mcdc-maxbs.o w/o zlib (#78963)NAKAMURA Takumi2-0/+1
2024-01-23[TLI] Remove leftover assert in TargetLibraryInfoImpl initialize (#79056)tltao1-6/+0
2024-01-23fix optional wait wrongly treated as false (#78149)Yi Wu3-31/+68
2024-01-23[dsymutil] Add --linker parallel to more tests. (#78581)Alexey Lapshin17-37/+83
2024-01-23[DebugInfo] Remove redefinition of 'getDPVAssignmentMarkers' (NFC)Jie Fu1-5/+0
2024-01-23[AMDGPU][True16] Support source DPP operands. (#79025)Ivan Kosarev10-190/+277
2024-01-23[Flang][OpenMP] Fix to variables not inheriting data sharing attributes (#79017)harishch42-0/+61
2024-01-23[RemoveDIs][DebugInfo] Update SROA to handle DPVAssigns (#78475)Stephen Tozer23-20/+107
2024-01-23[clang][dataflow] Process terminator condition within `transferCFGBlock()`. (...martinboehme6-26/+112
2024-01-23[X86][CodeGen] Add entries for NDD SHLD/SHRD to the commuteInstructionImplShengchen Kan4-26/+56
2024-01-23[Coverage] getMaxBitmapSize: Scan `max(BitmapIdx)` instead of the last `Decis...NAKAMURA Takumi5-5/+74
2024-01-23[RISCV] Add IntrArgMemOnly for vector unit stride load/store intrinsics (#78415)Jianjian Guan1-10/+19
2024-01-23Reland "[llvm][AArch64] Copy all operands when expanding BLR_BTI bundle (#782...David Spickett3-24/+45
2024-01-23[X86][NFC] Simplify function X86InstrInfo::commuteInstructionImplShengchen Kan1-136/+96
2024-01-23[C++20] [Modules] Handle inconsistent deduced function return type from impor...Chuanqi Xu5-6/+172
2024-01-23[llvm-exegesis] Add additional validation counters (#76788)Aiden Grossman5-6/+67
2024-01-23Fix MFS warning formatYi Kong1-1/+1
2024-01-23[CodeGen][LoongArch] Set FP_TO_SINT/FP_TO_UINT to legal for vector types (#79...yjijd7-4/+208
2024-01-23[flang] Do not leak intrinsics used by ISO_C_BINDING and ISO_FORTRAN_ENV (#79...Michael Klemm2-43/+62
2024-01-22[libc++][hardening] Categorize assertions related to strict weak ordering (#7...Konstantin Varlamov11-286/+390