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