llvm-6502/lib/Target/PIC16/AsmPrinter
Sanjiv Gupta 4e4bba5c80 Add a pass to overlay pic16 data sections for function frame and automatic
variables. This pass can be invoked by llvm-ld or opt to traverse over the call graph 
to detect what function frames and their automatic variables can be overlaid.
Currently this builds an archive , but needs to be changed to a loadable module.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84753 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-21 10:42:44 +00:00
..
CMakeLists.txt
Makefile Normalize makefile comments and sort cmake file lists. 2009-08-31 13:05:24 +00:00
PIC16AsmPrinter.cpp Add a pass to overlay pic16 data sections for function frame and automatic 2009-10-21 10:42:44 +00:00
PIC16AsmPrinter.h Add a pass to overlay pic16 data sections for function frame and automatic 2009-10-21 10:42:44 +00:00