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
/
MC
/
Mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch implements ei and di instructions for mips. Test cases are added.
Vladimir Medic
2013-08-12
1
-1
/
+19
*
Mips ELF: MicroMips direct object Little endian support.
Jack Carter
2013-08-08
3
-48
/
+111
*
Add tests for Mips DSP instructions.
Vladimir Medic
2013-08-01
1
-0
/
+44
*
This patch implements parsing of mips FCC register operands. The example inst...
Vladimir Medic
2013-07-30
1
-0
/
+6
*
[mips] Print instructions "beq", "bne" and "or" using assembler pseudo
Akira Hatanaka
2013-07-26
2
-7
/
+5
*
[mips] Fix MipsAsmParser::parseCCRRegs.
Akira Hatanaka
2013-07-22
1
-1
/
+3
*
[mips] Use ADDu instead of OR to copy general purpose registers. Also, delete
Akira Hatanaka
2013-07-22
1
-0
/
+2
*
This patch extends mips register parsing methods to allow indexed register pa...
Vladimir Medic
2013-07-18
1
-0
/
+4
*
Implement eret and deret(return from exception) instructions for Mips. Test e...
Vladimir Medic
2013-07-17
2
-10
/
+28
*
Add support for Mips break and syscall insructions. The corresponding test ca...
Vladimir Medic
2013-07-12
1
-0
/
+10
*
Reverting commit r185999 due to buildboot failure.
Vladimir Medic
2013-07-10
1
-10
/
+0
*
Add support for Mips break and syscall insructions. The corresponding test ca...
Vladimir Medic
2013-07-10
1
-2
/
+12
*
[mips] Do not emit ".option pic0" if target is mips64.
Akira Hatanaka
2013-06-26
1
-0
/
+2
*
Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU r...
Vladimir Medic
2013-06-20
1
-1
/
+2
*
Mips ELF: Mark object file as ABI compliant
Jack Carter
2013-06-18
2
-12
/
+28
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
3
-6
/
+6
*
Mips assembler: Improve set register alias handling
Jack Carter
2013-05-28
1
-2
/
+3
*
Mips assembler: Add TwoOperandConstraint definitions
Jack Carter
2013-05-16
2
-1
/
+13
*
Mips assembler: Add branch macro definitions
Jack Carter
2013-05-16
1
-1
/
+13
*
Mips assembler: Assembler macro ADDIU $rs,imm
Jack Carter
2013-05-13
1
-0
/
+2
*
[mips] Test for r179873.
Akira Hatanaka
2013-04-30
1
-0
/
+64
*
Mips assembler: .set reorder support
Jack Carter
2013-04-25
1
-0
/
+18
*
Test case for r180241.
Akira Hatanaka
2013-04-25
1
-0
/
+22
*
Test case for r180238.
Akira Hatanaka
2013-04-25
1
-0
/
+22
*
Mips assembler: Add 64 bit testing for JAL
Jack Carter
2013-04-24
1
-39
/
+82
*
[mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and change
Akira Hatanaka
2013-04-19
1
-0
/
+2
*
Mips assembler: Enable handling of nested expressions
Jack Carter
2013-04-17
1
-0
/
+26
*
Mips assembler: Explicit floating point condition register recognition.
Jack Carter
2013-04-15
1
-0
/
+4
*
Use object file specific section type for initial text section
Nico Rieck
2013-04-14
9
-9
/
+0
*
Replace coff-/elf-dump with llvm-readobj
Nico Rieck
2013-04-12
13
-139
/
+156
*
Implement the "mips endian" for r_info.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Fix the fde encoding used by mips to match gas.
Rafael Espindola
2013-04-03
3
-108
/
+156
*
Mips direct object exception handling regression
Jack Carter
2013-04-01
2
-0
/
+67
*
[Mips Assembler] Add support for OR macro with imediate opperand
Jack Carter
2013-03-28
1
-0
/
+2
*
[Mips Assembler] Add alias definitions for jal
Jack Carter
2013-03-28
1
-1
/
+15
*
test file name change to correct typo
Jack Carter
2013-03-27
1
-0
/
+0
*
Fix the invalid opcode for Mips branch instructions in the assembler
Jack Carter
2013-03-22
1
-12
/
+12
*
This patch that enables the Mips assembler to use symbols for offset for inst...
Jack Carter
2013-03-22
1
-0
/
+22
*
This patch enables the Mips .set directive to define aliases
Jack Carter
2013-03-21
1
-0
/
+6
*
Mips specific standalone assembler addressing mode %hi and %lo.
Jack Carter
2013-02-21
2
-3
/
+13
*
ELF symbol table field st_other support,
Jack Carter
2013-02-20
3
-13
/
+182
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
1
-7
/
+7
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
2
-2
/
+18
*
[mips] Add definition of JALR instruction which has two register operands. Ch...
Akira Hatanaka
2013-02-07
1
-0
/
+8
*
This patch that sets the Mips ELF header flag for
Jack Carter
2013-02-05
1
-0
/
+8
*
This patch that sets the EmitAlias flag in td files
Jack Carter
2013-02-05
2
-10
/
+10
*
This patch implements runtime Mips specific
Jack Carter
2013-01-30
1
-0
/
+55
*
This patch implements parsing the .word
Jack Carter
2013-01-25
1
-1
/
+4
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
1
-0
/
+31
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
1
-1
/
+2
[next]