summaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-5/+3
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-4/+1
* Update due to mainline API changeAnton Korobeynikov2009-05-031-4/+6
* Some eye-candyAnton Korobeynikov2009-05-031-8/+7
* Print function header / footerAnton Korobeynikov2009-05-031-0/+45
* Fix printing: je => jeqAnton Korobeynikov2009-05-031-1/+1
* Properly handle ExternalSymbol'sAnton Korobeynikov2009-05-031-0/+9
* Lower select with custom inserted and make condjumps genericAnton Korobeynikov2009-05-031-0/+28
* Reverse order of memory argumentsAnton Korobeynikov2009-05-031-6/+6
* Correct asmprinting of memory operandsAnton Korobeynikov2009-05-031-12/+18
* Some early full call lowering draft for direct callsAnton Korobeynikov2009-05-031-7/+21
* Basic support for mem=>reg movesAnton Korobeynikov2009-05-031-3/+27
* Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...Anton Korobeynikov2009-05-031-1/+22
* Add function body printing routineAnton Korobeynikov2009-05-031-1/+21
* Dummy MSP430 backendAnton Korobeynikov2009-05-031-0/+99