aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CallInliner.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2009-12-24As Ted suggested, record the callsite information with the StackFrameContext.Zhongxing Xu
2009-12-24Inter-procedural analysis: now we can return from the callee.Zhongxing Xu
2009-12-23Migrate the call inliner to the Checker interface.Zhongxing Xu
2009-11-28lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam
2009-10-13Now we can call into another function with the CallInliner transfer function.Zhongxing Xu
2009-09-11Start to add a new transfer function that inlines callee. To be continued.Zhongxing Xu