1. Make MCSection an abstract class.
[oota-llvm.git] / lib / Target / PIC16 / PIC16AsmPrinter.h
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-06 Chris Lattnergo through PIC16TargetObjectFile to make sections inste...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-15 Daniel DunbarRegister AsmPrinter for XCore, MSP430, and PIC16 targets.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-16 Sanjiv GuptaCode Restructuring. No functionality change.
2009-06-09 Sanjiv GuptaPIC16 emits auto variables as globals. When optimizer...
2009-05-28 Sanjiv GuptaEmit debug info for locals with proper scope.
2009-05-22 Sanjiv GuptaEmit debug information for globals (which include autom...
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-11 Sanjiv GuptaDetect calls to compiler intrinsics and emit an extern...
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-20 Sanjiv GuptaEmit the auto variables of a function into a different...
2009-04-06 Sanjiv GuptaMap stack based frameindices for spills to zero based...
2009-04-02 Sanjiv GuptaParams are not being generated as static globals now...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-12 Sanjiv GuptaForgot to check-in this as part of 7761.
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
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-26 Sanjiv GuptaEmit declaration for globals and externs.
2008-11-19 Sanjiv GuptaForgot to add this in the previous commit.