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