aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16TargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the ...Sanjiv Gupta2009-07-061-0/+1
* Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta2009-07-061-6/+189
* Emit debug info for locals with proper scope.Sanjiv Gupta2009-05-281-0/+3
* Run through the list of globals once and sectionize all types of globlas incl...Sanjiv Gupta2009-05-131-1/+19
* Iterate over globals once and sectionize them into appropriate sections.Sanjiv Gupta2009-05-121-4/+49
* Changed lowering and asmprinter to use ABI Names class called PAN.Sanjiv Gupta2009-05-101-35/+19
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-2/+2
* Moved pic16 naming functions to correct place.Sanjiv Gupta2009-05-081-53/+1
* Eliminate compiler warnings.Evan Cheng2009-05-071-2/+2
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-061-0/+203
* Emit .line debug directives for stoppoints. The debug location is retrieved b...Sanjiv Gupta2009-04-081-0/+3
* Made the common case of default address space directive as non-virtual for pe...Sanjiv Gupta2009-02-021-22/+19
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-301-2/+30
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-131-4/+8
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-191-5/+9
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-2/+3
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-131-0/+26