summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAge
* Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes2010-12-07
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-14
* Separate MIPS asmprinterAnton Korobeynikov2009-04-03
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-18
* Add the private linkage.Rafael Espindola2009-01-15
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-29
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-24
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-24
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-13
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-08
* Use EmitAlignment consistentlyAnton Korobeynikov2008-08-07
* Added support for fp callee saved registers.Bruno Cardoso Lopes2008-08-06
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-02
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-28
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-21
* Use chars, where possibleAnton Korobeynikov2008-07-19
* Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.Anton Korobeynikov2008-07-19
* Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes2008-07-15
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-14
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-09
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-05
* Unneeded include's.Evan Cheng2008-06-19
* Some Mips minor fixesBruno Cardoso Lopes2008-06-04
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-28
* Final de-tabification.Bill Wendling2008-02-27
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-26
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-02
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-30
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Added JumpTable supportBruno Cardoso Lopes2007-11-12
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-05
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-05
* Revert 42908 for now.Evan Cheng2007-10-14
* Change the names used for internal labels to use the currentDan Gohman2007-10-12
* Position Independent Code (PIC) support [2]Bruno Cardoso Lopes2007-10-09
* Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes2007-09-24
* Mask directive completed with CalleeSave infoBruno Cardoso Lopes2007-08-28
* Couple of small changes. Delay Slot handle header declared. Bruno Cardoso Lopes2007-08-18
* Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman2007-07-25