| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve Mips back-end's handling of DBG_VALUE. | Akira Hatanaka | 2011-07-01 | 1 | -0/+24 |
* | Re-apply 132758 and 132768 which were speculatively reverted in 132777. | Akira Hatanaka | 2011-06-21 | 1 | -0/+16 |
* | Speculatively revert 132758 and 132768 to try to fix the Windows buildbots. | Eric Christopher | 2011-06-09 | 1 | -16/+0 |
* | Initial support for inline asm memory operand constraints. | Akira Hatanaka | 2011-06-09 | 1 | -0/+16 |
* | This patch implements the thread local storage. Implemented are General | Bruno Cardoso Lopes | 2011-05-31 | 1 | -0/+4 |
* | Enable printing of immediates that do not fit in 16-bit. .cprestore can have | Akira Hatanaka | 2011-05-24 | 1 | -1/+1 |
* | Fix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove functions and variables | Akira Hatanaka | 2011-05-23 | 1 | -23/+39 |
* | Reverse unnecessary changes made in r129606 and r129608. There is no change i... | Akira Hatanaka | 2011-04-15 | 1 | -17/+15 |
* | Fix lines that have incorrect indentation or exceed 80 columns. There is no c... | Akira Hatanaka | 2011-04-15 | 1 | -14/+17 |
* | Insert space before ';' to prevent warnings. | Akira Hatanaka | 2011-04-02 | 1 | -1/+1 |
* | Simplifies logic for printing target flags. | Akira Hatanaka | 2011-04-01 | 1 | -16/+3 |
* | Modifies MipsAsmPrinter::isBlockOnlyReachableByFallthrough so that it handles... | Akira Hatanaka | 2011-04-01 | 1 | -1/+26 |
* | Lowers block address. Currently asserts when relocation model is not PIC. Pat... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -0/+6 |
* | Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -31/+31 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -1/+3 |
* | Match a pattern generated by a dag combiner opt where: | Bruno Cardoso Lopes | 2010-12-07 | 1 | -2/+6 |
* | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 2010-11-18 | 1 | -7/+8 |
* | move all the target's asmprinters into the main target. The piece | Chris Lattner | 2010-11-14 | 1 | -0/+386 |
* | Separate MIPS asmprinter | Anton Korobeynikov | 2009-04-03 | 1 | -578/+0 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 1 | -4/+4 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -2/+1 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -4/+7 |
* | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 1 | -8/+9 |
* | Put code that generates debug labels into TableGen so that it can be used by | Bill Wendling | 2009-02-18 | 1 | -0/+1 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -7/+8 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -7/+5 |
* | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands | 2008-09-29 | 1 | -1/+1 |
* | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov | 2008-09-24 | 1 | -3/+2 |
* | Drop obsolete hook and change all usage to new interface | Anton Korobeynikov | 2008-09-24 | 1 | -6/+0 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -5/+5 |
* | Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node | Bruno Cardoso Lopes | 2008-08-13 | 1 | -6/+12 |
* | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov | 2008-08-08 | 1 | -2/+4 |
* | Use EmitAlignment consistently | Anton Korobeynikov | 2008-08-07 | 1 | -3/+2 |
* | Added support for fp callee saved registers. | Bruno Cardoso Lopes | 2008-08-06 | 1 | -54/+27 |
* | Improved asm inline for hi,lo results | Bruno Cardoso Lopes | 2008-08-02 | 1 | -0/+15 |
* | Added floating point lowering for setcc and brcond. | Bruno Cardoso Lopes | 2008-07-28 | 1 | -11/+7 |
* | Added initial support for small sections on Mips. | Bruno Cardoso Lopes | 2008-07-21 | 1 | -3/+8 |
* | Use chars, where possible | Anton Korobeynikov | 2008-07-19 | 1 | -25/+25 |
* | Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. | Anton Korobeynikov | 2008-07-19 | 1 | -135/+108 |
* | Fixed call stack alignment. Improved AsmPrinter alignment issues. | Bruno Cardoso Lopes | 2008-07-15 | 1 | -10/+36 |
* | Added Subtarget support into RegisterInfo | Bruno Cardoso Lopes | 2008-07-14 | 1 | -53/+79 |
* | Fixe typos and 80 column size problems | Bruno Cardoso Lopes | 2008-07-09 | 1 | -3/+3 |
* | Several changes to Mips backend, experimental fp support being the most | Bruno Cardoso Lopes | 2008-07-05 | 1 | -0/+9 |
* | Unneeded include's. | Evan Cheng | 2008-06-19 | 1 | -1/+0 |
* | Some Mips minor fixes | Bruno Cardoso Lopes | 2008-06-04 | 1 | -0/+2 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -2/+4 |
* | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 1 | -1/+1 |
* | Final de-tabification. | Bill Wendling | 2008-02-27 | 1 | -5/+5 |
* | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 2008-02-26 | 1 | -3/+3 |