aboutsummaryrefslogtreecommitdiff
path: root/test/compress/conditionals.js
AgeCommit message (Expand)Author
2017-01-26optimise binary operands with evaluate() (#1427)...Alex Lam S.L
2016-06-21Fix conditional expressions of form (x ? -1 : -1)...kzc
2016-04-02Optimize ternaries with boolean consequent or alternative....kzc
2016-02-22boolean_expression ? true : false --> boolean_expressionkzc
2015-11-24#873 Fix `conditionals` optimizations with default compress optionskzc
2015-06-14spacingkzc
2015-06-11optimizations for && and || where left side is constant expressionkzc
2015-05-18Fix compressing conditionals...Mihai Bazon
2015-04-13Fix compression of conditionals...Mihai Bazon
2015-02-11Clean up unit test breakage...Richard van Velzen
2015-01-13Optimize conditionals where the consequent and alternative are both booleans ...Tal Ater
2014-09-28Referencing a global is assumed to have side effects....Mihai Bazon
2014-09-04Compress conditions that have side effects using sequencesTal Ater
2014-09-03Added a test for else ifTal Ater
2014-09-02Compress conditional assignments where all possible outcomes are equivalant a...Tal Ater
2014-02-06Simplify nested conditionals if possibleMatt Basta
2013-12-29Conditional/call optimization...Mihai Bazon
2012-10-03added option for side-effect-free statements, fix testMihai Bazon
2012-10-03disable `hoist_vars` by default and change `comparations` to `comparisons`Mihai Bazon
2012-09-17minorMihai Bazon
2012-09-16rewrite handle_if_return...Mihai Bazon
2012-09-13few more optimizations:...Mihai Bazon
2012-09-12minorMihai Bazon
2012-09-10more progress on the compressor (WIP)Mihai Bazon
2012-09-07always keep declarations found in unreachable code...Mihai Bazon