aboutsummaryrefslogtreecommitdiff
path: root/test/compress
AgeCommit message (Expand)Author
2013-05-06Added test scenario with unicode in properties name....Justin Lau
2013-05-05Added scenario in test case where properties shouldn't be accessed with...Justin Lau
2013-04-20fixes #189: use dotted member access when --screw-ie8 option givenMichael Ficarra
2013-04-03Add tests for typeof evaluationRoman Bataev
2013-03-01Drop last `default:` if it's the last branch and empty...Mihai Bazon
2013-01-23Fix #105: property comparison to undefined is not always safeRichard Gibson
2013-01-17Fix output for arrays containing undefined values....David Glasser
2012-11-30Add test for issue #59Mihai Bazon
2012-11-14better solution for the last test in constant switch foldingMihai Bazon
2012-11-14optimize constant switch blocks...Mihai Bazon
2012-11-12fix invalid AST produced by dropping unused variable...Mihai Bazon
2012-11-08optimization for if/break as first statement in a loop body...Mihai Bazon
2012-10-30don't move expressions containing the binary `in` operator into the `for` ini......Mihai Bazon
2012-10-24fix for `if (...) return; else return ...;`...Mihai Bazon
2012-10-22more sequence optimizations (lift some sequences above binary/unary expressio...Mihai Bazon
2012-10-18more optimizations for some break/continue casesMihai Bazon
2012-10-13drop unused function arguments...Mihai Bazon
2012-10-12actually enable the option that drops unused names in the test of issue #12Mihai Bazon
2012-10-12add test for issue #12Mihai 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-24minor tests fixMihai Bazon
2012-09-17minorMihai Bazon
2012-09-17one more test for sequencesMihai 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
2012-08-27minorMihai Bazon
2012-08-22wrote more of the compressor and added some testsMihai Bazon