Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807
[oota-llvm.git] / lib / Target / PIC16 / PIC16TargetAsmInfo.cpp
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.