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][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
*
[mips] Stop parsing a .set assignment if the first argument is not an identifier
Simon Atanasyan
2018-05-29
1
-3
/
+2
*
[mips] Fix the definitions of lwp, swp
Simon Dardis
2018-05-25
1
-4
/
+21
*
[mips] Remove duplicated code from the expandLoadInst. NFC
Simon Atanasyan
2018-05-24
1
-36
/
+17
*
[mips] Remove redundant argument from expandLoadInst/expandStoreInst. NFC
Simon Atanasyan
2018-05-24
1
-15
/
+13
*
[mips] Add precondition asserts to the expandLoadInst/expandStoreInst. NFC
Simon Atanasyan
2018-05-24
1
-12
/
+23
*
[mips] Cleanup the code a bit. NFC
Simon Atanasyan
2018-05-24
1
-15
/
+25
*
[mips] Add support for Global INValidate ASE
Petar Jovanovic
2018-05-17
1
-0
/
+70
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-14
/
+14
*
[mips] Add support for Virtualization ASE
Petar Jovanovic
2018-04-27
1
-0
/
+70
*
[mips] Accept 32-bit offsets for lb and lbu commands
Simon Atanasyan
2018-04-26
1
-0
/
+17
*
[mips] Show an error if register number is out of range
Simon Atanasyan
2018-04-24
1
-1
/
+8
*
[mips] Add support for CRC ASE
Petar Jovanovic
2018-03-14
1
-0
/
+77
*
[mips] Correct the definition of m(f|t)c(0|2)
Simon Dardis
2018-03-07
1
-0
/
+10
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-02-22
1
-1
/
+1
*
[mips] Spectre variant two mitigation for MIPSR2
Simon Dardis
2018-02-21
1
-0
/
+1
*
[mips] Removal of microMIPS64R6
Aleksandar Beserminji
2017-12-11
1
-15
/
+18
*
[mips] Set microMIPS ASE flag
Aleksandar Beserminji
2017-11-24
1
-1
/
+3
*
Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."
Simon Dardis
2017-11-14
1
-0
/
+219
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-1
/
+1
*
[mips] Partially fix PR34391
Simon Dardis
2017-10-10
1
-4
/
+11
*
[mips] implement .set dspr2 directive
Petar Jovanovic
2017-10-05
1
-0
/
+6
*
[mips] Implement the 'dext' aliases and it's disassembly alias.
Simon Dardis
2017-09-14
1
-22
/
+51
*
[mips] Implement the 'dins' aliases.
Simon Dardis
2017-09-14
1
-0
/
+36
*
[mips] handle UImm16_AltRelaxed match type
Petar Jovanovic
2017-09-12
1
-0
/
+1
*
[mips] Follow up comments on r310460
Simon Dardis
2017-08-18
1
-2
/
+1
*
Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""
Simon Dardis
2017-08-14
1
-219
/
+0
*
Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."
Simon Dardis
2017-08-14
1
-0
/
+219
*
[mips] PR34083 - Wimplicit-fallthrough warning in MipsAsmParser.cpp
Simon Dardis
2017-08-09
1
-6
/
+7
*
Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""
Simon Dardis
2017-07-14
1
-219
/
+0
*
Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""
Simon Dardis
2017-07-14
1
-0
/
+219
*
Revert "[mips][mt][6/7] Add support for mftr, mttr instructions."
Simon Dardis
2017-07-13
1
-219
/
+0
*
[mips][mt][6/7] Add support for mftr, mttr instructions.
Simon Dardis
2017-07-12
1
-0
/
+219
*
[mips][mt] Correct spelling error in comment. NFCI.
Simon Dardis
2017-07-11
1
-1
/
+1
*
[mips][mt][2/7] Implement .module and .set directives for the MT ASE.
Simon Dardis
2017-07-11
1
-0
/
+59
*
[mips][mt][1/7] Add the MT ASE as a subtarget feature.
Simon Dardis
2017-07-11
1
-0
/
+3
[prev]
[next]