| Commit message (Expand) | Author | Age | Files | Lines |
| * | Modify MipsDAGToDAGISel::SelectAddr so that it can handle 64-bit pointers too. | Akira Hatanaka | 2011-10-11 | 1 | -7/+10 |
| * | Add support for 64-bit integer multiply instructions. | Akira Hatanaka | 2011-10-03 | 1 | -4/+14 |
| * | Change the names of functions isMips* to hasMips*. | Akira Hatanaka | 2011-09-20 | 1 | -1/+1 |
| * | Fix handling of double precision loads and stores when Mips1 is targeted. | Akira Hatanaka | 2011-08-16 | 1 | -139/+0 |
| * | When constant double 0.0 is lowered, make sure 0 is copied directly from an | Akira Hatanaka | 2011-08-12 | 1 | -9/+2 |
| * | Reverse order of operands of address operand mem so that the base operand comes | Akira Hatanaka | 2011-07-07 | 1 | -7/+7 |
| * | Prevent generation of redundant addiu instructions that compute address of | Akira Hatanaka | 2011-06-24 | 1 | -1/+2 |
| * | Re-apply 132758 and 132768 which were speculatively reverted in 132777. | Akira Hatanaka | 2011-06-21 | 1 | -0/+12 |
| * | Speculatively revert 132758 and 132768 to try to fix the Windows buildbots. | Eric Christopher | 2011-06-09 | 1 | -12/+0 |
| * | Initial support for inline asm memory operand constraints. | Akira Hatanaka | 2011-06-09 | 1 | -0/+12 |
| * | Put back removed line. | Akira Hatanaka | 2011-06-07 | 1 | -0/+1 |
| * | Coding style fixes. | Akira Hatanaka | 2011-06-07 | 1 | -12/+0 |
| * | Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr. Patch by Sasa Stankovic. | Akira Hatanaka | 2011-06-02 | 1 | -16/+17 |
| * | This patch implements the thread local storage. Implemented are General | Bruno Cardoso Lopes | 2011-05-31 | 1 | -0/+17 |
| * | Define a wrapper node for target constant nodes (tglobaladdr, etc.). | Akira Hatanaka | 2011-05-28 | 1 | -6/+2 |
| * | Reverse unnecessary changes made in r129606 and r129608. There is no change i... | Akira Hatanaka | 2011-04-15 | 1 | -7/+7 |
| * | Fix lines that have incorrect indentation or exceed 80 columns. There is no c... | Akira Hatanaka | 2011-04-15 | 1 | -7/+7 |
| * | Move transformation of JmpLink and related nodes done during instruction sele... | Akira Hatanaka | 2011-04-04 | 1 | -56/+2 |
| * | Undo changes mistakenly made in revision 128750. | Akira Hatanaka | 2011-04-02 | 1 | -2/+56 |
| * | Insert space before ';' to prevent warnings. | Akira Hatanaka | 2011-04-02 | 1 | -56/+2 |
| * | Remove redundant code. There are assignments to variables Base and Offset rig... | Akira Hatanaka | 2011-04-01 | 1 | -5/+0 |
| * | Improve div/rem node handling on mips. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2011-03-04 | 1 | -23/+6 |
| * | Lowers block address. Currently asserts when relocation model is not PIC. Pat... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -1/+7 |
| * | Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -50/+50 |
| * | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+1 |
| * | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 1 | -7/+7 |
| * | Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com> | Bruno Cardoso Lopes | 2010-11-12 | 1 | -0/+2 |
| * | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner | 2010-09-21 | 1 | -6/+4 |
| * | Remove Predicate_* calls from Mips | Jakob Stoklund Olesen | 2010-09-03 | 1 | -2/+3 |
| * | Don't call Predicate_* in Mips. | Jakob Stoklund Olesen | 2010-08-18 | 1 | -3/+3 |
| * | SubRegIndex'ize Mips | Jakob Stoklund Olesen | 2010-05-24 | 1 | -6/+6 |
| * | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -1/+0 |
| * | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner | 2010-03-02 | 1 | -32/+3 |
| * | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -3/+2 |
| * | MulOp is actually a Mips specific node, so do the match using Opcode. This fi... | Bruno Cardoso Lopes | 2010-02-01 | 1 | -1/+1 |
| * | Fix a bug introduced on r92564 where the name "Node" was already | Bruno Cardoso Lopes | 2010-01-19 | 1 | -2/+2 |
| * | On pic function calls some arguments were marked dead and | Bruno Cardoso Lopes | 2010-01-19 | 1 | -10/+25 |
| * | load f64 +0.0 in a cleaner way. This fix part of PR5445 | Bruno Cardoso Lopes | 2010-01-19 | 1 | -3/+12 |
| * | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 1 | -38/+37 |
| * | Support PIC loading of constant pool entries | Bruno Cardoso Lopes | 2009-11-25 | 1 | -9/+8 |
| * | Use endianess dependent offsets for load/store of doubles when | Bruno Cardoso Lopes | 2009-11-25 | 1 | -0/+8 |
| * | - Add sugregister logic to handle f64=(f32,f32). | Bruno Cardoso Lopes | 2009-11-19 | 1 | -0/+129 |
| * | - Fix a small bug while handling target constant pools (one param was missing). | Bruno Cardoso Lopes | 2009-11-16 | 1 | -0/+21 |
| * | Support fp64 immediate zero, this fixes only part of PR5445 | Bruno Cardoso Lopes | 2009-11-13 | 1 | -0/+10 |
| * | Remove uninteresting and confusing debug output. | Dan Gohman | 2009-11-05 | 1 | -1/+0 |
| * | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
| * | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
| * | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -15/+15 |
| * | Reapply 80278 | Bruno Cardoso Lopes | 2009-09-01 | 1 | -1/+0 |
| * | Revert 80278 for now, it caused a lot of MIPS tests to fail | Bruno Cardoso Lopes | 2009-08-27 | 1 | -0/+1 |