aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-09[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.bolt-add-profile-density-computationAmir Ayupov1979-47121/+75511
2024-07-31[BOLT][NFC] Print timers in perf2bolt invocationAmir Ayupov2-0/+8
2024-07-31[BOLT][NFC] Add timers for MetadataManager invocationsAmir Ayupov2-0/+25
2024-07-31[TargetLowering] Remove weird use of MVT::isVoid in an assert. (#101436)Craig Topper1-1/+2
2024-08-01[RISCV] Increase default tail duplication threshold to 6 at -O3 (#98873)Pengcheng Wang5-1/+98
2024-08-01[nsan][NFC] Use cast when dyn_cast is not needed. (#101147)Wu Yingcong1-2/+2
2024-07-31[libc][math][c23] add entrypoints and tests for getpayload{,f,f128} (#101285)Job Henandez Lara19-1/+253
2024-08-01[mlir][Transforms] Preserve all analysis in print passes (#101315)Hideto Ueno3-0/+3
2024-07-31[SandboxIR][NFC] Factor out common test for CastInst subclasses (#101410)vporpo1-383/+61
2024-08-01[MemProf] Fix when function has indirect call (#101170)lifengxiang10252-2/+13
2024-07-31[mlir][spirv] Fix tablegen generator script's stripping of prefixes (#101378)Andrea 🦈1-4/+20
2024-07-31[RISCV][GISel] Slightly simplify the regbank selection for G_LOAD/STORE. NFC ...Craig Topper1-10/+11
2024-07-31[TableGen][MVT] Lower the maximum 16-bit MVT from 16384 to 511. (#101401)Craig Topper3-13/+13
2024-08-01[RISCV] Use experimental.vp.splat to splat specific vector length elements. (...Yeting Kuo3-28/+79
2024-07-31[lldb] Use Target references instead of pointers in CommandObject (NFC)Jonas Devlieghere6-167/+148
2024-07-31[DirectX] Rename backend DXIL resource analysis passes to DXILResourceMD*. NFCJustin Bogner10-32/+34
2024-07-31[LegalizeTypes][RISCV][LoongArch] Optimize promotion of ucmp. (#101366)Craig Topper3-24/+59
2024-07-31Forward declare OSSpinLockLock on MacOS since it's not shipped on the system....Amara Emerson1-0/+12
2024-07-31[SandboxIR] Implement PHINodes (#101111)Sterling-Augustine8-0/+587
2024-07-31[RISCV] Merge more rv32/rv64 intrinsic tests that have the same content. NFCCraig Topper10-14042/+2434
2024-07-31[NFC][Clang] Clean up VisitUnaryPlus by removing unused FP feature check (#10...smanna121-1/+0
2024-07-31[GISEL][RISCV] RegBank Select for Scalable Vector Load/Store (#99932)Jiahan Xie4-6/+2986
2024-07-31[RISCV][GlobalISel] Legalize Scalable Vector Loads and Stores (#84965)Jiahan Xie6-3/+2193
2024-07-31[SandboxIR][NFC] Move BasicBlock class definition up (#101422)Arthur Eubanks1-51/+51
2024-07-31[NVPTX] Make minimum/maximum work on older GPUsDavid Majnemer2-128/+1366
2024-07-31[Clang] [NFC] Fix potential dereferencing of nullptr (#101405)smanna122-3/+3
2024-07-31[libc][math][c23] removed dsubl for 32 arm (#101423)aaryanshukla1-1/+0
2024-07-31[RISCV] Remove unncessary FP extensions from some integer only vector tests.Craig Topper29-54/+54
2024-07-31[mlir][sparse] introduce `sparse_tensor.coiterate` operation. (#101100)Peiming Liu7-99/+569
2024-07-31[libc] Add vsscanf function (#101402)Joseph Huber10-0/+256
2024-07-31[libc++] Drop support for the C++20 Synchronization Library before C++20 (#82...Louis Dionne34-191/+120
2024-07-31[TableGen] Add an explicit cast to allow one TypeSetByHwMode constructor to b...Craig Topper2-3/+1
2024-07-31[TableGen] Pass ValueTypeByHwMode by const reference in a couple places. NFCCraig Topper1-3/+5
2024-07-31[mlir][sparse] implement `sparse_tensor.extract_value` operation. (#101220)Peiming Liu4-7/+40
2024-07-31[mlir][Transforms] Dialect conversion: Skip materializations when running wit...Matthias Springer2-17/+24
2024-07-31[SCEV] Use power of two facts involving vscale when inferring wrap flags (#10...Philip Reames3-74/+90
2024-07-31Revert "[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue"Haowei Wu5-72/+12
2024-07-31[sanitizer] Make file headers more conventionalFangrui Song4-4/+4
2024-07-31[BOLT][DWARF][NFC] Split DIEBuilder::finish (#101244)Sayhaan Siddiqui3-24/+71
2024-07-31[libc][math][c23] Add dfma{l,f128} and dsub{l,f128} C23 math functions (#101089)aaryanshukla30-7/+421
2024-07-31[RISCV] Use X0 for VLMax for slide1up/slide1down in lowerVectorIntrinsicScala...Craig Topper3-38/+59
2024-07-31[NFC][LLVM] Add RealtimeSanitizer LLVM code owners (#101231)Chris Apple1-0/+4
2024-07-31[ELF] Add -z nosectionheaderFangrui Song8-5/+65
2024-07-31[Clang] Suppress missing architecture error when doing LTO (#100652)Joseph Huber5-5/+21
2024-07-31[mlir][Linalg] Deprecate `linalg::tileToForallOp` and `linalg::tileToForallOp...MaheshRavishankar17-409/+600
2024-07-31AMDGPU: Add testcase for materializing sgpr frame indexes (#101306)Matt Arsenault2-0/+4159
2024-07-31[libc][math][c23] Refactor expf16 (#101373)OverMighty4-7/+7
2024-07-31[Offload] Allow to record kernel launch stack traces (#100472)Johannes Doerfert14-12/+531
2024-07-31[BOLT][DWARF] Sort GDBIndexTUEntryVector (#101264)Sayhaan Siddiqui3-6/+13
2024-07-31[Driver] Correct comment on default for -falign-functions (#101257)Paul T Robinson1-2/+2