summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16TargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-58/+0
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-2/+1
* 1. Make MCSection an abstract class.Chris Lattner2009-08-081-1/+0
* PIC16 TAI doesn't need TMChris Lattner2009-08-021-5/+5
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-2/+1
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-386/+10
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-271-23/+31
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-271-13/+25
* reduce indentationChris Lattner2009-07-261-3/+3
* Fix the breakage caused by 76950. Sanjiv Gupta2009-07-261-0/+3
* make SectionKind be a first-class pod struct instead of justChris Lattner2009-07-251-2/+2
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-251-2/+2
* we already know the sectionkind when invoking SelectSectionForGlobal,Chris Lattner2009-07-241-4/+5
* make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ...Chris Lattner2009-07-241-12/+11
* start refactoring pic16 section selection logic.Chris Lattner2009-07-241-14/+11
* Switch to getNameStr().Daniel Dunbar2009-07-241-3/+3
* simplify code by making special case more obviousChris Lattner2009-07-241-9/+5
* more random whitespace cleanup, eliminate #define, avoid copyingChris Lattner2009-07-211-44/+31
* clean up some formatting, indent by 2 instead of 4.Chris Lattner2009-07-201-19/+9
* rename TargetAsmInfo::getASDirective -> getDataASDirectiveChris Lattner2009-07-201-15/+11
* Avoid compiler warnings when assertions are turned off.Duncan Sands2009-07-101-4/+4
* 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
OpenPOWER on IntegriCloud