summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAge
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-23
* Remove MipsMCSymbolRefExpr.Akira Hatanaka2011-11-15
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes2011-11-08
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-06
* Fix function isUnalignedLoadStore.Akira Hatanaka2011-10-11
* Add patterns for unaligned load and store instructions and enable theAkira Hatanaka2011-10-08
* Add enums and functions for symbols Mips64 uses.Akira Hatanaka2011-09-22
* Add a base class for Mips TargetMachines and add Mips64 TargetMachines. Akira Hatanaka2011-09-21
* O64 will not be supported.Akira Hatanaka2011-09-09
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-09
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Add support for half-word unaligned loads and stores.Akira Hatanaka2011-08-17
* Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka2011-08-16
* Define unaligned load and store. Akira Hatanaka2011-08-12
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-07
* Rather than having printMemOperand change the way memory operands are printedAkira Hatanaka2011-07-07
* Change visibility of MipsAsmPrinter.Akira Hatanaka2011-07-07
* Reverse order of operands of address operand mem so that the base operand comesAkira Hatanaka2011-07-07
* Add missing return statement.Akira Hatanaka2011-07-07
* Improve Mips back-end's handling of DBG_VALUE. Akira Hatanaka2011-07-01
* Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka2011-06-21
* Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher2011-06-09
* Initial support for inline asm memory operand constraints.Akira Hatanaka2011-06-09
* This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes2011-05-31
* Enable printing of immediates that do not fit in 16-bit. .cprestore can haveAkira Hatanaka2011-05-24
* Fix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove functions and variablesAkira Hatanaka2011-05-23
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Insert space before ';' to prevent warnings.Akira Hatanaka2011-04-02
* Simplifies logic for printing target flags.Akira Hatanaka2011-04-01
* Modifies MipsAsmPrinter::isBlockOnlyReachableByFallthrough so that it handles...Akira Hatanaka2011-04-01
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-04
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-04
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* 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