index
:
tracifyjs
apprentice
templatifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-09-17
fix .undeclared (it's now a function)
Mihai Bazon
2012-09-17
minor
Mihai Bazon
2012-09-17
possible optimization for AST_Undefined
...
Mihai Bazon
2012-09-17
empty block to empty statement: {} ==> ;
Mihai Bazon
2012-09-17
more smallish optimizations
Mihai Bazon
2012-09-17
try negating AST_Binary
Mihai Bazon
2012-09-16
some cleanup
Mihai Bazon
2012-09-16
more sequencesizing (WIP)
Mihai Bazon
2012-09-16
drop unused function
Mihai Bazon
2012-09-16
rewrite handle_if_return
...
Mihai Bazon
2012-09-15
other small optimization:
...
Mihai Bazon
2012-09-15
figure out label targets
Mihai Bazon
2012-09-15
join_vars:
...
Mihai Bazon
2012-09-14
compress typeof x == "undefined" to x === undefined, which further gets
...
Mihai Bazon
2012-09-14
minor
...
Mihai Bazon
2012-09-14
adding an imaginary "return undefined" can sometimes help
...
Mihai Bazon
2012-09-14
more optimizations that v1 does and some cleanups
...
Mihai Bazon
2012-09-13
few more optimizations:
...
Mihai Bazon
2012-09-12
minor
Mihai Bazon
2012-09-12
more AST_If optimizations
Mihai Bazon
2012-09-12
side effect fixes and small optimization for gzip
...
Mihai Bazon
2012-09-12
fixed run-tests and an issue about reversing the condition in AST_If
Mihai Bazon
2012-09-11
minor
Mihai Bazon
2012-09-11
fixed some mess with symbols/scope
...
Mihai Bazon
2012-09-11
checkpoint
...
Mihai Bazon
2012-09-10
hoist_vars is pretty bad, it seems. cancelled it for now.
Mihai Bazon
2012-09-10
adaptive base54 digits depending on char frequency (WIP)
Mihai Bazon
2012-09-10
more progress on the compressor (WIP)
Mihai Bazon
2012-09-08
minor
Mihai Bazon
2012-09-08
fix output for division followed by regexp
...
Mihai Bazon
2012-09-07
checkpoint
Mihai Bazon
2012-09-07
fix bug (forgot arg name)
Mihai Bazon
2012-09-07
always keep declarations found in unreachable code
...
Mihai Bazon
2012-09-07
fixed tests (need to drop the toplevel block in "expected" if it's a single s...
Mihai Bazon
2012-09-05
don't duplicate argument names
Mihai Bazon
2012-09-05
fix for variable names like `toString`
Mihai Bazon
2012-09-05
support for hoisting declarations
...
Mihai Bazon
2012-09-05
cleaned up usage of AST_BlockStatement
...
Mihai Bazon
2012-09-04
checkpoint
Mihai Bazon
2012-09-04
more fiddling with boolean expressions, etc.
...
Mihai Bazon
2012-09-04
if present, the `else` in an `if` should always be forced statement
Mihai Bazon
2012-09-03
boolean and if/exit optimizations
Mihai Bazon
2012-09-03
minor
Mihai Bazon
2012-09-03
more optimizations for ifs/conditionals
...
Mihai Bazon
2012-09-03
resolve constant expressions
Mihai Bazon
2012-09-03
jumps, try and definitions are statements too
Mihai Bazon
2012-09-03
an AST_If is too a StatementWithBody
Mihai Bazon
2012-09-03
a LabeledStatement should be in fact a StatementWithBody
...
Mihai Bazon
2012-09-03
switch branches must be declared `required` so that the compressor doesn't
...
Mihai Bazon
2012-09-03
Reverting "minor perf. improvements"
...
Mihai Bazon
[next]