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
/
PIC16TargetAsmInfo.h
Age
Commit message (
Expand
)
Author
2009-07-06
Implement _CONFIG macro to allow users to se to configuration settings on the...
Sanjiv Gupta
2009-06-09
PIC16 emits auto variables as globals. When optimizer removes a function enti...
Sanjiv Gupta
2009-05-13
Run through the list of globals once and sectionize all types of globlas incl...
Sanjiv Gupta
2009-05-12
Iterate over globals once and sectionize them into appropriate sections.
Sanjiv Gupta
2009-05-10
Changed lowering and asmprinter to use ABI Names class called PAN.
Sanjiv Gupta
2009-05-06
Emit banksel and movlp instructions.
Sanjiv Gupta
2009-02-02
Made the common case of default address space directive as non-virtual for pe...
Sanjiv Gupta
2009-01-30
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-13
Checking in conditionals, function call, arrays and libcalls implementation.
Sanjiv Gupta
2008-11-19
Added a more function PIC16 backend. However to get this working a patch in
Sanjiv Gupta
2008-05-13
Adding files for Microchip's PIC16 target.
Sanjiv Gupta