index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Mips
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[mips][ias] Implement one N32 case (of two) for .cpsetup.
Daniel Sanders
2016-06-14
1
-28
/
+27
*
Move instances of std::function.
Benjamin Kramer
2016-06-12
1
-4
/
+4
*
[mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructions
Hrvoje Varga
2016-06-09
2
-0
/
+37
*
[mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...
Daniel Sanders
2016-06-03
2
-6
/
+2
*
[mips] Implement 'la' macro in PIC mode for O32.
Daniel Sanders
2016-06-03
2
-0
/
+5
*
[mips] Enforce compact branch register restrictions
Simon Dardis
2016-05-31
1
-4
/
+12
*
ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocation
Zoran Jovanovic
2016-05-19
4
-3
/
+21
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-2
/
+0
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
[PATCH] [mips] Restrict the creation of compact branches
Simon Dardis
2016-05-18
2
-0
/
+27
*
Revert "[mips] Restrict the creation of compact branches"
Simon Dardis
2016-05-18
2
-27
/
+0
*
[mips] Restrict the creation of compact branches
Simon Dardis
2016-05-18
2
-0
/
+27
*
[mips][microMIPS] Implement BEQZC and BNEZC instructions
Zoran Jovanovic
2016-05-17
2
-0
/
+27
*
[mips][ias] Fix R_MICROMIPS_GOT16 evaluation and eliminate symbol for R_MICRO...
Daniel Sanders
2016-05-16
2
-7
/
+4
*
[mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted.
Daniel Sanders
2016-05-16
1
-5
/
+8
*
[mips] Enable IAS by default for 32-bit MIPS targets (O32).
Daniel Sanders
2016-05-14
1
-0
/
+5
*
[mips][ias] Work around yet another incorrect microMIPS relocation evaluation...
Daniel Sanders
2016-05-13
1
-3
/
+7
*
[mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_...
Hrvoje Varga
2016-05-13
2
-0
/
+30
*
[mips][ias] Fix O32 .cprestore directive when inside .set noat region and off...
Daniel Sanders
2016-05-12
1
-6
/
+7
*
[mips][ias] Work around incorrect another microMIPS relocation evaluation exp...
Daniel Sanders
2016-05-12
1
-1
/
+1
*
Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"
Hrvoje Varga
2016-05-12
2
-16
/
+0
*
[mips][ias] Correct ELF eflags when Octeon is the target.
Daniel Sanders
2016-05-12
3
-15
/
+28
*
[mips][ias] Handle N64 compound relocations and R_MIPS_SUB in needsRelocateWi...
Daniel Sanders
2016-05-12
1
-5
/
+6
*
[mips][ias] Work around incorrect microMIPS relocation evaluation exposed by ...
Daniel Sanders
2016-05-11
1
-0
/
+5
*
[mips][ias] Fix N32 and N64 .cprestore directive when inside .set noat region.
Daniel Sanders
2016-05-11
1
-12
/
+19
*
[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions
Hrvoje Varga
2016-05-11
2
-0
/
+16
*
[mips][ias] Make the default path unreachable in needsRelocateWithSymbol() (e...
Daniel Sanders
2016-05-10
1
-1
/
+114
*
[mips] Try to fix 'truncation from FindBestPredicateResult to bool' reported ...
Daniel Sanders
2016-05-09
1
-3
/
+3
*
[mips][ias] R_MIPS_(GOT|HI|LO|PC)16 and R_MIPS_GPREL32 do not need symbols.
Daniel Sanders
2016-05-09
1
-11
/
+10
*
MipsELFObjectWriter.cpp: Activate debug printer just for +Asserts. [-Wunused-...
NAKAMURA Takumi
2016-05-07
1
-0
/
+2
*
[mips] Fix inconsistent .cprestore behaviour between direct object emission a...
Daniel Sanders
2016-05-06
1
-0
/
+8
*
[mips] Correct the ordering of HI/LO pairs in the relocation table.
Daniel Sanders
2016-05-06
1
-186
/
+269
*
[mips][ias] Only round section sizes when explicitly requested.
Daniel Sanders
2016-05-04
1
-12
/
+24
*
[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.
Daniel Sanders
2016-05-03
8
-187
/
+408
*
[mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC.
Daniel Sanders
2016-04-29
1
-16
/
+36
*
[mips][ias] Split expandMemInst between MipsAsmParser and MipsTargetStreamer....
Daniel Sanders
2016-04-29
1
-0
/
+100
*
[mips][ias] Moved most instruction emission helpers to MipsTargetStreamer. NFC.
Daniel Sanders
2016-04-29
1
-0
/
+93
*
[mips][ias] Make section sizes a multiple of the alignment.
Daniel Sanders
2016-04-29
1
-0
/
+15
*
[mips][atomics] Fix partword atomic binary operation implementation
Simon Dardis
2016-04-28
2
-0
/
+5
*
[mips][microMIPS] Revert commit r266861.
Zoran Jovanovic
2016-04-22
2
-16
/
+0
*
[mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocation
Zoran Jovanovic
2016-04-22
4
-2
/
+23
*
[mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocation
Zoran Jovanovic
2016-04-21
4
-2
/
+11
*
[mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocation
Zoran Jovanovic
2016-04-21
4
-1
/
+24
*
[mips][microMIPS]Implement CFC*, CTC* and LDC* instructions
Hrvoje Varga
2016-04-20
2
-0
/
+16
*
[mips][ias] Stream macro expansions to output instead of buffering them. NFC.
Daniel Sanders
2016-04-18
1
-10
/
+7
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
4
-6
/
+3
*
[mips] Make Static a default relocation model for MIPS codegen
Petar Jovanovic
2016-04-11
1
-3
/
+1
*
[mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123]
Daniel Sanders
2016-03-31
2
-49
/
+9
*
[MC][mips] Add MipsMCInstrAnalysis class and register it as MC instruction an...
Simon Atanasyan
2016-03-24
1
-0
/
+36
*
[mips] MIPS32R6 compact branch support
Daniel Sanders
2016-03-14
1
-1
/
+6
[prev]
[next]