summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/mips-expansions.s
Commit message (Expand)AuthorAgeFilesLines
* [mips] Expand 'lw/sw' instructions for 32-bit GOTSimon Atanasyan2019-09-181-1/+67
* [mips] Mark tests for lw/sw expansion in PIC by a separate "check prefix". NFCSimon Atanasyan2019-09-181-40/+40
* [mips] Fix expanding `lw/sw $reg1, symbol($reg2)` instructionSimon Atanasyan2019-08-291-2/+2
* [mips] Reduce number of instructions used for loading a global symbol's valueSimon Atanasyan2019-08-231-18/+16
* [mips] Do not include offset into `%got` expression for global symbolsSimon Atanasyan2019-08-231-4/+4
* [mips] Fix lowering load/store instruction in PIC caseSimon Atanasyan2019-08-011-0/+59
* [mips] Accept 32-bit offsets for lh and lhu commandsSimon Atanasyan2018-05-101-0/+18
* [mips] Accept 32-bit offsets for lb and lbu commandsSimon Atanasyan2018-04-261-0/+18
* [mips] Add support for unaligned load/store macros.Vasileios Kalintiris2016-11-221-12/+652
* [mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders2016-06-241-2/+2
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-031-16/+16
* [mips][ias] Split expandMemInst between MipsAsmParser and MipsTargetStreamer....Daniel Sanders2016-04-291-1/+1
* [mips] Make symbols an acceptable branch target when expanding compare-to-imm...Daniel Sanders2016-02-291-0/+6
* [mips][ias] Implement ulh macro.Daniel Sanders2015-10-151-2/+205
* [mips] Changed the way symbols are handled in dla and la instructions to allo...Daniel Sanders2015-10-051-4/+4
* [mips] Fix li/la differences between IAS and GAS.Daniel Sanders2015-07-141-70/+19
* [mips] [IAS] Add partial support for the ULW pseudo-instruction.Toma Tabacu2015-06-261-0/+136
* [mips] [IAS] Add partial support for the ULHU pseudo-instruction.Toma Tabacu2015-06-231-113/+315
* [mips] [IAS] Add support for LAReg with identical source and destination regi...Toma Tabacu2015-06-221-0/+6
* [mips] [IAS] Add support for LASym with identical source and destination regi...Toma Tabacu2015-06-221-0/+6
* [mips] [IAS] Add support for expanding LASym with a source register operand.Toma Tabacu2015-06-171-0/+6
* [mips] [IAS] Fix LA with relative label operands.Toma Tabacu2015-06-171-0/+5
* [mips] [IAS] Add test for SW with relative label operands. NFC.Toma Tabacu2015-06-171-0/+5
* [mips] [IAS] Fix LW with relative label operands.Toma Tabacu2015-06-171-0/+9
* Recommit "[mips] [IAS] Add support for BNE and BEQ with an immediate operand....Toma Tabacu2015-06-111-0/+62
* Revert "[mips] [IAS] Add support for BNE and BEQ with an immediate operand." ...Toma Tabacu2015-06-091-62/+0
* [mips] [IAS] Add support for BNE and BEQ with an immediate operand.Toma Tabacu2015-06-091-0/+62
* [mips] [IAS] Reformat mips-expansions.s. NFC.Toma Tabacu2015-06-021-33/+32
* [mips] [IAS] Add 2 missing CHECK directives for fixups in mips-expansions.s.Toma Tabacu2015-05-211-2/+2
* [mips] [IAS] Fix expansion of negative 32-bit immediates for LI/DLI.Toma Tabacu2015-05-151-0/+3
* [mips] [IAS] Warn when LA is used with a 64-bit symbol.Toma Tabacu2015-05-141-15/+0
* [mips] [IAS] Unify common functionality of LA and LI.Toma Tabacu2015-05-131-2/+2
* [mips] [IAS] Do not generate redundant ORi in createLShiftOri.Toma Tabacu2015-04-281-5/+8
* [mips] [IAS] Do not generate redundant move when expanding lw/sw with symbol.Toma Tabacu2015-04-081-0/+14
* [mips] Add assembler support for the "la $reg,symbol" pseudo-instruction.Toma Tabacu2014-08-141-0/+20
* [mips] Fix expansion of memory operation if destination register is not a GPR.Matheus Almeida2014-06-181-0/+8
* [mips] Access $at only if necessary.Matheus Almeida2014-06-181-0/+2
* [mips] Update MipsAsmParser so that it's possible to handle immediates that s...Matheus Almeida2014-06-181-0/+3
* Use object file specific section type for initial text sectionNico Rieck2013-04-141-1/+0
* This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter2013-03-221-0/+22
* Initial assembler implementation of Mips load address macroJack Carter2012-10-091-0/+13
* Implement methods that enable expansion of load immediate Jack Carter2012-10-041-0/+14
OpenPOWER on IntegriCloud