aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Transforms/Utils/LocalTest.cpp
AgeCommit message (Expand)AuthorFilesLines
6 days[DebugInfo] Remove intrinsic-flavours of findDbgUsers (#149816)Jeremy Morse1-17/+6
9 days[DebugInfo] Shave even more users of DbgVariableIntrinsic from LLVM (#149136)Jeremy Morse1-56/+0
12 days[DebugInfo][RemoveDIs] Suppress getNextNonDebugInfoInstruction (#144383)Jeremy Morse1-7/+7
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse1-78/+6
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse1-7/+1
2025-03-31[IRBuilder] Add new overload for CreateIntrinsic (#131942)Rahul Joshi1-2/+2
2024-06-29[IRBuilder] Don't include Module.h (NFC) (#97159)Nikita Popov1-0/+1
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-89/+122
2024-06-11Revert new debug info format commits:Stephen Tozer1-122/+89
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-89/+122
2024-05-29Use DIExpression::foldConstantMath at the result of a Salvaged expression (#7...Shubham Sandeep Rastogi1-2/+1
2024-05-13Revert "Repply#2 "[RemoveDIs] Load into new debug info format by default in L...Fangrui Song1-122/+89
2024-05-07[RemoveDIs] Update some unittests to the new format (#90476)Orlando Cazalet-Hyams1-108/+89
2024-05-04[Transforms] Use StringRef::operator== instead of StringRef::equals (NFC) (#9...Kazu Hirata1-1/+1
2024-05-03Repply#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer1-4/+56
2024-05-02Revert#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer1-56/+4
2024-05-02Reapply "[RemoveDIs] Load into new debug info format by default in LLVM (#897...Stephen Tozer1-4/+56
2024-05-01Revert "[RemoveDIs] Load into new debug info format by default in LLVM (#89799)"Stephen Tozer1-56/+0
2024-05-01[RemoveDIs] Load into new debug info format by default in LLVM (#89799)Stephen Tozer1-0/+56
2024-04-30[RemoveDIs] Fix findDbgValues to return dbg_assign records too (#90471)Orlando Cazalet-Hyams1-0/+61
2024-04-16[IPSCCP] Variable not visible at Og: (#77901)Carlos Alberto Enciso1-9/+12
2024-03-20[RemoveDIs][NFC] Rename DPMarker->DbgMarker (#85931)Stephen Tozer1-4/+4
2024-03-19[RemoveDIs][NFC] Rename DPValue -> DbgVariableRecord (#85216)Stephen Tozer1-12/+11
2024-03-12[RemoveDIs][NFC] Rename common interface functions for DPValues->DbgRecords (...Stephen Tozer1-1/+1
2023-11-08Reapply 7d77bbef4ad92, adding new debug-info classesJeremy Morse1-0/+67
2023-11-02Revert "[DebugInfo][RemoveDIs] Add prototype storage classes for "new" debug-...Jeremy Morse1-66/+0
2023-11-02[DebugInfo][RemoveDIs] Add prototype storage classes for "new" debug-infoJeremy Morse1-0/+66
2023-10-24[IPSCCP] Don't crash on ptrtointBenjamin Kramer1-0/+5
2023-10-24[IPSCCP] Fix a mistake in b796eac3f2aedca449fda5a46a9b0c979d1ee102 so the tes...Benjamin Kramer1-1/+1
2023-10-24[IPSCCP] Silence sign compare warnings in testBenjamin Kramer1-12/+12
2023-10-24[IPSCCP] Variable not visible at Og. (#66745)Carlos Alberto Enciso1-0/+111
2023-08-10[llvm] Drop some bitcasts and references related to typed pointersBjorn Pettersson1-1/+1
2023-08-02Stop using legacy helpers indicating typed pointer types. NFCBjorn Pettersson1-1/+1
2023-06-16Revert "Revert "InstSimplify: Require instruction be parented""Arthur Eubanks1-15/+0
2023-06-16Revert "InstSimplify: Require instruction be parented"Arthur Eubanks1-0/+15
2023-06-16Revert "Revert "InstSimplify: Require instruction be parented""Alan Zhao1-15/+0
2023-06-16Revert "InstSimplify: Require instruction be parented"Alan Zhao1-0/+15
2023-06-02InstSimplify: Require instruction be parentedMatt Arsenault1-15/+0
2023-04-26[DebugInfo] Do not delete debug intrinsics with empty metadata operandsOCHyams1-0/+41
2023-04-20[NFC] Return unique dbg intrinsics from findDbgValues and findDbgUsersOCHyams1-0/+54
2023-03-22[InstSimplify] Actually use NewOps for calls in simplifyInstructionWithOperandsArthur Eubanks1-1/+2
2023-03-02[DebugInfo] Remove `dbg.addr` from TransformsJ. Ryan Stinnett1-10/+3
2023-01-06[DebugInfo][NFC] Rename is/setUndef to is/setKilllocationOCHyams1-1/+1
2022-06-09[NFC] format InstructionSimplify & lowerCaseFunctionNamesSimon Moll1-2/+2
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille1-0/+1
2021-07-29[InstSimplify] Don't assume parent function when simplifying llvm.vscale.Sander de Smalen1-0/+15
2021-07-26[Local] Do not introduce a new `llvm.trap` before `unreachable`Johannes Doerfert1-1/+1
2021-03-08Fix 2: [DebugInfo] Support DIArgList in DbgVariableIntrinsicStephen Tozer1-4/+4
2021-03-08[DebugInfo] Support DIArgList in DbgVariableIntrinsicgbtozers1-4/+10
2021-01-02[Utils] LocalTest: fix SimplifyCFGWithNullAC test to work with `-simplifycfg-...Roman Lebedev1-1/+5