Age | Commit message (Expand) | Author |
2012-10-17 | Add conditional branch instructions and their patterns. | Reed Kotler |
2012-10-13 | [ms-inline asm] Remove the MatchInstruction() function. Previously, this was | Chad Rosier |
2012-10-12 | [ms-inline asm] Use the new API introduced in r165830 in lieu of the | Chad Rosier |
2012-10-12 | Div, Rem int/unsigned int | Reed Kotler |
2012-10-11 | Expose move to/from coprocessor instructions in MIPS64 mode. | David Chisnall |
2012-10-10 | Add getters for the MIPS TargetTransform classes | Nadav Rotem |
2012-10-10 | Remove unused member variable introduced in r165665. | David Blaikie |
2012-10-10 | Add a new interface to allow IR-level passes to access codegen-specific infor... | Nadav Rotem |
2012-10-10 | Reorder some parts of the td file to by in alphabetical order | Reed Kotler |
2012-10-10 | Implement MipsTargetLowering::CanLowerReturn. | Akira Hatanaka |
2012-10-09 | Initial assembler implementation of Mips load address macro | Jack Carter |
2012-10-09 | Improvements to MIPS64 assembler: | David Chisnall |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-10-06 | Adding support for instructions mfc0, mfc2, mtc0, mtc2 | Jack Carter |
2012-10-06 | Minor changes based on post commit review: | Jack Carter |
2012-10-05 | Minor changes based on post commit review: | Jack Carter |
2012-10-05 | [ms-inline asm] Add a few typedefs to simplify future changes. | Chad Rosier |
2012-10-05 | Patch for integer multiply, signed/unsigned, long/long long. | Reed Kotler |
2012-10-04 | Implement methods that enable expansion of load immediate | Jack Carter |
2012-10-04 | This patch is a partial implementation of mips .set assembler directive. Dire... | Jack Carter |
2012-10-03 | This patch moves from using a hard coded number (4) | Jack Carter |
2012-10-02 | The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b... | Jack Carter |
2012-10-01 | [ms-inline asm] Add the convertToMapAndConstraints() function that is used to | Chad Rosier |
2012-09-28 | MIPS DSP: other miscellaneous instructions. | Akira Hatanaka |
2012-09-28 | MIPS DSP: ADDUH.QB instruction sub-class. | Akira Hatanaka |
2012-09-28 | 1. Add load/store words from the stack | Reed Kotler |
2012-09-27 | MIPS DSP: ABSQ_S.PH instruction sub-class. | Akira Hatanaka |
2012-09-27 | MIPS DSP: SHLL.QB instruction sub-class. | Akira Hatanaka |
2012-09-27 | MIPS DSP: rddsp (instruction which reads DSPControl register fields to a GPR). | Akira Hatanaka |
2012-09-27 | MIPS DSP: CMPU.EQ.QB instruction sub-class. | Akira Hatanaka |
2012-09-27 | MIPS DSP: ADDU.QB instruction sub-class. | Akira Hatanaka |
2012-09-27 | MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field... | Akira Hatanaka |
2012-09-27 | MIPS DSP: all the remaining instructions which read or write accumulators. | Akira Hatanaka |
2012-09-27 | MIPS DSP: add support for extract-word instructions. | Akira Hatanaka |
2012-09-27 | MIPS DSP: add functions which decode DSP and accumulator registers. | Akira Hatanaka |
2012-09-27 | MIPS DSP: add code necessary for pseudo instruction lowering. | Akira Hatanaka |
2012-09-27 | MIPS DSP: add bitcast patterns between vectors and int. | Akira Hatanaka |
2012-09-27 | MIPS DSP: add vector load/store patterns. | Akira Hatanaka |
2012-09-26 | Add case clauses for returning dsp accumulator encoding values in function | Akira Hatanaka |
2012-09-26 | Add DSP accumulator registers and register class. Remove hi/lo registers. | Akira Hatanaka |
2012-09-26 | Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it. | Akira Hatanaka |
2012-09-25 | Initialize boolean variables in MipsSubtarget's constructor. | Akira Hatanaka |
2012-09-25 | blank line for test commit | Reed Kotler |
2012-09-24 | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier |
2012-09-24 | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier |
2012-09-22 | MIPS DSP: Add immediate leaves. | Akira Hatanaka |
2012-09-22 | MIPS DSP: Add predicates and instruction template. | Akira Hatanaka |
2012-09-21 | Add MIPS DSP register classes. Set actions of DSP vector operations and override | Akira Hatanaka |
2012-09-21 | SelectionDAG node enums for MIPS DSP nodes. | Akira Hatanaka |
2012-09-21 | Add MIPS accumulator and DSP control registers. | Akira Hatanaka |