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
/
AsmParser
/
MipsAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Use `expandLoadAddress` for JAL expansion
Simon Atanasyan
2019-10-23
1
-47
/
+9
*
[mips] Implement `la` macro expansion for N32 ABI
Simon Atanasyan
2019-10-23
1
-1
/
+1
*
[mips] Rely on GPR size not ABI when select instruction to load value into re...
Simon Atanasyan
2019-10-12
1
-9
/
+5
*
[mips] Fix `loadImmediate` calls when load non-address values.
Simon Atanasyan
2019-10-12
1
-5
/
+5
*
[mips] Remove unused local variables. NFC
Simon Atanasyan
2019-10-11
1
-19
/
+11
*
[mips] Store 64-bit `li.d' operand as a single 8-byte value
Simon Atanasyan
2019-10-11
1
-4
/
+4
*
[mips] Use less instruction to load zero into FPR by li.s / li.d pseudos
Simon Atanasyan
2019-10-11
1
-13
/
+18
*
[mips] Fix loading "double" immediate into a GPR and FPR
Simon Atanasyan
2019-10-11
1
-6
/
+14
*
[mips] Rename local variable. NFC
Simon Atanasyan
2019-10-09
1
-19
/
+19
*
[mips] Split expandLoadImmReal into multiple methods. NFC
Simon Atanasyan
2019-10-09
1
-154
/
+205
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-11
/
+9
*
[mips] Expand 'lw/sw' instructions for 32-bit GOT
Simon Atanasyan
2019-09-18
1
-17
/
+64
*
[mips] Reduce code duplication in the `loadAndAddSymbolAddress`. NFC
Simon Atanasyan
2019-09-18
1
-106
/
+57
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
1
-9
/
+12
*
[mips] Inline emitStoreWithSymOffset and emitLoadWithSymOffset methods. NFC
Simon Atanasyan
2019-08-29
1
-6
/
+11
*
[mips] Fix expanding `lw/sw $reg1, symbol($reg2)` instruction
Simon Atanasyan
2019-08-29
1
-3
/
+3
*
[mips] Reduce number of instructions used for loading a global symbol's value
Simon Atanasyan
2019-08-23
1
-5
/
+13
*
[mips] Do not include offset into `%got` expression for global symbols
Simon Atanasyan
2019-08-23
1
-14
/
+18
*
[mips] Replace call `expandLoadAddress` by `loadAndAddSymbolAddress`. NFC
Simon Atanasyan
2019-08-21
1
-2
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-8
/
+8
*
[Mips] Instruction `sc` now accepts symbol as an argument
Simon Atanasyan
2019-08-07
1
-29
/
+52
*
[mips] Fix lowering load/store instruction in PIC case
Simon Atanasyan
2019-08-01
1
-1
/
+18
*
[mips] Implement .cplocal directive
Simon Atanasyan
2019-07-17
1
-13
/
+54
*
[mips] Implement sge/sgeu pseudo instructions
Simon Atanasyan
2019-07-09
1
-0
/
+104
*
[mips] Implement sgt/sgtu pseudo instructions with immediate operand
Simon Atanasyan
2019-07-09
1
-0
/
+55
*
[mips] Refactor expandSeq and expandSeqI methods. NFC
Simon Atanasyan
2019-07-04
1
-41
/
+43
*
[Mips] Add s.d instruction alias for Mips1
Simon Atanasyan
2019-06-12
1
-0
/
+50
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[Mips] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
[mips] Remove unused FGRH32 register class. NFC
Simon Atanasyan
2019-04-03
1
-13
/
+0
*
[mips] Fix crash on recursive using of .set
Simon Atanasyan
2019-03-19
1
-10
/
+9
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25
Vladimir Stefanovic
2019-01-17
1
-4
/
+1
*
[mips][micrompis] Emit 16bit NOPs by default
Aleksandar Beserminji
2019-01-09
1
-5
/
+14
*
[mips][mc] Emit R_{MICRO}MIPS_JALR when expanding jal to jalr
Vladimir Stefanovic
2018-12-10
1
-3
/
+21
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-2
/
+2
*
[mips][microMIPS] Fix the definition of MOVEP instruction
Simon Atanasyan
2018-09-19
1
-113
/
+40
*
[mips] Enable the mnemonic spell corrector
Simon Atanasyan
2018-09-13
1
-1
/
+7
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
[mips] Replace custom parsing logic for data directives by the `addAliasForDi...
Simon Atanasyan
2018-07-25
1
-40
/
+3
*
[mips] Remove dead code. NFC
Simon Atanasyan
2018-07-11
1
-21
/
+0
*
[mips] Addition of the [d]rem and [d]remu instructions
Stefan Maksimovic
2018-07-09
1
-25
/
+54
*
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
Alexander Richardson
2018-06-25
1
-5
/
+1
*
[mips] Mark microMIPS64 as being unsupported.
Simon Dardis
2018-06-19
1
-0
/
+3
*
[mips] Support 64-bit offsets for lb/sb/ld/sd/lld ... instructions
Simon Atanasyan
2018-06-01
1
-53
/
+30
*
[mips] Process numeric register name in the .set assignment directive
Simon Atanasyan
2018-05-29
1
-8
/
+44
*
[mips] Cleanup the code to reduce diff with the upcoming patches. NFC
Simon Atanasyan
2018-05-29
1
-10
/
+10
*
[mips] Escape else-after-return. NFC
Simon Atanasyan
2018-05-29
1
-62
/
+63
[next]