Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't print [%reg + 0], just print [%reg] | Brian Gaeke | 2004-04-07 | 1 | -2/+4 |
* | Fix bug in printing loads. | Brian Gaeke | 2004-04-07 | 1 | -4/+4 |
* | First attempt at special-casing printing of [%reg + offset] for | Brian Gaeke | 2004-04-06 | 1 | -0/+55 |
* | Add support for printing pc-relative displacements of functions (as used in | Brian Gaeke | 2004-04-02 | 1 | -0/+6 |
* | The .type directive on Solaris uses the # character instead of @. | Brian Gaeke | 2004-03-16 | 1 | -2/+2 |
* | Use ! for comment char; it works in both Solaris as and GAS. | Brian Gaeke | 2004-03-16 | 1 | -7/+7 |
* | Emit register names in lowercase, as required by the assembler. | Brian Gaeke | 2004-03-06 | 1 | -1/+11 |
* | Asm output is looking a lot better; not correct for all operands yet though. | Brian Gaeke | 2004-03-05 | 1 | -1/+62 |
* | Asm printer support, based on x86 - only prints mnemonics for now | Brian Gaeke | 2004-03-04 | 1 | -0/+458 |