aboutsummaryrefslogtreecommitdiffstats
path: root/libjulia/optimiser/FullInliner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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