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
/
test
/
MC
/
Mips
/
mips-expansions.s
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Expand 'lw/sw' instructions for 32-bit GOT
Simon Atanasyan
2019-09-18
1
-1
/
+67
*
[mips] Mark tests for lw/sw expansion in PIC by a separate "check prefix". NFC
Simon Atanasyan
2019-09-18
1
-40
/
+40
*
[mips] Fix expanding `lw/sw $reg1, symbol($reg2)` instruction
Simon Atanasyan
2019-08-29
1
-2
/
+2
*
[mips] Reduce number of instructions used for loading a global symbol's value
Simon Atanasyan
2019-08-23
1
-18
/
+16
*
[mips] Do not include offset into `%got` expression for global symbols
Simon Atanasyan
2019-08-23
1
-4
/
+4
*
[mips] Fix lowering load/store instruction in PIC case
Simon Atanasyan
2019-08-01
1
-0
/
+59
*
[mips] Accept 32-bit offsets for lh and lhu commands
Simon Atanasyan
2018-05-10
1
-0
/
+18
*
[mips] Accept 32-bit offsets for lb and lbu commands
Simon Atanasyan
2018-04-26
1
-0
/
+18
*
[mips] Add support for unaligned load/store macros.
Vasileios Kalintiris
2016-11-22
1
-12
/
+652
*
[mips] Use --check-prefixes where appropriate. NFC.
Daniel Sanders
2016-06-24
1
-2
/
+2
*
[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.
Daniel Sanders
2016-05-03
1
-16
/
+16
*
[mips][ias] Split expandMemInst between MipsAsmParser and MipsTargetStreamer....
Daniel Sanders
2016-04-29
1
-1
/
+1
*
[mips] Make symbols an acceptable branch target when expanding compare-to-imm...
Daniel Sanders
2016-02-29
1
-0
/
+6
*
[mips][ias] Implement ulh macro.
Daniel Sanders
2015-10-15
1
-2
/
+205
*
[mips] Changed the way symbols are handled in dla and la instructions to allo...
Daniel Sanders
2015-10-05
1
-4
/
+4
*
[mips] Fix li/la differences between IAS and GAS.
Daniel Sanders
2015-07-14
1
-70
/
+19
*
[mips] [IAS] Add partial support for the ULW pseudo-instruction.
Toma Tabacu
2015-06-26
1
-0
/
+136
*
[mips] [IAS] Add partial support for the ULHU pseudo-instruction.
Toma Tabacu
2015-06-23
1
-113
/
+315
*
[mips] [IAS] Add support for LAReg with identical source and destination regi...
Toma Tabacu
2015-06-22
1
-0
/
+6
*
[mips] [IAS] Add support for LASym with identical source and destination regi...
Toma Tabacu
2015-06-22
1
-0
/
+6
*
[mips] [IAS] Add support for expanding LASym with a source register operand.
Toma Tabacu
2015-06-17
1
-0
/
+6
*
[mips] [IAS] Fix LA with relative label operands.
Toma Tabacu
2015-06-17
1
-0
/
+5
*
[mips] [IAS] Add test for SW with relative label operands. NFC.
Toma Tabacu
2015-06-17
1
-0
/
+5
*
[mips] [IAS] Fix LW with relative label operands.
Toma Tabacu
2015-06-17
1
-0
/
+9
*
Recommit "[mips] [IAS] Add support for BNE and BEQ with an immediate operand....
Toma Tabacu
2015-06-11
1
-0
/
+62
*
Revert "[mips] [IAS] Add support for BNE and BEQ with an immediate operand." ...
Toma Tabacu
2015-06-09
1
-62
/
+0
*
[mips] [IAS] Add support for BNE and BEQ with an immediate operand.
Toma Tabacu
2015-06-09
1
-0
/
+62
*
[mips] [IAS] Reformat mips-expansions.s. NFC.
Toma Tabacu
2015-06-02
1
-33
/
+32
*
[mips] [IAS] Add 2 missing CHECK directives for fixups in mips-expansions.s.
Toma Tabacu
2015-05-21
1
-2
/
+2
*
[mips] [IAS] Fix expansion of negative 32-bit immediates for LI/DLI.
Toma Tabacu
2015-05-15
1
-0
/
+3
*
[mips] [IAS] Warn when LA is used with a 64-bit symbol.
Toma Tabacu
2015-05-14
1
-15
/
+0
*
[mips] [IAS] Unify common functionality of LA and LI.
Toma Tabacu
2015-05-13
1
-2
/
+2
*
[mips] [IAS] Do not generate redundant ORi in createLShiftOri.
Toma Tabacu
2015-04-28
1
-5
/
+8
*
[mips] [IAS] Do not generate redundant move when expanding lw/sw with symbol.
Toma Tabacu
2015-04-08
1
-0
/
+14
*
[mips] Add assembler support for the "la $reg,symbol" pseudo-instruction.
Toma Tabacu
2014-08-14
1
-0
/
+20
*
[mips] Fix expansion of memory operation if destination register is not a GPR.
Matheus Almeida
2014-06-18
1
-0
/
+8
*
[mips] Access $at only if necessary.
Matheus Almeida
2014-06-18
1
-0
/
+2
*
[mips] Update MipsAsmParser so that it's possible to handle immediates that s...
Matheus Almeida
2014-06-18
1
-0
/
+3
*
Use object file specific section type for initial text section
Nico Rieck
2013-04-14
1
-1
/
+0
*
This patch that enables the Mips assembler to use symbols for offset for inst...
Jack Carter
2013-03-22
1
-0
/
+22
*
Initial assembler implementation of Mips load address macro
Jack Carter
2012-10-09
1
-0
/
+13
*
Implement methods that enable expansion of load immediate
Jack Carter
2012-10-04
1
-0
/
+14