Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: Tweak disassembly to match gdb. | José Fonseca | 2009-12-05 | 1 | -2/+8 |
| | | | | Helps verifying udis86 output. | ||||
* | llvmpipe: Stop disassembling when an unsupported opcode is found. | José Fonseca | 2009-12-05 | 1 | -1/+2 |
| | | | | Otherwise the terminal gets full of garbage. | ||||
* | llvmpipe: Debug function to check stack alignment. | José Fonseca | 2009-09-09 | 1 | -0/+17 |
| | | | | | Doing alignment check in locus is redundant, as gcc alignment assumptions will optimize away the check. | ||||
* | llvmpipe: Disassemble beyond referred code beyond the RET instruction. | José Fonseca | 2009-08-29 | 1 | -2/+32 |
| | |||||
* | llvmpipe: Allow to build without udis86. | José Fonseca | 2009-08-29 | 1 | -0/+6 |
| | |||||
* | llvmpipe: Allow to dump the disassembly byte code. | José Fonseca | 2009-08-29 | 1 | -6/+8 |
| | | | | Useful as dis86 doesn't disassemble some SSE4 opcodes yet. | ||||
* | llvmpipe: Disassemble generated x86 code. | José Fonseca | 2009-08-29 | 1 | -0/+70 |