summaryrefslogtreecommitdiff
path: root/ir_function_can_inline.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-06-23ir_function_inlining: Allow inlining of loops and conditionals.Eric Anholt1-25/+1
The new cloning code handles them.
2010-06-22Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt1-1/+0
2010-05-17Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistorIan Romanick1-147/+16
The output of all test cases was verified to be the same using diff.
2010-04-23ir_function_inlining: Implement inlining in many more cases.Eric Anholt1-0/+227
We still don't inline for control flow in the inlined function, and we don't have any limits on what we will inline.