index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PIC16
/
PIC16Passes
/
PIC16Cloner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-10-11
1
-299
/
+0
*
Reapply r112091 and r111922, support for metadata linking, with a
Dan Gohman
2010-08-26
1
-1
/
+1
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
1
-12
/
+12
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-1
/
+1
*
The cloner has nothing to do if any of the main or ISR entrypoints are not
Sanjiv Gupta
2010-02-26
1
-0
/
+3
*
Reapply things reverted back in 97220, with the fixed test case.
Sanjiv Gupta
2010-02-26
1
-2
/
+2
*
Revert r97211 and r97213 to get the build green again.
Chandler Carruth
2010-02-26
1
-2
/
+2
*
Currently in LLVM, names of libcalls are assigned during TargetLowering
Sanjiv Gupta
2010-02-26
1
-2
/
+2
*
Remap the call sites of a shared function in interrupt line functions.
Sanjiv Gupta
2010-02-18
1
-0
/
+24
*
Re-factoring.
Sanjiv Gupta
2010-02-18
1
-67
/
+87
*
Added routine to clone the body of a function and maintain a map of already
Sanjiv Gupta
2010-02-17
1
-0
/
+38
*
Added a function to clone locals of a function.( which for pic16 are globals
Sanjiv Gupta
2010-02-17
1
-1
/
+31
*
Initial implementation of PIC16 Cloner pass.
Sanjiv Gupta
2010-02-17
1
-0
/
+184