index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
PIC16Passes
/
PIC16Cloner.cpp
Age
Commit message (
Expand
)
Author
2010-10-11
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-08-26
Reapply r112091 and r111922, support for metadata linking, with a
Dan Gohman
2010-06-24
Use ValueMap instead of DenseMap.
Devang Patel
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-02-26
The cloner has nothing to do if any of the main or ISR entrypoints are not
Sanjiv Gupta
2010-02-26
Reapply things reverted back in 97220, with the fixed test case.
Sanjiv Gupta
2010-02-26
Revert r97211 and r97213 to get the build green again.
Chandler Carruth
2010-02-26
Currently in LLVM, names of libcalls are assigned during TargetLowering
Sanjiv Gupta
2010-02-18
Remap the call sites of a shared function in interrupt line functions.
Sanjiv Gupta
2010-02-18
Re-factoring.
Sanjiv Gupta
2010-02-17
Added routine to clone the body of a function and maintain a map of already
Sanjiv Gupta
2010-02-17
Added a function to clone locals of a function.( which for pic16 are globals
Sanjiv Gupta
2010-02-17
Initial implementation of PIC16 Cloner pass.
Sanjiv Gupta