index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
Mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] MipsTargetLowering::getSetCCResultType should return a vector type if
Akira Hatanaka
2013-01-04
1
-0
/
+16
*
Add test case for r170674
Reed Kotler
2012-12-21
1
-0
/
+29
*
fix most of remaining issues with large frames.
Reed Kotler
2012-12-20
1
-2
/
+2
*
[mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy
Akira Hatanaka
2012-12-20
6
-18
/
+18
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+87
*
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-15
1
-0
/
+381
*
[mips] Do not copy GOT address to register $gp if the function being called has
Akira Hatanaka
2012-12-13
1
-0
/
+27
*
Fix a logic bug in inline expansion of memcpy / memset with an overlapping
Evan Cheng
2012-12-12
1
-0
/
+11
*
[mips] Generate big GOT code.
Akira Hatanaka
2012-11-21
1
-0
/
+50
*
Initial implementation of MipsTargetLowering::isLegalAddressingMode.
Akira Hatanaka
2012-11-17
1
-0
/
+41
*
[mips] Fix delay slot filler so that instructions with register operand $1 are
Akira Hatanaka
2012-11-16
1
-0
/
+32
*
[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
Akira Hatanaka
2012-11-07
1
-0
/
+63
*
[mips] Set flag neverHasSideEffects flag on floating point conversion
Akira Hatanaka
2012-11-03
1
-0
/
+16
*
[mips] Set flag isAsCheapAsAMove flag on instruction LUi.
Akira Hatanaka
2012-11-03
1
-0
/
+25
*
[mips] Stop reserving register AT and use register scavenger when a scratch
Akira Hatanaka
2012-11-03
1
-4
/
+18
*
[mips] Fix bug in test case. Disable machine LICM to prevent instruction from
Akira Hatanaka
2012-11-02
1
-2
/
+3
*
[mips] Use register number instead of name to print register $AT.
Akira Hatanaka
2012-11-02
3
-13
/
+13
*
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-11-02
1
-0
/
+11
*
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
1
-0
/
+26
*
Test case for r167039. Check that tail-call optimization is disabled for
Akira Hatanaka
2012-10-31
1
-0
/
+23
*
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-31
1
-26
/
+58
*
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
1
-1
/
+65
*
Change mips16 delay slot jumps to non delay slot forms by default.
Reed Kotler
2012-10-30
2
-3
/
+3
*
Implement patterns for extloadi8 and extloadi16
Reed Kotler
2012-10-29
1
-0
/
+69
*
Expand all atomic ops for mips16.
Reed Kotler
2012-10-29
1
-0
/
+40
*
Implement brind operator for mips16.
Reed Kotler
2012-10-28
1
-0
/
+40
*
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-28
2
-0
/
+133
*
Implement MipsHi for mips16
Reed Kotler
2012-10-27
1
-0
/
+15
*
[mips] Do not tail-call optimize vararg functions or functions with byval
Akira Hatanaka
2012-10-27
1
-0
/
+58
*
[mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in the
Akira Hatanaka
2012-10-27
1
-0
/
+10
*
implement mips16 tls global addr
Reed Kotler
2012-10-26
1
-0
/
+13
*
Implement carry for subtract/add for mips16
Reed Kotler
2012-10-26
1
-0
/
+51
*
implement large (>16 bit) constant loading.
Reed Kotler
2012-10-26
1
-0
/
+17
*
fix test setgek.ll so that it will not give false "make check"
Reed Kotler
2012-10-26
1
-2
/
+2
*
implement mips16 patterns for select nodes
Reed Kotler
2012-10-25
1
-0
/
+350
*
[mips] Make sure sret argument is returned in register V0.
Akira Hatanaka
2012-10-24
1
-1
/
+3
*
implement setXX patterns
Reed Kotler
2012-10-23
13
-0
/
+291
*
[mips] Use 64-bit registers to return an sret pointer if target ABI is N64.
Akira Hatanaka
2012-10-19
1
-0
/
+14
*
[mips] Add code to do tail call optimization.
Akira Hatanaka
2012-10-19
1
-0
/
+100
*
Add conditional branch instructions and their patterns.
Reed Kotler
2012-10-17
10
-0
/
+281
*
Div, Rem int/unsigned int
Reed Kotler
2012-10-12
6
-0
/
+117
*
Implement MipsTargetLowering::CanLowerReturn.
Akira Hatanaka
2012-10-10
1
-0
/
+244
*
Patch for integer multiply, signed/unsigned, long/long long.
Reed Kotler
2012-10-05
3
-0
/
+59
*
checking test case for r164811. was an omission to not check this in. this w...
Reed Kotler
2012-10-01
1
-0
/
+41
*
MIPS DSP: add operands to make sure instruction strings are being matched.
Akira Hatanaka
2012-09-28
2
-23
/
+23
*
MIPS DSP: other miscellaneous instructions.
Akira Hatanaka
2012-09-28
2
-0
/
+71
*
MIPS DSP: ADDUH.QB instruction sub-class.
Akira Hatanaka
2012-09-28
1
-0
/
+200
*
MIPS DSP: ABSQ_S.PH instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+215
*
MIPS DSP: SHLL.QB instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+252
*
Test case for r164755 and 164756.
Akira Hatanaka
2012-09-27
2
-0
/
+294
[next]