| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -58/+0 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 1 | -2/+1 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -1/+0 |
* | PIC16 TAI doesn't need TM | Chris Lattner | 2009-08-02 | 1 | -5/+5 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 1 | -2/+1 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -386/+10 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 1 | -23/+31 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 1 | -13/+25 |
* | reduce indentation | Chris Lattner | 2009-07-26 | 1 | -3/+3 |
* | Fix the breakage caused by 76950. | Sanjiv Gupta | 2009-07-26 | 1 | -0/+3 |
* | make SectionKind be a first-class pod struct instead of just | Chris Lattner | 2009-07-25 | 1 | -2/+2 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 1 | -2/+2 |
* | we already know the sectionkind when invoking SelectSectionForGlobal, | Chris Lattner | 2009-07-24 | 1 | -4/+5 |
* | make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ... | Chris Lattner | 2009-07-24 | 1 | -12/+11 |
* | start refactoring pic16 section selection logic. | Chris Lattner | 2009-07-24 | 1 | -14/+11 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 1 | -3/+3 |
* | simplify code by making special case more obvious | Chris Lattner | 2009-07-24 | 1 | -9/+5 |
* | more random whitespace cleanup, eliminate #define, avoid copying | Chris Lattner | 2009-07-21 | 1 | -44/+31 |
* | clean up some formatting, indent by 2 instead of 4. | Chris Lattner | 2009-07-20 | 1 | -19/+9 |
* | rename TargetAsmInfo::getASDirective -> getDataASDirective | Chris Lattner | 2009-07-20 | 1 | -15/+11 |
* | Avoid compiler warnings when assertions are turned off. | Duncan Sands | 2009-07-10 | 1 | -4/+4 |
* | pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the ... | Sanjiv Gupta | 2009-07-06 | 1 | -0/+1 |
* | Implement _CONFIG macro to allow users to se to configuration settings on the... | Sanjiv Gupta | 2009-07-06 | 1 | -6/+189 |
* | Emit debug info for locals with proper scope. | Sanjiv Gupta | 2009-05-28 | 1 | -0/+3 |
* | Run through the list of globals once and sectionize all types of globlas incl... | Sanjiv Gupta | 2009-05-13 | 1 | -1/+19 |
* | Iterate over globals once and sectionize them into appropriate sections. | Sanjiv Gupta | 2009-05-12 | 1 | -4/+49 |
* | Changed lowering and asmprinter to use ABI Names class called PAN. | Sanjiv Gupta | 2009-05-10 | 1 | -35/+19 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
* | Moved pic16 naming functions to correct place. | Sanjiv Gupta | 2009-05-08 | 1 | -53/+1 |
* | Eliminate compiler warnings. | Evan Cheng | 2009-05-07 | 1 | -2/+2 |
* | Emit banksel and movlp instructions. | Sanjiv Gupta | 2009-05-06 | 1 | -0/+203 |
* | Emit .line debug directives for stoppoints. The debug location is retrieved b... | Sanjiv Gupta | 2009-04-08 | 1 | -0/+3 |
* | Made the common case of default address space directive as non-virtual for pe... | Sanjiv Gupta | 2009-02-02 | 1 | -22/+19 |
* | Enable emitting of constant values in non-default address space as well. The ... | Sanjiv Gupta | 2009-01-30 | 1 | -2/+30 |
* | Checking in conditionals, function call, arrays and libcalls implementation. | Sanjiv Gupta | 2009-01-13 | 1 | -4/+8 |
* | Added a more function PIC16 backend. However to get this working a patch in | Sanjiv Gupta | 2008-11-19 | 1 | -5/+9 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -2/+3 |
* | Adding files for Microchip's PIC16 target. | Sanjiv Gupta | 2008-05-13 | 1 | -0/+26 |