index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
Makefile
Age
Commit message (
Expand
)
Author
2010-10-11
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-10-21
Add a pass to overlay pic16 data sections for function frame and automatic
Sanjiv Gupta
2009-08-21
revert r79562 + r79563
Chris Lattner
2009-08-20
Implement support for ISRs.
Sanjiv Gupta
2009-08-13
Reapply pieces of 78914 reverted in 78916, this has been fixed.
Daniel Dunbar
2009-08-13
Revert r78914, as it was breaking the build.
Owen Anderson
2009-08-13
Move PIC16 AsmPrinter to PIC16/AsmPrinter directory.
Sanjiv Gupta
2009-07-15
Add TargetInfo libraries for all targets.
Daniel Dunbar
2009-01-13
Checking in conditionals, function call, arrays and libcalls implementation.
Sanjiv Gupta
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2008-05-13
Adding files for Microchip's PIC16 target.
Sanjiv Gupta