Age | Commit message (Collapse) | Author |
|
|
|
something linkable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
optimizer
|
|
|
|
|
|
|
|
|
|
|
|
Fix and test for find_executable.
|
|
|
|
Add an optimization to simplifyExpressionsPre to replace (x<y)&1 with x<y
if possible. This comes up frequently in C++ with bool variables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use distutils.
|
|
Remove old code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
tools/js-optimizer.js
|
|
This allows us to preserve more line numbers when debugging.
|
|
|
|
|
|
This allows us to use strict comparisons on the node type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|