index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
Age
Commit message (
Expand
)
Author
2013-04-17
Mips assembler: Enable handling of nested expressions
Jack Carter
2013-04-15
Mips assembler: Explicit floating point condition register recognition.
Jack Carter
2013-04-13
[mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and
Akira Hatanaka
2013-04-13
[mips] Reapply r179420 and r179421.
Akira Hatanaka
2013-04-13
[mips] Override TargetLoweringBase::isShuffleMaskLegal.
Akira Hatanaka
2013-04-12
Revert r179420 and r179421.
Akira Hatanaka
2013-04-12
[mips] Instruction selection patterns for carry-setting and using add
Akira Hatanaka
2013-04-12
[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.
Akira Hatanaka
2013-04-11
[mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selects
Akira Hatanaka
2013-04-11
[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.
Akira Hatanaka
2013-04-10
This is for an experimental option -mips-os16. The idea is to compile all
Reed Kotler
2013-04-09
Mips specific inline asm operand modifier 'D'
Jack Carter
2013-04-09
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-04-02
[mips] Small update to the implementation of eh.return for Mips.
Akira Hatanaka
2013-04-02
[mips] Expand pseudo multiply/divide instructions in MipsCodeEmitter.cpp.
Akira Hatanaka
2013-03-30
[mips] Add patterns for DSP indexed load instructions.
Akira Hatanaka
2013-03-30
[mips] Define reg+imm load/store pattern templates.
Akira Hatanaka
2013-03-30
[mips] Fix DSP instructions to have explicit accumulator register operands.
Akira Hatanaka
2013-03-30
Remove unused variables.
Akira Hatanaka
2013-03-30
[mips] Move the code which does dag-combine for multiply-add/sub nodes to
Akira Hatanaka
2013-03-30
[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.
Akira Hatanaka
2013-03-30
[mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.
Akira Hatanaka
2013-03-30
Fix indentation.
Akira Hatanaka
2013-03-30
[mips] Add mips-specific nodes which will be used to select multiply and divide
Akira Hatanaka
2013-03-30
[mips] Implement getRepRegClassFor in MipsSETargetLowering. This function is
Akira Hatanaka
2013-03-30
[mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromStack and storeRegToStack
Akira Hatanaka
2013-03-30
[mips] Expand pseudo load, store and copy instructions right before
Akira Hatanaka
2013-03-30
[mips] Define pseudo instructions for spilling and copying accumulator
Akira Hatanaka
2013-03-29
[mips] Define a function which returns the GPR register class.
Akira Hatanaka
2013-03-29
[mips] Change type of accumulator registers to Untyped. Add two more accumulator
Akira Hatanaka
2013-03-29
[mips] Define overloaded versions of storeRegToStack and loadRegFromStack.
Akira Hatanaka
2013-03-29
[mips] Add parameter Alignment to MipsFrameLowering's constructor.
Akira Hatanaka
2013-03-28
[Mips Assembler] Add support for OR macro with imediate opperand
Jack Carter
2013-03-28
[Mips Assembler] Add alias definitions for jal
Jack Carter
2013-03-25
Fix comment.
Akira Hatanaka
2013-03-22
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
Fix the invalid opcode for Mips branch instructions in the assembler
Jack Carter
2013-03-22
This patch that enables the Mips assembler to use symbols for offset for inst...
Jack Carter
2013-03-21
This patch enables the Mips .set directive to define aliases
Jack Carter
2013-03-15
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-14
Remove some unused variables to clean the Clang -Werror build
David Blaikie
2013-03-14
[mips] Set isAllocatable bit of unallocatable register classes to 0.
Akira Hatanaka
2013-03-14
Add a new method which enables one to change register classes.
Reed Kotler
2013-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-14
[mips] Fix filename in comment and delete unnecessary lines of code.
Akira Hatanaka
2013-03-14
Add back lines which were accidentally deleted in CMakeLists.txt.
Akira Hatanaka
2013-03-14
[mips] Define function MipsSEDAGToDAGISel::selectAddESubE.
Akira Hatanaka
2013-03-14
[mips] Rename functions and variables to start with proper case.
Akira Hatanaka
2013-03-14
Add header file MipsISelDAGToDAG.h.
Akira Hatanaka
2013-03-14
[mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is for
Akira Hatanaka
[next]