summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/Inline/inline_invoke.ll
AgeCommit message (Expand)Author
2024-05-19[Clang][CodeGen] Start migrating away from assuming the Default AS is 0 (#88182)Alex Voicu
2022-12-08[Inline] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-08[NFC] Port all Inline tests to `-passes=` syntaxRoman Lebedev
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-04-26[llvm][Inline] Remove PriorityInlineOrder in SCC inlinerLiqiang Tao
2022-03-25Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert
2021-06-19[llvm][Inliner] Add an optional PriorityInlineOrderLiqiang Tao
2021-06-18Revert D104028 "[llvm][Inliner] Add an optional PriorityInlineOrder"Liqiang Tao
2021-06-18[llvm][Inliner] Add an optional PriorityInlineOrderLiqiang Tao
2020-10-20[IR] Make nosync, nofree and willreturn default for intrinsics.sstefan1
2019-07-28[FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2016-12-27[PM] Move the collection of call sites to a more appropriate placeChandler Carruth
2015-11-11Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka
2015-08-13Emit argmemonly attribute for intrinsics.Igor Laevsky
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2013-12-08Fix inlining to not produce duplicate landingpad clausesMark Seaborn
2013-03-22Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2011-09-02Update to new EH scheme.Bill Wendling
2011-08-27Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling
2011-06-09SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall
2011-06-01First, do no harm -- even if we can't find a selector for an enclosingJohn McCall
2011-05-30Add the test case for phis in the outer landing pad during the inliner'sJohn McCall
2011-05-28Implement and document the llvm.eh.resume intrinsic, which isJohn McCall
2011-05-27Fix the inliner to maintain the current de facto invoke semantics:John McCall