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
2012-11-02
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-10-31
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-30
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
Add code for saving formal argument information to MipsFunctionInfo. This
Akira Hatanaka
2012-10-30
Add definition of function MipsTargetLowering::passArgOnStack which emits nodes
Akira Hatanaka
2012-10-30
Do not do tail-call optimization if target is mips16.
Akira Hatanaka
2012-10-30
Change mips16 delay slot jumps to non delay slot forms by default.
Reed Kotler
2012-10-29
Implement patterns for extloadi8 and extloadi16
Reed Kotler
2012-10-29
Expand all atomic ops for mips16.
Reed Kotler
2012-10-28
Implement brind operator for mips16.
Reed Kotler
2012-10-28
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-28
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-27
Implement MipsHi for mips16
Reed Kotler
2012-10-27
[mips] Do not tail-call optimize vararg functions or functions with byval
Akira Hatanaka
2012-10-27
[mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in the
Akira Hatanaka
2012-10-27
Use the methods and classes that were added to simplify LowerCall and
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::writeVarArgRegs which copies argument registers
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::passByValArg.
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::copyByValRegs.
Akira Hatanaka
2012-10-26
Add class MipsCC which provides methods used to analyze formal and call
Akira Hatanaka
2012-10-26
Delete MipsFunctionInfo::InArgFIRange.
Akira Hatanaka
2012-10-26
implement mips16 tls global addr
Reed Kotler
2012-10-26
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166780 91177308-0d34...
Reed Kotler
2012-10-26
Implement carry for subtract/add for mips16
Reed Kotler
2012-10-26
implement large (>16 bit) constant loading.
Reed Kotler
2012-10-25
implement mips16 patterns for select nodes
Reed Kotler
2012-10-25
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
[mips] Make sure sret argument is returned in register V0.
Akira Hatanaka
2012-10-23
implement setXX patterns
Reed Kotler
2012-10-19
[mips] Use 64-bit registers to return an sret pointer if target ABI is N64.
Akira Hatanaka
2012-10-19
[mips] Add code to do tail call optimization.
Akira Hatanaka
2012-10-19
[mips] Fix TAILCALL's operand node type.
Akira Hatanaka
2012-10-19
[mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.
Akira Hatanaka
2012-10-19
[mips] Add tail call instructions.
Akira Hatanaka
2012-10-19
[mips] Make the branch nodes used in jump instructions a template parameter.
Akira Hatanaka
2012-10-19
Add node and enum for mips tail call.
Akira Hatanaka
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
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
[next]