aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/TailCallElim/nocapture.ll
AgeCommit message (Expand)Author
2013-01-01Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-10-22Revert r166407 because it caused analyzer tests to crash and broke self-host ...Argyrios Kyrtzidis
2012-10-22Reapply r166405, teaching tailcallelim to be smarter about nocapture, with aNick Lewycky
2012-10-22Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when ...NAKAMURA Takumi
2012-10-21Teach TailRecursionElimination to consider 'nocapture' when deciding whetherNick Lewycky
2009-11-07Oops, FunctionContainsEscapingAllocas is really used to mean two differentNick Lewycky
2009-11-07Dust off tail recursion elimination. Fix a fixme by applying CaptureTrackingNick Lewycky