aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430AsmPrinter.cpp
AgeCommit message (Expand)Author
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2010-10-05Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach
2010-10-02Continue reverting r115363.Nick Lewycky
2010-10-02Revert patches r115363 r115367 r115391 due to build breakage:Nick Lewycky
2010-10-01Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' toJim Grosbach
2010-10-01Move the asmprinter and MC lowering out of the AsmPrinter (soon to beJim Grosbach
2009-08-14Give MSP430 a separate asmprinter libAnton Korobeynikov
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner
2009-08-08make printInstruction return void since its result is omitted. Make the Chris Lattner
2009-08-08don't check the result of printInstruction anymore.Chris Lattner
2009-08-05Don't flush the raw_ostream between each MachineFunction. These flushDan Gohman
2009-07-29pass the mangler down into the various SectionForGlobal methods.Chris Lattner
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner
2009-07-25Add new helpers for registering targets.Daniel Dunbar
2009-07-21make AsmPrinter::doFinalization iterate over the global variablesChris Lattner
2009-07-21fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization.Chris Lattner
2009-07-21Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner
2009-07-21remove an unneeded override.Chris Lattner
2009-07-20Pass in the unfortunately named "LessPrivatePrefix" for theBill Wendling
2009-07-20Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling
2009-07-15Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene
2009-07-14Reapply my previous asmprinter changes now with more testing and two Chris Lattner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-14Revert r75615, which depended on 75610.Daniel Dunbar
2009-07-14Rename getValueName -> getMangledName.Chris Lattner
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-01Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar
2009-06-30Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling
2009-05-03Update due to mainline API changeAnton Korobeynikov
2009-05-03Some eye-candyAnton Korobeynikov
2009-05-03Print function header / footerAnton Korobeynikov
2009-05-03Fix printing: je => jeqAnton Korobeynikov
2009-05-03Properly handle ExternalSymbol'sAnton Korobeynikov
2009-05-03Lower select with custom inserted and make condjumps genericAnton Korobeynikov
2009-05-03Reverse order of memory argumentsAnton Korobeynikov
2009-05-03Correct asmprinting of memory operandsAnton Korobeynikov
2009-05-03Some early full call lowering draft for direct callsAnton Korobeynikov
2009-05-03Basic support for mem=>reg movesAnton Korobeynikov
2009-05-03Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...Anton Korobeynikov
2009-05-03Add function body printing routineAnton Korobeynikov
2009-05-03Dummy MSP430 backendAnton Korobeynikov