bbiiggppiigg

Results 10 comments of bbiiggppiigg

The abi break detected seems to be caused by newly inserted enum values, which should be reasonable in this case as we are adding support for a new architecture.

@bigtrak So every architecture might have [variants](https://llvm.org/docs/AMDGPUUsage.html#instructions). Each variant might [map](https://llvm.org/docs/AMDGPUUsage.html#processors) to more than one product (mi-xxx). I think in one of the past meetings we brought up this issue...

@hainest 1. You still think that I should separate out the change to the debugging interface? I'm not sure what is the right way to pull them out of this...

@hainest I think this PR is ready for review again.

I'm working on some more stuff for gfx908 so please don't merge yet

So what I should do is build the docs, and then check if the TODO items can be checked off based on the built documentation ?

> > So what I should do is build the docs, and then check if the TODO items can be checked off based on the built documentation ? > >...

Now I think about it, a page for runtime debug environmental variable can really help.

I'm not too sure what you mean by things god failed. If you want to insert at a specific instruction, try PreInsn or PostInsn. Here is an example trying to...

You can run your program with DYNINST_DEBUG_RELOC=1, which should generate some sort of trace of how blocks are being reallocated. Then either you can parse the output file, or you...