aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve Mips back-end's handling of DBG_VALUE. Akira Hatanaka2011-07-011-0/+24
* Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka2011-06-211-0/+16
* Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher2011-06-091-16/+0
* Initial support for inline asm memory operand constraints.Akira Hatanaka2011-06-091-0/+16
* This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes2011-05-311-0/+4
* Enable printing of immediates that do not fit in 16-bit. .cprestore can haveAkira Hatanaka2011-05-241-1/+1
* Fix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove functions and variablesAkira Hatanaka2011-05-231-23/+39
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-17/+15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-14/+17
* Insert space before ';' to prevent warnings.Akira Hatanaka2011-04-021-1/+1
* Simplifies logic for printing target flags.Akira Hatanaka2011-04-011-16/+3
* Modifies MipsAsmPrinter::isBlockOnlyReachableByFallthrough so that it handles...Akira Hatanaka2011-04-011-1/+26
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-041-0/+6
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-041-31/+31
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+3
* Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes2010-12-071-2/+6
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-7/+8
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-0/+386
* Separate MIPS asmprinterAnton Korobeynikov2009-04-031-578/+0
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-4/+4
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-4/+7
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-8/+9
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-0/+1
* Add the private linkage.Rafael Espindola2009-01-151-7/+8
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-7/+5
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-3/+2
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-6/+0
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-5/+5
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-131-6/+12
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-2/+4
* Use EmitAlignment consistentlyAnton Korobeynikov2008-08-071-3/+2
* Added support for fp callee saved registers.Bruno Cardoso Lopes2008-08-061-54/+27
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-021-0/+15
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-281-11/+7
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-211-3/+8
* Use chars, where possibleAnton Korobeynikov2008-07-191-25/+25
* Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.Anton Korobeynikov2008-07-191-135/+108
* Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes2008-07-151-10/+36
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-141-53/+79
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-091-3/+3
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-0/+9
* Unneeded include's.Evan Cheng2008-06-191-1/+0
* Some Mips minor fixesBruno Cardoso Lopes2008-06-041-0/+2
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-2/+4
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-1/+1
* Final de-tabification.Bill Wendling2008-02-271-5/+5
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-3/+3