add a new MachineBasicBlock::getSymbol method, replacing
[oota-llvm.git] / lib / Target / Mips / AsmPrinter / MipsAsmPrinter.cpp
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnerdon't bother setting the AsmPrinter::MF ivar, now that
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattnersimplify the mips target to print .size and .type for...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2009-11-19 Bruno Cardoso Lopes- Add sugregister logic to handle f64=(f32,f32).
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-01 Bruno Cardoso LopesReapply 80278
2009-08-27 Bruno Cardoso LopesRevert 80278 for now, it caused a lot of MIPS tests...
2009-08-27 Bruno Cardoso LopesRevamp our friend Mips :)
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-05 Devang PatelRemove dead code. MDNode and MDString are not Constant...
2009-08-03 Chris Lattnerthis really shouldn't switch sections without telling...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
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 Lattnerwhitespace cleanups, make the MipsAsmPrinter::doInitial...
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-20 Bill WendlingPass in the unfortunately named "LessPrivatePrefix...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
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 Torok Edwineliminate extra space.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-16 Chris Lattnerfix a circular dependency between the mips code generator
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
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-03 Anton KorobeynikovSeparate MIPS asmprinter