Re: Control Flow Graphs

2006-10-16 Thread Paul Yuan
o view/access/print out the control flow graphs produced by GCC, either at compilation time, or after compilation has taken place? Thanks for your time. Rob -- Paul Yuan www.yingbo.com

Re: Some hints on solving this problem?

2007-02-03 Thread Paul Yuan
e back-end of gcc too complex... :-( So, what is the best level in back-end to accomplish this task? I would appreciate any help I can get on this problem! thx! -- Paul Yuan www.yingbo.com

Re: Some hints on solving this problem?

2007-02-04 Thread Paul Yuan
tecture. (I have found many insn templates in ia64.md, but how about itanium.md and itanium2.md?) 在 07-2-4,Paul Yuan<[EMAIL PROTECTED]> 写道: > 1) Modify the final() in final.c to emit some code before ld and st > before outputting the assembly. > 2) Modify the MD file. Find the templa

Re: Any hints on this problem? Thanks!

2007-02-09 Thread Paul Yuan
original state before that function > returns". I want hints on how to and the existing interfaces in gcc > to do this :-). He's telling you that you have to do it yourself, in the code that you just inserted. Andrew. -- Paul Yuan www.yingbo.com