Add a pass to do call graph analyis to overlay the autos and frame sections of
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Fri, 21 Aug 2009 15:22:33 +0000 (15:22 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Fri, 21 Aug 2009 15:22:33 +0000 (15:22 +0000)
commiteaa8b1f81d391ede72c4e8fcb1a8b426845e3932
tree2f94360e3c74816c257b7c0801d950d40a6b4996
parent1f2b32c5c6502c74890c188b0224e4c01ff22da4
Add a pass to do call graph analyis to overlay the autos and frame sections of
leaf functions. This pass will be extended to color other nodes of the call tree
as well in future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79631 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h
lib/Target/PIC16/MCSectionPIC16.h
lib/Target/PIC16/PIC16.h
lib/Target/PIC16/PIC16PAN.h
lib/Target/PIC16/PIC16Passes/Makefile
lib/Target/PIC16/PIC16Passes/PIC16FrameOverlay.cpp [new file with mode: 0644]
lib/Target/PIC16/PIC16Passes/PIC16FrameOverlay.h [new file with mode: 0644]
lib/Target/PIC16/PIC16TargetObjectFile.cpp
lib/Target/PIC16/PIC16TargetObjectFile.h