| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize boolean variables in MipsSubtarget's constructor. | Akira Hatanaka | 2012-09-25 | 1 | -1/+2 |
* | Add register Mips::GP to the list of reserved registers if target is bare-metal | Akira Hatanaka | 2012-08-22 | 1 | -1/+5 |
* | Fix coding style violations. Remove white spaces and tabs. | Akira Hatanaka | 2012-06-14 | 1 | -2/+2 |
* | This patch adds the register class for MIPS16 as well as the ability for | Akira Hatanaka | 2012-05-16 | 1 | -1/+1 |
* | Temporarily disable anti-dependence breaking for Mips until bug 12829 is | Akira Hatanaka | 2012-05-15 | 1 | -1/+1 |
* | Turn off post-RA scheduler by default. | Akira Hatanaka | 2012-03-28 | 1 | -1/+1 |
* | Turn on post register allocation scheduler. | Akira Hatanaka | 2012-03-28 | 1 | -0/+12 |
* | remove blanks, and some code format | Jia Liu | 2012-02-28 | 1 | -2/+2 |
* | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu | 2012-02-17 | 1 | -1/+1 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
* | Change names for MIPS "generic" processors defined in Mips.td to match what GNU | Akira Hatanaka | 2011-11-29 | 1 | -1/+1 |
* | Undo a change made in r140254. | Akira Hatanaka | 2011-09-21 | 1 | -4/+4 |
* | MipsArchVersion does not need to be in the initialization list and MipsABI | Akira Hatanaka | 2011-09-21 | 1 | -1/+1 |
* | Set ABI if it hasn't been set on the command line. | Akira Hatanaka | 2011-09-21 | 1 | -0/+9 |
* | Drop support for Mips1 and Mips2. | Akira Hatanaka | 2011-09-09 | 1 | -1/+1 |
* | Drop support for Allegrex. Allegrex implements a variant of Mips2. | Akira Hatanaka | 2011-09-09 | 1 | -16/+0 |
* | Change default target architecture from Mips1 to Mips32r1 in preparation for | Akira Hatanaka | 2011-09-09 | 1 | -2/+1 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -14/+0 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -1/+1 |
* | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 1 | -0/+13 |
* | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 2011-07-08 | 1 | -1/+2 |
* | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 1 | -2/+2 |
* | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
* | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
* | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng | 2011-07-01 | 1 | -0/+9 |
* | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -4/+6 |
* | Reverse unnecessary changes made in r129606 and r129608. There is no change i... | Akira Hatanaka | 2011-04-15 | 1 | -3/+3 |
* | Fix lines that have incorrect indentation or exceed 80 columns. There is no c... | Akira Hatanaka | 2011-04-15 | 1 | -3/+3 |
* | Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -2/+2 |
* | reintroduce support for Mips "small" section handling. This is | Chris Lattner | 2009-08-13 | 1 | -9/+0 |
* | Restore some "small section" support code, reverting my patch from r76936. | Chris Lattner | 2009-08-13 | 1 | -0/+8 |
* | Remove -disable-mips-abicall and -enable-mips-absolute-call command-line | Eli Friedman | 2009-08-03 | 1 | -21/+5 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 1 | -3/+1 |
* | remove more remnants of small section support. | Chris Lattner | 2009-07-24 | 1 | -7/+0 |
* | Added support for fround, fextend and FP_TO_SINT | Bruno Cardoso Lopes | 2009-05-27 | 1 | -0/+1 |
* | Fixed Bug 2751 | Bruno Cardoso Lopes | 2008-09-15 | 1 | -3/+3 |
* | Make option variables static, so they won't cause nameclash | Anton Korobeynikov | 2008-08-22 | 1 | -7/+10 |
* | Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node | Bruno Cardoso Lopes | 2008-08-13 | 1 | -0/+2 |
* | Support added for ctlz intrinsic, test case added. | Bruno Cardoso Lopes | 2008-08-08 | 1 | -0/+1 |
* | Match raw "psp" triple target, as done by the homebrew toolchain. | Bruno Cardoso Lopes | 2008-08-08 | 1 | -1/+2 |
* | Added new features to represent specific instructions groups | Bruno Cardoso Lopes | 2008-07-30 | 1 | -2/+3 |
* | Added initial support for small sections on Mips. | Bruno Cardoso Lopes | 2008-07-21 | 1 | -0/+6 |
* | Added Subtarget support into RegisterInfo | Bruno Cardoso Lopes | 2008-07-14 | 1 | -2/+22 |
* | Fixed features usage. | 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 | -2/+16 |
* | Some Mips minor fixes | Bruno Cardoso Lopes | 2008-06-04 | 1 | -2/+3 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Better processor definition | Bruno Cardoso Lopes | 2007-11-06 | 1 | -1/+1 |
* | support for Schedule included on Mips.td | Bruno Cardoso Lopes | 2007-08-18 | 1 | -1/+2 |