[PATCH][06/10] -fuse-caller-save - Collect register usage information

2013-03-30 Thread Tom de Vries
Vladimir, This patch adds analysis in pass_final to track which hard registers are set or clobbered by the function body, and stores that information in a struct cgraph_node. Thanks, -Tom 2013-03-30 Radovan Obradovic Tom de Vries * cgraph.h (struct cgraph_node): Add f

[PATCH][06/10] -fuse-caller-save - Collect register usage information

2013-03-29 Thread Tom de Vries
Vladimir, This patch adds analysis in pass_final to track which hard registers are set or clobbered by the function body, and stores that information in a struct cgraph_node. Thanks, -Tom 2013-03-29 Radovan Obradovic Tom de Vries * cgraph.h (struct cgraph_