PIC16 TAI doesn't need TM
[oota-llvm.git] / lib / Target / PIC16 / PIC16TargetAsmInfo.h
2009-08-02 Chris LattnerPIC16 TAI doesn't need TM
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-25 Chris Lattnermake SectionKind be a first-class pod struct instead...
2009-07-24 Chris Lattnerwe already know the sectionkind when invoking SelectSec...
2009-07-24 Chris Lattnermake SectionForGlobal non-virtual, add a hook for pic16...
2009-07-24 Chris Lattnerstart refactoring pic16 section selection logic.
2009-07-21 Chris Lattnermore random whitespace cleanup, eliminate #define,...
2009-07-20 Chris Lattnerrename TargetAsmInfo::getASDirective -> getDataASDirective
2009-07-06 Sanjiv GuptaImplement _CONFIG macro to allow users to se to configu...
2009-06-09 Sanjiv GuptaPIC16 emits auto variables as globals. When optimizer...
2009-05-13 Sanjiv GuptaRun through the list of globals once and sectionize...
2009-05-12 Sanjiv GuptaIterate over globals once and sectionize them into...
2009-05-10 Sanjiv GuptaChanged lowering and asmprinter to use ABI Names class...
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-02-02 Sanjiv GuptaMade the common case of default address space directive...
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2008-11-19 Sanjiv GuptaAdded a more function PIC16 backend. However to get...
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.