aboutsummaryrefslogtreecommitdiffstats
path: root/libjulia/optimiser/FullInliner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renaming libjulia to libyulChristian Parpart2018-10-151-264/+0
* Fix for inlining inside conditions.chriseth2018-10-011-0/+5
* Fix wrong template parameter passed to boost::getmingchuan2018-05-141-2/+2
* Do not use solAssert within libjuliaAlex Beregszaszi2018-05-091-10/+7
* Optimize number of moves.chriseth2018-05-021-8/+14
* Assert function hoister and grouper has been used.chriseth2018-05-021-0/+2
* Move NameDispenser into its own file.chriseth2018-05-021-13/+0
* Extend pop(0)-remover to any movable expression.chriseth2018-05-021-4/+3
* Replace pop(0)-statements by empty blocks.chriseth2018-05-021-0/+19
* Inline functions returning nothing.chriseth2018-05-021-10/+22
* Full inliner.chriseth2018-05-021-0/+237