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
/
lib
/
Target
/
Mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call llvm_unreachable instead of assert.
Reed Kotler
2012-12-21
1
-1
/
+1
*
Implement cfi_def_cfa_offset. "Make check" test case for this comming in the
Reed Kotler
2012-12-20
1
-0
/
+27
*
There is one more patch to finish large frames. Make sure we assert
Reed Kotler
2012-12-20
2
-0
/
+8
*
set register class properly for mips16 here
Reed Kotler
2012-12-20
1
-1
/
+2
*
This assert is overly restrictive and does not work for mips16.
Reed Kotler
2012-12-20
1
-1
/
+0
*
Turn on register scavenger for Mips 16
Reed Kotler
2012-12-20
2
-0
/
+39
*
[mips] Refactor SLT (set on less than) instructions. Separate encoding
Akira Hatanaka
2012-12-20
3
-22
/
+32
*
[mips] Refactor unconditional branch instruction. Separate encoding information
Akira Hatanaka
2012-12-20
2
-6
/
+15
*
[mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass
Akira Hatanaka
2012-12-20
6
-69
/
+64
*
[mips] Delete definition of CPRESTORE instruction.
Akira Hatanaka
2012-12-20
1
-8
/
+0
*
[mips] Refactor conditional branch instructions with one register operand.
Akira Hatanaka
2012-12-20
3
-14
/
+24
*
[mips] Refactor conditional branch instructions with two register operands.
Akira Hatanaka
2012-12-20
3
-8
/
+22
*
fix most of remaining issues with large frames.
Reed Kotler
2012-12-20
4
-18
/
+195
*
[mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy
Akira Hatanaka
2012-12-20
1
-5
/
+5
*
[mips] Change the order of template parameters. Move the default parameters to
Akira Hatanaka
2012-12-20
2
-29
/
+30
*
[mips] Refactor shift instructions with register operands. Separate encoding
Akira Hatanaka
2012-12-20
3
-15
/
+28
*
[mips] Refactor shift immediate instructions. Separate encoding information
Akira Hatanaka
2012-12-20
3
-36
/
+44
*
[mips] Refactor arithmetic and logic instructions with immediate operands.
Akira Hatanaka
2012-12-20
3
-22
/
+39
*
[mips] Refactor arithmetic and logic instructions. Separate encoding
Akira Hatanaka
2012-12-20
3
-28
/
+40
*
[mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR and
Akira Hatanaka
2012-12-20
2
-43
/
+30
*
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
3
-13
/
+1
*
Add some missing Defs and Uses.
Reed Kotler
2012-12-19
1
-1
/
+11
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-1
/
+1
*
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-15
2
-0
/
+46
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
1
-3
/
+3
*
[mips] Do not copy GOT address to register $gp if the function being called has
Akira Hatanaka
2012-12-13
1
-4
/
+9
*
[mips] Delete all floating point instruction classes that are no longer used.
Akira Hatanaka
2012-12-13
3
-279
/
+2
*
[mips] Modify definitions of floating point conditional move instructions.
Akira Hatanaka
2012-12-13
2
-24
/
+110
*
[mips] Modify definitions of floating point comparison instructions.
Akira Hatanaka
2012-12-13
2
-9
/
+30
*
[mips] Modify definitions of floating point branch instructions.
Akira Hatanaka
2012-12-13
2
-2
/
+26
*
[mips] Modify definitions of floating point indexed load and store instructions.
Akira Hatanaka
2012-12-13
2
-14
/
+59
*
[mips] Modify definitions of floating point multiply-add/sub instructions.
Akira Hatanaka
2012-12-13
2
-12
/
+46
*
[mips] Modify definitions of floating point load and store instructions.
Akira Hatanaka
2012-12-13
2
-10
/
+35
*
[mips] Modify definitions of move from/to coprocessor instructions.
Akira Hatanaka
2012-12-13
2
-21
/
+30
*
[mips] Modify definitions of two register operand floating point instructions.
Akira Hatanaka
2012-12-13
2
-41
/
+87
*
[mips] Modify definitions of three register operand floating point instructions
Akira Hatanaka
2012-12-13
2
-8
/
+41
*
[mips] Move classes that do not belong in MipsInstrFormats.td into
Akira Hatanaka
2012-12-13
2
-23
/
+23
*
[mips] Set isCommutable flag in a more explicit way.
Akira Hatanaka
2012-12-13
1
-5
/
+3
*
[mips] Remove fmt from the parameter list of classes FMADDSUB and FNMADDSUB.
Akira Hatanaka
2012-12-13
1
-16
/
+16
*
[mips] Remove single-precision floating point instruction from multiclass
Akira Hatanaka
2012-12-13
2
-10
/
+13
*
[mips] Move class IsCommutable into MipsInstrInfo.td.
Akira Hatanaka
2012-12-13
2
-4
/
+4
*
[mips] Remove single-precision floating point instructions from multiclasses
Akira Hatanaka
2012-12-13
2
-47
/
+54
*
[mips] Fix a memory leak bug report by NAKAMURA Takumi.
Akira Hatanaka
2012-12-12
1
-5
/
+6
*
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
2
-2
/
+4
*
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
2
-2
/
+2
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-3
/
+3
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
1
-3
/
+3
*
[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.
NAKAMURA Takumi
2012-12-11
1
-1
/
+1
*
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
2
-2
/
+5
*
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-12-10
5
-130
/
+30
[next]