2013-06-08 |
Akira Hatanaka | [mips] Use a helper function which compares the size... |
tree | commitdiff |
2013-06-07 |
Bill Wendling | Don't cache the instruction and register info from... |
tree | commitdiff |
2013-06-06 |
Bill Wendling | Cache the TargetLowering info object as a pointer. |
tree | commitdiff |
2013-06-05 |
Akira Hatanaka | [mips] brcond + setgt/setugt instruction selection... |
tree | commitdiff |
2013-06-04 |
Vladimir Medic | Test commit for user vmedic, to verify commit access... |
tree | commitdiff |
2013-05-31 |
Ahmed Bougacha | Make SubRegIndex size mandatory, following r183020. |
tree | commitdiff |
2013-05-31 |
Akira Hatanaka | [mips] Big-endian code generation for atomic instructions. |
tree | commitdiff |
2013-05-29 |
Andrew Trick | Order CALLSEQ_START and CALLSEQ_END nodes. |
tree | commitdiff |
2013-05-28 |
Jack Carter | Mips assembler: Improve set register alias handling |
tree | commitdiff |
2013-05-27 |
Rafael Espindola | Make helper functions static. |
tree | commitdiff |
2013-05-25 |
Andrew Trick | Track IR ordering of SelectionDAG nodes 2/4. |
tree | commitdiff |
2013-05-24 |
Michael J. Spencer | Replace Count{Leading,Trailing}Zeros_{32,64} with count... |
tree | commitdiff |
2013-05-24 |
Benjamin Kramer | Remove the Copied parameter from MemoryObject::readBytes. |
tree | commitdiff |
2013-05-21 |
Reed Kotler | Mips16 does not use register scavenger from TargetRegis... |
tree | commitdiff |
2013-05-21 |
Akira Hatanaka | [mips] Rename option to make it compatible with gcc. |
tree | commitdiff |
2013-05-21 |
Akira Hatanaka | [mips] Add instruction selection patterns for blez... |
tree | commitdiff |
2013-05-21 |
Reed Kotler | Add some additional functions to the list of helper... |
tree | commitdiff |
2013-05-20 |
Akira Hatanaka | [mips] Add (setne $lhs, 0) instruction selection pattern. |
tree | commitdiff |
2013-05-20 |
Akira Hatanaka | [mips] Trap on integer division by zero. |
tree | commitdiff |
2013-05-18 |
Matt Arsenault | Add LLVMContext argument to getSetCCResultType |
tree | commitdiff |
2013-05-16 |
Akira Hatanaka | [mips] Improve instruction selection for pattern (store... |
tree | commitdiff |
2013-05-16 |
Rafael Espindola | Remove addFrameMove. |
tree | commitdiff |
2013-05-16 |
Akira Hatanaka | [mips] Factor out unaligned store lowering code. |
tree | commitdiff |
2013-05-16 |
Jack Carter | Mips assembler: Add TwoOperandConstraint definitions |
tree | commitdiff |
2013-05-16 |
Jack Carter | Mips td file formatting: white space and long lines |
tree | commitdiff |
2013-05-16 |
Akira Hatanaka | [mips] Test case for r182042. Add comment. |
tree | commitdiff |
2013-05-16 |
Akira Hatanaka | [mips] Fix instruction selection pattern for sint_to_fp... |
tree | commitdiff |
2013-05-16 |
Jack Carter | Mips assembler: Add branch macro definitions |
tree | commitdiff |
2013-05-16 |
Akira Hatanaka | [mips] Fix indentation. |
tree | commitdiff |
2013-05-16 |
Akira Hatanaka | [mips] Delete unused enum value. |
tree | commitdiff |
2013-05-16 |
Reed Kotler | Patch number 2 for mips16/32 floating point interoperab... |
tree | commitdiff |
2013-05-14 |
Reed Kotler | Fix typo. |
tree | commitdiff |
2013-05-14 |
Reed Kotler | Removed an unnamed namespace and forgot to make two... |
tree | commitdiff |
2013-05-14 |
Reed Kotler | This is the first of three patches which creates stubs... |
tree | commitdiff |
2013-05-13 |
Jack Carter | Mips assembler: Assembler macro ADDIU $rs,imm |
tree | commitdiff |
2013-05-13 |
Akira Hatanaka | [mips] Add option -mno-ldc1-sdc1. |
tree | commitdiff |
2013-05-13 |
Akira Hatanaka | [mips] Define a helper function which creates an instru... |
tree | commitdiff |
2013-05-13 |
Akira Hatanaka | [mips] Rename functions. No functionality changes. |
tree | commitdiff |
2013-05-13 |
Rafael Espindola | Remove the MachineMove class. |
tree | commitdiff |
2013-05-11 |
Rafael Espindola | Change getFrameMoves to return a const reference. |
tree | commitdiff |
2013-05-10 |
Reed Kotler | Checkin in of first of several patches to finish implem... |
tree | commitdiff |
2013-05-10 |
Rafael Espindola | Remove unused argument. |
tree | commitdiff |
2013-05-08 |
Akira Hatanaka | [mips] Add instruction selection pattern for (seteq... |
tree | commitdiff |
2013-05-03 |
Reed Kotler | Remove some uneeded pseudos in the presence of the... |
tree | commitdiff |
2013-05-03 |
Akira Hatanaka | [mips] Split the DSP control register and define one... |
tree | commitdiff |
2013-05-02 |
Akira Hatanaka | [mips] Handle reading, writing or copying of ccond... |
tree | commitdiff |
2013-05-02 |
Richard Sandiford | [mips] Fix the head Mips16RegisterInfo.cpp comment |
tree | commitdiff |
2013-05-01 |
Akira Hatanaka | [mips] Rename class and functions. Simplify code. |
tree | commitdiff |
2013-04-30 |
Akira Hatanaka | [mips] Fix handling of instructions which copy to/from... |
tree | commitdiff |
2013-04-30 |
Akira Hatanaka | [mips] Instruction selection patterns for DSP-ASE vecto... |
tree | commitdiff |
2013-04-30 |
Akira Hatanaka | [mips] Simplify code. |
tree | commitdiff |
2013-04-30 |
Akira Hatanaka | [mips] Clear isCommutable bit of instructions which... |
tree | commitdiff |
2013-04-25 |
Jack Carter | Mips assembler: .set reorder support |
tree | commitdiff |
2013-04-25 |
Akira Hatanaka | [mips] Add definitions of micromips load and store... |
tree | commitdiff |
2013-04-25 |
Akira Hatanaka | [mips] Add definitions of micromips shift instructions. |
tree | commitdiff |
2013-04-23 |
Akira Hatanaka | [mips] Compare splat value with element size instead... |
tree | commitdiff |
2013-04-22 |
Akira Hatanaka | 80 columns. |
tree | commitdiff |
2013-04-22 |
Akira Hatanaka | [mips] In performDSPShiftCombine, check that all elemen... |
tree | commitdiff |
2013-04-20 |
Tim Northover | Remove unused MEMBARRIER DAG node; it's been replaced... |
tree | commitdiff |
2013-04-19 |
Akira Hatanaka | [mips] Instruction selection patterns for DSP-ASE vecto... |
tree | commitdiff |
2013-04-19 |
Michael Liao | ArrayRefize getMachineNode(). No functionality change. |
tree | commitdiff |
2013-04-19 |
Akira Hatanaka | [mips] First patch which adds support for micromips. |
tree | commitdiff |
2013-04-19 |
Akira Hatanaka | [mips] Fix InstAlias of XOR and OR macros. Set EmitAlia... |
tree | commitdiff |
2013-04-18 |
Akira Hatanaka | [mips] Rename function. |
tree | commitdiff |
2013-04-18 |
Akira Hatanaka | [mips] DSP-ASE move from HI/LO register instructions. |
tree | commitdiff |
2013-04-18 |
Jack Carter | Mips assembler: formatting and comment changes. |
tree | commitdiff |
2013-04-17 |
Evgeniy Stepanov | Fix -Werror build. |
tree | commitdiff |
2013-04-17 |
Jack Carter | Mips assembler: Enable handling of nested expressions |
tree | commitdiff |
2013-04-15 |
Jack Carter | Mips assembler: Explicit floating point condition regis... |
tree | commitdiff |
2013-04-13 |
Akira Hatanaka | [mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and |
tree | commitdiff |
2013-04-13 |
Akira Hatanaka | [mips] Reapply r179420 and r179421. |
tree | commitdiff |
2013-04-13 |
Akira Hatanaka | [mips] Override TargetLoweringBase::isShuffleMaskLegal. |
tree | commitdiff |
2013-04-12 |
Akira Hatanaka | Revert r179420 and r179421. |
tree | commitdiff |
2013-04-12 |
Akira Hatanaka | [mips] Instruction selection patterns for carry-setting... |
tree | commitdiff |
2013-04-12 |
Akira Hatanaka | [mips] v4i8 and v2i16 add, sub and mul instruction... |
tree | commitdiff |
2013-04-11 |
Akira Hatanaka | [mips] Custom-lower i64 MULHS and MULHU nodes. Remove... |
tree | commitdiff |
2013-04-11 |
Akira Hatanaka | [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLoweri... |
tree | commitdiff |
2013-04-10 |
Reed Kotler | This is for an experimental option -mips-os16. The... |
tree | commitdiff |
2013-04-09 |
Jack Carter | Mips specific inline asm operand modifier 'D' |
tree | commitdiff |
2013-04-09 |
Reed Kotler | This patch enables llvm to switch between compiling... |
tree | commitdiff |
2013-04-02 |
Akira Hatanaka | [mips] Small update to the implementation of eh.return... |
tree | commitdiff |
2013-04-02 |
Akira Hatanaka | [mips] Expand pseudo multiply/divide instructions in... |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Add patterns for DSP indexed load instructions. |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Define reg+imm load/store pattern templates. |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Fix DSP instructions to have explicit accumulato... |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | Remove unused variables. |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Move the code which does dag-combine for multipl... |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Fix definitions of multiply, multiply-add/sub... |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Remove function getFPBranchCodeFromCond. Rename... |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | Fix indentation. |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Add mips-specific nodes which will be used to... |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Implement getRepRegClassFor in MipsSETargetLower... |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromSta... |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Expand pseudo load, store and copy instructions... |
tree | commitdiff |
2013-03-30 |
Akira Hatanaka | [mips] Define pseudo instructions for spilling and... |
tree | commitdiff |
2013-03-29 |
Akira Hatanaka | [mips] Define a function which returns the GPR register... |
tree | commitdiff |
2013-03-29 |
Akira Hatanaka | [mips] Change type of accumulator registers to Untyped... |
tree | commitdiff |
2013-03-29 |
Akira Hatanaka | [mips] Define overloaded versions of storeRegToStack... |
tree | commitdiff |
2013-03-29 |
Akira Hatanaka | [mips] Add parameter Alignment to MipsFrameLowering... |
tree | commitdiff |
2013-03-28 |
Jack Carter | [Mips Assembler] Add support for OR macro with imediate... |
tree | commitdiff |
next |