Changes On Branch mistake

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch mistake Excluding Merge-Ins

This is equivalent to a diff from 7b85bdfca9 to 1984824c19

2018-12-07
02:23
Increase recursion limit to allow compilation of longer procedures. Correct a bug in expandInlines that left dangling references to procedure args. Correct a bug in analyzeTypes where the INT/ENTIER break was set to int32 rather than int64. Add shift operations to constfold. Improve auditing. Merge trunk. Closed-Leaf check-in: 023d0828f0 user: kbk tags: poly1305
02:19
Increase recursion limit to allow compilation of longer procedures. Correct a bug in expandInlines that left dangling references to procedure args. Correct a bug in analyzeTypes where the INT/ENTIER break was set to int32 rather than int64. Add shift operations to constfold. Improve auditing. Merge trunk. Closed-Leaf check-in: 1984824c19 user: kbk tags: mistake
2018-12-06
21:17
merge trunk check-in: c2a6505ae9 user: dkf tags: poly1305
03:15
Merge kbk-pre - add the optimizations of loop inversion (enables loop-invariant code motion) and partial redundancy elimination, and fix multiple bugs exposed by these optimizations. check-in: 0e06123e97 user: kbk tags: trunk
2018-11-04
23:49
merge trunk check-in: 7b85bdfca9 user: dkf tags: poly1305
2018-11-01
22:04
Allow IMPURE values to builtin mathfuncs check-in: dfc7885448 user: kbk tags: trunk
2018-10-31
11:32
Also ask for critical math function to be compiled check-in: fb47c5a2cd user: dkf tags: poly1305

Changes to demos/perftest/tester.tcl.

Changes to quadcode/bb.tcl.

Changes to quadcode/builtin_specials.tcl.

Changes to quadcode/callframe.tcl.

Changes to quadcode/constfold.tcl.

Changes to quadcode/copyprop.tcl.

Changes to quadcode/dbginfo.tcl.

Changes to quadcode/deadcode.tcl.

Changes to quadcode/duchain.tcl.

Changes to quadcode/heap.tcl.

Changes to quadcode/inline.tcl.

Added quadcode/loopinv.tcl.

Changes to quadcode/narrow.tcl.

Changes to quadcode/nodesplit.tcl.

Added quadcode/pre.tcl.

Changes to quadcode/specializer.tcl.

Changes to quadcode/ssa.tcl.

Changes to quadcode/transformer.tcl.

Changes to quadcode/typecheck.tcl.

Changes to quadcode/types.tcl.

Changes to quadcode/upvar.tcl.