make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" hack.
[oota-llvm.git] / lib / Target / PIC16 / PIC16TargetAsmInfo.cpp
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-24 Daniel DunbarSwitch to getNameStr().
2009-07-24 Chris Lattnersimplify code by making special case more obvious
2009-07-21 Chris Lattnermore random whitespace cleanup, eliminate #define,...
2009-07-20 Chris Lattnerclean up some formatting, indent by 2 instead of 4.
2009-07-20 Chris Lattnerrename TargetAsmInfo::getASDirective -> getDataASDirective
2009-07-10 Duncan SandsAvoid compiler warnings when assertions are turned...
2009-07-06 Sanjiv Guptapic16 doesn't have a Data64bitsDirective. Set it NULL...
2009-07-06 Sanjiv GuptaImplement _CONFIG macro to allow users to se to configu...
2009-05-28 Sanjiv GuptaEmit debug info for locals with proper scope.
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-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-08 Sanjiv GuptaMoved pic16 naming functions to correct place.
2009-05-07 Evan ChengEliminate compiler warnings.
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-04-08 Sanjiv GuptaEmit .line debug directives for stoppoints. The debug...
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-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.