summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/IROutliner
AgeCommit message (Expand)Author
2025-10-22[IR] Remove unsafe-fp-math attribute support (#164534)paperchalice
2025-09-22[IR] Check identical alignment for atomic instructions (#155349)Ellis Hoag
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-06-11[DebugInfo][RemoveDIs] Use autoupgrader to convert old debug-info (#143452)Jeremy Morse
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2024-11-04[llvm-project] Fix typo "propogate" (#114795)Jay Foad
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-03-27[CodeGen][LLVM] Make the `va_list` related intrinsics generic. (#85460)Alex Voicu
2024-03-18[CodeExtractor] Terminate callsite blocks to new `noreturn` functions with `u...Noah Goldstein
2024-02-27Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79...Stephen Tozer
2024-02-27Revert "Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR out...Stephen Tozer
2024-02-27Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79...Stephen Tozer
2024-02-26Revert "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#792...Stephen Tozer
2024-02-26[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79281)Stephen Tozer
2024-02-07[DebugInfo][RemoveDIs] Re-enable some test coverageJeremy Morse
2024-02-06[Extractor][DebugInfo] Don't pick DebugLocs from dbg intrinsics (#80863)Jeremy Morse
2024-02-05[Transforms] Convert tests to opaque pointers (NFC)Nikita Popov
2024-01-23[DebugInfo][RemoveDIs] Disable a run-line while investigating a problemJeremy Morse
2024-01-23[DebugInfo][RemoveDIs] Use splice in Outliner rather than moveBefore (#79124)Jeremy Morse
2023-11-22[IROutliner] Skip dbg values during the candidate search. (#72945)Davide Italiano
2023-03-21[IRSim] Check largest sections first when analyzing similarityAndrew Litteken
2023-03-21Revert "[IRSim] Check largest sections first when analyzing similarity"Andrew Litteken
2023-03-21[IRSim] Check largest sections first when analyzing similarityAndrew Litteken
2023-03-20Revert "[IRSim] Check largest sections first when analyzing similarity"Andrew Litteken
2023-03-20[IRSim] Check largest sections first when analyzing similarityAndrew Litteken
2023-03-20[IRSim] Ensure that assignment accurately reduces potential mapping between d...Andrew Litteken
2023-02-17CodeExtractor: Fix creating addrspacecasts for lifetime markersMatt Arsenault
2023-02-05IROutliner: Fix another assert with non-0 alloca addrspacesMatt Arsenault
2023-01-04IROutliner: Fix assert with non-0 alloca addrspaceMatt Arsenault
2022-12-30IROutliner: Convert tests to opaque pointersMatt Arsenault
2022-12-22[IR/MachineOutliner] Add a "nooutline" function attr and respect itJessica Paquette
2022-12-07[NFC] Port all IROutliner tests to `-passes=` syntaxRoman Lebedev
2022-07-15[IR] Don't use blockaddresses as callbr argumentsNikita Popov
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov
2022-05-07[IROutliner] Accomodate blocks containing PHINodes with one entry outside the...Andrew Litteken
2022-04-16[IROutliner] Ensure that phi values that are passed in as arguments are remap...Andrew Litteken
2022-04-14Revert "[IROutliner] Ensure that phi values that are passed in as arguments a...Andrew Litteken
2022-04-14[IROutliner] Ensure that phi values that are passed in as arguments are remap...Andrew Litteken
2022-04-14[IROutliner] Ensure that incoming blocks of PHINodes are included in the uniq...Andrew Litteken
2022-04-13[AutoUpgrade] Don't lose attributes when upgrading mem intrinsicsAlex Richardson
2022-03-21[IROutliner] Fix phi nodes when self referential within block but doesn't con...Andrew Litteken
2022-03-20[IROutliner] Do not outlined from functions with optnoneAndrew Litteken
2022-03-17[IROutliner] Make sure that loop debug info is stripped.Andrew Litteken
2022-03-14[IROutliner] Ensure merged PHINodes respect order and incoming blocks, not ju...Andrew Litteken
2022-03-14[IROutliner] Separate split PHI nodes from multiple exits by different outlin...Andrew Litteken
2022-03-14[IROutliner] Avoid reusing PHINodes that have already been matched when mergi...Andrew Litteken
2022-03-13[IRSim] Make sure the first instruction of a block doesn't get missed if it i...Andrew Litteken
2022-03-13[IRSim][IROutliner] Ignoring Musttail FunctionAndrew Litteken
2022-03-13Revert "[IRSim][IROutliner] Ignoring Musttail Function"Andrew Litteken
2022-03-13[IRSim][IROutliner] Ignoring Musttail FunctionAndrew Litteken