Check-in [0b62f38ede]

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

Overview
Comment:Merge changes: complete type checking of Boolean args to 'jumpTrue', 'jumpFalse', 'not', 'land', and 'lor'
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0b62f38ede187e85158fe3ab2cd872f1a7c52e266a91dd6f99e143d18691e0dd
User & Date: kbk 2018-03-27 01:36:33.987
Context
2018-04-10
02:46
Reform buildVector and clearVector to use preallocated space in the LLVM callframe check-in: a7ae4fde24 user: kbk tags: trunk
2018-03-27
01:44
merge trunk check-in: 6b733cc796 user: kbk tags: kbk-nre
01:40
merge trunk check-in: c0e88e91be user: kbk tags: inline
01:36
Merge changes: complete type checking of Boolean args to 'jumpTrue', 'jumpFalse', 'not', 'land', and 'lor' check-in: 0b62f38ede user: kbk tags: trunk
01:32
Fix a problem where adding and dropping references to/from FAIL IMPURE values would dereference a null pointer in the FAIL case. closed check-in: 0bd0c41f0a user: kbk tags: kbk-domain-check
2018-03-15
22:09
Correct broken Markdown formatting in NRE notes check-in: 86584bbbc5 user: kbk tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to codegen/build.tcl.
Changes to codegen/compile.tcl.
Changes to codegen/mathlib.tcl.
Changes to codegen/stdlib.tcl.
Changes to codegen/struct.tcl.
Changes to codegen/tclapi.tcl.
Changes to codegen/tycon.tcl.
Changes to demos/perftest/tester.tcl.
Changes to quadcode/abbreviate.tcl.
Changes to quadcode/bytecode.tcl.
Changes to quadcode/specializer.tcl.
Changes to quadcode/ssa.tcl.
Changes to quadcode/translate.tcl.
Changes to quadcode/types.tcl.