aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16Passes/PIC16Cloner.cpp
AgeCommit message (Expand)Author
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-08-26Reapply r112091 and r111922, support for metadata linking, with aDan Gohman
2010-06-24Use ValueMap instead of DenseMap.Devang Patel
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-02-26The cloner has nothing to do if any of the main or ISR entrypoints are not Sanjiv Gupta
2010-02-26Reapply things reverted back in 97220, with the fixed test case.Sanjiv Gupta
2010-02-26Revert r97211 and r97213 to get the build green again.Chandler Carruth
2010-02-26Currently in LLVM, names of libcalls are assigned during TargetLoweringSanjiv Gupta
2010-02-18Remap the call sites of a shared function in interrupt line functions.Sanjiv Gupta
2010-02-18Re-factoring.Sanjiv Gupta
2010-02-17Added routine to clone the body of a function and maintain a map of alreadySanjiv Gupta
2010-02-17Added a function to clone locals of a function.( which for pic16 are globalsSanjiv Gupta
2010-02-17Initial implementation of PIC16 Cloner pass.Sanjiv Gupta