Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-06 | test: change .stdout/.stderr to stdout/stderr | H. Peter Anvin | 1 | -1/+1 | |
Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | |||||
2008-09-11 | Remove obsolete ROL-EQU hack | Victor van den Elzen | 1 | -0/+0 | |
Now that there is proper forward reference resolution, we can get rid of this junk. Wiping the flags also removed the SBYTEnn flags, causing cmp eax, a-b a: nop b: to assemble with -Ox like cmp eax, strict dword -1 This is now fixed. | |||||
2008-07-23 | Improve checking and documentation for %ifctx | Victor van den Elzen | 1 | -1/+1 | |
2008-07-16 | update tests | Victor van den Elzen | 1 | -0/+2 | |