Age | Commit message (Collapse) | Author | Files | Lines |
|
There are several validation passes which loop over all ordered
instructions. This CL combines those into a single loop, calling each
pass as needed.
|
|
Previously the adjacency messages would output the last line of the file
as the disassembly. This is incorrect, as we have an instruction they
can be attached too. This CL fixes the messages to attach to the correct
line number.
|
|
This CL moves the various validate files into the val/ directory with
the rest of the validation infrastructure. This matches how opt/ is
setup with the passes with the infrastructure.
|