Check-in [1984824c19]

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

Overview
Comment: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.
Timelines: family | ancestors | descendants | both | mistake
Files: files | file ages | folders
SHA3-256: 1984824c19572f8ecfb598adc16fa706b4a2f6dde740b6d65411565e3c8d4f75
User & Date: kbk 2018-12-07 02:19:16.081
Original Comment: 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. Imporve auditing. Merge trunk.
Context
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 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 check-in: 1984824c19 user: kbk tags: mistake
2018-12-06
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
Changes
Unified Diff Side-by-Side Diff Patch
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.