Dependenceis of frontends on boomerang.h |
|
More...
|
almost 22 years ago
|
Needs #include of cfg.h now |
|
More...
|
almost 22 years ago
|
r[24] prints as r24 now |
|
More...
|
almost 22 years ago
|
Added twoproc2 |
|
More...
|
about 22 years ago
|
Put a limit (currently 50) on the number of substitutions into one statement |
|
More...
|
about 22 years ago
|
Fixed StatementList::remove(iter) |
|
More...
|
about 22 years ago
|
Experimented with more propagation where there are 2 refs; commented out for now |
|
More...
|
about 22 years ago
|
Prog::getStringConstant works in non read-only sections now |
|
More...
|
about 22 years ago
|
Propagate into arguments |
|
More...
|
about 22 years ago
|
Started recoverReturnLocs; not ready yet |
|
More...
|
about 22 years ago
|
Fix != |
|
More...
|
about 22 years ago
|
Tidied up printing near removal of null and unused statements |
|
More...
|
about 22 years ago
|
Propagation and DFA repair are global now |
|
More...
|
about 22 years ago
|
Refactored UsesExp->RefsExp, replaceUse with replaceRef, etc |
|
More...
|
about 22 years ago
|
Started moving propagateStatements here. |
|
More...
|
about 22 years ago
|
Parameters working OK; needs global propagation |
|
More...
|
about 22 years ago
|
Fixed that assert failure in setTimeStamps |
|
More...
|
about 22 years ago
|
Fixed sparc decoder to set r[0] == 0 in store instructions |
|
More...
|
about 22 years ago
|
Oops booked in debug code |
|
More...
|
about 22 years ago
|
Always recurse into m[] for updateRefs; removed internal stmts (fixes test/pentium/loop) |
|
More...
|
about 22 years ago
|
Added a special idiom to null the semantics of AND 0xFFFFFFF0, %esp instructions |
|
More...
|
about 22 years ago
|
Staged memory depths; hello world works now |
|
More...
|
about 22 years ago
|
Added removeUnusedStatements; library procs have params now |
|
More...
|
about 22 years ago
|
Oops - fixed endless loop |
|
More...
|
about 22 years ago
|
Changed fromSSA code to be more or less a global liveness analysis. |
|
More...
|
about 22 years ago
|
Added loop test. |
|
More...
|
about 22 years ago
|
Refactored some code to use getFirstStmt, getNextStmt |
|
More...
|
about 22 years ago
|
Added -dr and -ds switches; prints in sensible order; start fromSSA code |
|
More...
|
about 22 years ago
|
Added SSA form printing to -nD switch |
|
More...
|
about 22 years ago
|
Exp::doSearch is non static now |
|
More...
|
about 22 years ago
|