aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/Util
AgeCommit message (Expand)AuthorFilesLines
2025-12-05PowerPC: Add vec_malloc functions to AIX in RuntimeLibcalls (#167089)Matt Arsenault1-0/+7
2025-12-03[Support] Support debug counters in non-assertion builds (#170468)Nikita Popov1-1/+0
2025-11-27XCore: Add iprintf to RuntimeLibcalls system library (#167088)Matt Arsenault1-0/+6
2025-11-27RuntimeLibcalls: Add small_printf functions to emscripten (#167087)Matt Arsenault1-0/+6
2025-11-27RuntimeLibcalls: Add macos unlocked IO functions to systems (#167084)Matt Arsenault1-2/+9
2025-11-26RuntimeLibcalls: Add memset_pattern* calls to darwin systems (#167083)Matt Arsenault1-0/+22
2025-11-26RuntimeLibcalls: Add malloc and free entries (#167081)Matt Arsenault1-0/+9
2025-11-25RuntimeLibcalls: Add mustprogress to common function attributes (#167080)Matt Arsenault4-5/+5
2025-11-25RuntimeLibcalls: Add __memcpy_chk, __memmove_chk, __memset_chk (#167053)Matt Arsenault2-0/+10
2025-11-25RuntimeLibcalls: Add a few libm entries from TargetLibraryInfo (#167049)Matt Arsenault1-0/+32
2025-11-14DeclareRuntimeLibcalls: Use RuntimeLibraryAnalysis (#167995)Matt Arsenault1-0/+17
2025-11-12RuntimeLibcalls: Add libcall entries for sleef and armpl modf functions (#166...Matt Arsenault2-1/+17
2025-11-10RuntimeLibcalls: Add call entries for sincos sleef and armpl libcalls (#166983)Matt Arsenault2-5/+22
2025-11-10RuntimeLibcalls: Add entries for vector sincospi functions (#166981)Matt Arsenault2-0/+24
2025-11-10[DebugInfo] Add Verifier check for incorrectly-scoped retainedNodes (#166855)Vladislav Dzhidzhoev1-1/+1
2025-11-05RuntimeLibcalls: Split lowering decisions into LibcallLoweringInfo (#164987)Matt Arsenault2-5/+10
2025-11-04DeclareRuntimeLibcalls: Add registered target checks to test run linesMatt Arsenault1-7/+7
2025-11-04RuntimeLibcalls: Add stub API for getting function signatures (#166290)Matt Arsenault4-0/+59
2025-10-31[UTC] Support to test annotated IR (#165419)Kunqiu Chen7-234/+392
2025-10-29[PredicateInfo] Drop redundant PredicateInfo annotation (#165434)Kunqiu Chen1-3/+1
2025-10-27[PredicateInfo] Reformat PT_Switch's annotation as valid comments (#165249)Kunqiu Chen1-13/+7
2025-10-23[test][Transforms] Remove unsafe-fp-math uses part 1 (NFC) (#164742)paperchalice2-14/+7
2025-10-22[PredicateInfo] Reserve adjacent LN_Last defs for the same phi use (#164577)Kunqiu Chen1-0/+27
2025-08-11[PredicateInfo] Use bitcast instead of ssa.copy (#151174)Nikita Popov6-153/+153
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov2-8/+8
2025-07-09Utils: Add pass to declare runtime libcalls (#147534)Matt Arsenault1-0/+15
2025-07-05[Clang][AArch64] Remove redundant tune args to the backend (#146896)Tomer Shafir1-1/+1
2025-06-29[AArch64] Fix stale +zcm target feature to +zcm-gpr64 (#146260)Tomer Shafir1-1/+1
2025-06-24[RemoveDIs] Fix rotten --implicit-check-not lines (#144711)Orlando Cazalet-Hyams1-1/+1
2025-06-17[AArch64][VecLib] Add libmvec support for AArch64 targets (#143696)Mary Kassayova1-5/+23
2025-05-07[LLVM][VecLib] Refactor LIBMVEC integration to be target neutral. (#138262)Paul Walker1-1/+7
2025-04-18[FlattenCFG] Fix an Imprecise Usage of AA (#128117)Chengjun1-0/+140
2025-04-17[TLI] Use AArch64 vector calling convention for ArmPL routines (#135790)David Sherwood1-8/+8
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse7-13/+0
2025-02-11[llvm] Avoid out-of-order evaluation in DebugInfo (#125116)Elvin Wang1-0/+88
2024-11-26[RISCV][SLEEF]: Support SLEEF vector library for RISC-V target. (#114014)Mark Goncharov1-16/+27
2024-11-01AssumeBundleBuilder: switch placeholder from undef to poison [NFC]Nuno Lopes1-3/+3
2024-10-29Adding more vector calls for -fveclib=AMDLIBM (#109662)Rohit Aggarwal1-2/+25
2024-09-19[ValueTracking] Support assume in entry block without DT (#109264)Nikita Popov1-24/+18
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer4-12/+12
2024-06-10[NFCI][metadata][LibCallsShrinkWrap] Use create{Unlikely,Likely}BranchWeights...Vitaly Buka3-3/+3
2024-05-28[DebugCounter] Add support for non-continous ranges. (#89470)Ralender1-3/+3
2024-05-22[NFC] Fix typo in llvm/test/Transforms/Util/add-TLI-mappings.llPaul Walker1-4/+4
2024-04-10[AArch64][TLI] Add TLI mappings for ArmPL modf, sincos, sincospi (#83143)Paschalis Mpeis1-7/+25
2024-02-25[FlattenCFG] Fix the miscompilation where phi nodes exist in the merge point ...Yingwei Zheng1-6/+9
2024-02-15Adding support of AMDLIBM vector library (#78560)Rohit Aggarwal1-0/+23
2024-02-06[DebugInfo][RemoveDIs] Extend intrinsic-conversion in debugify (#80861)Jeremy Morse1-6/+11
2024-02-05[Transforms] Convert tests to opaque pointers (NFC)Nikita Popov1-1/+1
2024-02-02[TLI][AArch64] Adjust TLI mappings to vector functions taking linear pointers...Maciej Gabka1-43/+25
2024-01-25[Pass] Add hyphen to some pass names (#74287)paperchalice3-5/+5