about summary refs log tree commit diff stats
path: root/subx/032check_operand_bounds.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4694Kartik Agaram2018-10-131-10/+10
| | | | Check for duplicate docstrings.
* 4616 - fix subx/examples/ex7Kartik Agaram2018-09-291-1/+1
| | | | | | | | | It was broken since I added support for global variables, back on Sep 1. One other subtle thing I've improved is the name `looks_like_hex_int`. We can now distinguish in the pack-operands transform between ignoring 'foo' because it doesn't look like a number, and immediately flagging '0xfoo' as an error because it *should* be a number.
* 4544Kartik Agaram2018-09-121-1/+1
| | | | | | | | Attempt #3 at fixing CI. In the process the feature gets a lot less half-baked. Ridiculously misleading that we had `has_metadata()` was special-cased to one specific transform. I suck.
* 4499Kartik Agaram2018-08-091-2/+2
| | | | | More tweaks for check passes. Ensure they're never first-class transforms.
* 4483Kartik Agaram2018-08-041-0/+54
Reorganize layers in accordance with the plan in layer 29.