llvm-6502/lib/Target/PIC16/PIC16Passes
Sanjiv Gupta e74c3bae3a Initial implementation of PIC16 Cloner pass.
This pass is supposed to be run on the linked .bc module.
It traveses the module call graph twice. Once starting from the main function
and marking each reached function as "ML". Again, starting from the ISR
and cloning any reachable function that was marked as "ML". After cloning
the function, it remaps all the call sites in IL functions to call the
cloned functions. 

Currently only marking is being done.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96435 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-17 01:11:53 +00:00
..
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
PIC16Cloner.cpp Initial implementation of PIC16 Cloner pass. 2010-02-17 01:11:53 +00:00
PIC16Cloner.h Initial implementation of PIC16 Cloner pass. 2010-02-17 01:11:53 +00:00
PIC16Overlay.cpp
PIC16Overlay.h