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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MIPS][ELF] Use PC-relative relocations in .eh_frame when possible
Alex Richardson
2020-01-13
1
-35
/
+75
*
[mips] Fix sc, scs, ll, lld instructions expanding
Simon Atanasyan
2019-11-27
4
-42
/
+1182
*
[mips] Split test into MIPS and microMIPS parts. NFC
Simon Atanasyan
2019-11-25
2
-26
/
+34
*
[mips] Rename test case. NFC
Simon Atanasyan
2019-11-21
1
-0
/
+0
*
[mips] Remove addresses from the test case. NFC
Simon Atanasyan
2019-11-21
1
-40
/
+40
*
[llvm-objdump] Print relocation addends in hexadecimal
David Bozier
2019-11-19
1
-4
/
+4
*
[mips] Enable `la` pseudo instruction on 64-bit arch.
Simon Atanasyan
2019-11-15
2
-8
/
+485
*
[mips] Do not emit R_MIPS_JALR for sym+offset in case of O32 ABI
Simon Atanasyan
2019-11-15
1
-61
/
+61
*
[mips] Add test to check ELF output for JAL XGOT expansion. NFC
Simon Atanasyan
2019-11-13
1
-0
/
+216
*
[mips] Add tests to check `jal sym+offset`. NFC
Simon Atanasyan
2019-11-13
1
-59
/
+401
*
[mips] Write `AFL_EXT_OCTEONP` flag to the `.MIPS.abiflags` section
Simon Atanasyan
2019-11-07
1
-0
/
+6
*
[mips] Support `octeon+` CPU in the `.set arch=` directive
Simon Atanasyan
2019-11-07
1
-0
/
+4
*
[mips] Implement Octeon+ `saa` and `saad` instructions
Simon Atanasyan
2019-11-07
6
-0
/
+214
*
[mips] Move test case for Octeon instructions to cnmips sub-folder. NFC
Simon Atanasyan
2019-11-04
1
-0
/
+0
*
[mips] Use `expandLoadAddress` for JAL expansion
Simon Atanasyan
2019-10-23
1
-0
/
+93
*
[mips] Implement `la` macro expansion for N32 ABI
Simon Atanasyan
2019-10-23
1
-10
/
+83
*
[mips] Add tests to check `la / dla` expansion in XGOT cases. NFC
Simon Atanasyan
2019-10-23
2
-0
/
+196
*
[mips] Reformat `la / dla` expansion test cases. NFC
Simon Atanasyan
2019-10-23
2
-96
/
+149
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
3
-19
/
+41
*
[mips] Fix `loadImmediate` calls when load non-address values.
Simon Atanasyan
2019-10-12
1
-2
/
+2
*
[mips] Store 64-bit `li.d' operand as a single 8-byte value
Simon Atanasyan
2019-10-11
1
-65
/
+65
*
[mips] Use less instruction to load zero into FPR by li.s / li.d pseudos
Simon Atanasyan
2019-10-11
2
-16
/
+8
*
[mips] Follow-up to r374544. Fix test case.
Simon Atanasyan
2019-10-11
1
-2
/
+2
*
[mips] Fix loading "double" immediate into a GPR and FPR
Simon Atanasyan
2019-10-11
1
-12
/
+22
*
[Mips] Fix evaluating J-format branch targets
Simon Atanasyan
2019-10-07
2
-0
/
+34
*
[mips] Push `fixup_Mips_LO16` fixup for `jialc` and `jic` instructions
Simon Atanasyan
2019-10-03
3
-0
/
+30
*
[mips] Use llvm-readobj `-A` flag in test cases. NFC
Simon Atanasyan
2019-10-03
14
-17
/
+17
*
[mips] Expand 'lw/sw' instructions for 32-bit GOT
Simon Atanasyan
2019-09-18
2
-2
/
+134
*
[mips] Mark tests for lw/sw expansion in PIC by a separate "check prefix". NFC
Simon Atanasyan
2019-09-18
2
-73
/
+74
*
[mips] Fix expanding `lw/sw $reg1, symbol($reg2)` instruction
Simon Atanasyan
2019-08-29
2
-4
/
+4
*
[mips] Reduce number of instructions used for loading a global symbol's value
Simon Atanasyan
2019-08-23
2
-34
/
+28
*
[mips] Do not include offset into `%got` expression for global symbols
Simon Atanasyan
2019-08-23
2
-16
/
+20
*
[Mips] Instruction `sc` now accepts symbol as an argument
Simon Atanasyan
2019-08-07
1
-0
/
+74
*
[mips] Fix lowering load/store instruction in PIC case
Simon Atanasyan
2019-08-01
2
-0
/
+112
*
[mips] Add (dis)assembler tests for beqzl and bnezl instructions. NFC
Simon Atanasyan
2019-07-27
1
-0
/
+2
*
Revert "Reland [ELF] Loose a condition for relocation with a symbol"
Vlad Tsyrklevich
2019-07-22
2
-4
/
+10
*
Reland [ELF] Loose a condition for relocation with a symbol
Nikola Prica
2019-07-22
2
-10
/
+4
*
[mips] Implement .cplocal directive
Simon Atanasyan
2019-07-17
2
-0
/
+65
*
[mips] Print BEQZL and BNEZL pseudo instructions
Simon Atanasyan
2019-07-15
3
-26
/
+26
*
Revert "[ELF] Loose a condition for relocation with a symbol"
Nikola Prica
2019-07-10
2
-4
/
+10
*
[ELF] Loose a condition for relocation with a symbol
Nikola Prica
2019-07-10
2
-10
/
+4
*
[mips] Implement sge/sgeu pseudo instructions
Simon Atanasyan
2019-07-09
2
-0
/
+72
*
[mips] Implement sgt/sgtu pseudo instructions with immediate operand
Simon Atanasyan
2019-07-09
2
-0
/
+49
*
[mips] Mark the `lwupc` instruction as MIPS64 R6 only
Simon Atanasyan
2019-06-19
3
-6
/
+1
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[Mips] Add s.d instruction alias for Mips1
Simon Atanasyan
2019-06-12
1
-0
/
+13
*
[mips] LLVM and GAS now use same instructions for CFA Definition. NFCI
Simon Atanasyan
2019-05-15
3
-9
/
+7
*
[llvm-readobj] Change -t to --symbols in tests. NFC
Fangrui Song
2019-05-01
5
-5
/
+5
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
47
-62
/
+62
*
[llvm-nm][llvm-readelf] Avoid single-dash -long-option in tests
Fangrui Song
2019-04-27
1
-3
/
+2
[next]