Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / lib / Target / MSP430 / MSP430AsmPrinter.cpp
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-12-02 Rafael EspindolaRemove dead code.
2013-11-28 Rafael EspindolaUse the mangler consistently instead of using getGlobal...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2010-10-05 Jim GrosbachRe-apply r115363 and r115366 now that r115525 has remov...
2010-10-02 Nick LewyckyContinue reverting r115363.
2010-10-02 Nick LewyckyRevert patches r115363 r115367 r115391 due to build...
2010-10-01 Jim GrosbachNow that the asmprinter itself isn't in the subdir...
2010-10-01 Jim GrosbachMove the asmprinter and MC lowering out of the AsmPrint...
2009-08-14 Anton KorobeynikovGive MSP430 a separate asmprinter lib
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-08-05 Dan GohmanDon't flush the raw_ostream between each MachineFunctio...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 Chris Lattnerfix Sparc, SystemZ, and MSP430 to not override AsmPrint...
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-21 Chris Lattnerremove an unneeded override.
2009-07-20 Bill WendlingPass in the unfortunately named "LessPrivatePrefix...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
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-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-05-03 Anton KorobeynikovUpdate due to mainline API change
2009-05-03 Anton KorobeynikovSome eye-candy
2009-05-03 Anton KorobeynikovPrint function header / footer
2009-05-03 Anton KorobeynikovFix printing: je => jeq
2009-05-03 Anton KorobeynikovProperly handle ExternalSymbol's
2009-05-03 Anton KorobeynikovLower select with custom inserted and make condjumps...
2009-05-03 Anton KorobeynikovReverse order of memory arguments
2009-05-03 Anton KorobeynikovCorrect asmprinting of memory operands
2009-05-03 Anton KorobeynikovSome early full call lowering draft for direct calls
2009-05-03 Anton KorobeynikovBasic support for mem=>reg moves
2009-05-03 Anton KorobeynikovAdd code enough for emission of reg-reg and reg-imm...
2009-05-03 Anton KorobeynikovAdd function body printing routine
2009-05-03 Anton KorobeynikovDummy MSP430 backend