index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
PIC16Passes
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-0
/
+27
*
Re-factoring.
Sanjiv Gupta
2010-02-18
2
-67
/
+90
*
Added routine to clone the body of a function and maintain a map of already
Sanjiv Gupta
2010-02-17
2
-0
/
+45
*
Added a function to clone locals of a function.( which for pic16 are globals
Sanjiv Gupta
2010-02-17
1
-1
/
+31
*
Removed header files from .h by adding forward decls.
Sanjiv Gupta
2010-02-17
2
-22
/
+27
*
Initial implementation of PIC16 Cloner pass.
Sanjiv Gupta
2010-02-17
2
-0
/
+254
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
1
-1
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+1
*
Revert r85134, it breaks mingw build
Anton Korobeynikov
2009-10-26
2
-5
/
+3
*
Make PIC16 overlay a loadable pass.
Sanjiv Gupta
2009-10-26
2
-4
/
+4
*
Revert r84764, it breaks mingw build
Anton Korobeynikov
2009-10-21
1
-1
/
+1
*
Build shared lib instead of an archive.
Sanjiv Gupta
2009-10-21
1
-1
/
+1
*
Add a pass to overlay pic16 data sections for function frame and automatic
Sanjiv Gupta
2009-10-21
3
-0
/
+253
*
Revert r79563
Chris Lattner
2009-08-21
2
-177
/
+0
*
revert r79631
Chris Lattner
2009-08-21
2
-0
/
+0
*
revert 79631
Chris Lattner
2009-08-21
3
-117
/
+0
*
Add a pass to do call graph analyis to overlay the autos and frame sections of
Sanjiv Gupta
2009-08-21
3
-0
/
+117
*
Remove #include <iostream>.
Bill Wendling
2009-08-21
1
-1
/
+0
*
part of the previous commit for PIC16 ISR implementation.
Sanjiv Gupta
2009-08-20
2
-0
/
+178