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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
2
-2
/
+4
*
[mips] Reduce number of nested `if` statements. NFC
Simon Atanasyan
2019-11-13
1
-8
/
+5
*
[mips] Add tests to check `jal sym+offset`. NFC
Simon Atanasyan
2019-11-13
1
-2
/
+0
*
[Mips] Add rematerialization support for ldi.fmt
Mirko Brkusanin
2019-11-13
1
-0
/
+1
*
[mips] Show an error if 64-bit target triple provided with 32-bit CPU
Simon Atanasyan
2019-11-13
1
-0
/
+4
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
4
-6
/
+6
*
Reland: [TII] Use optional destination and source pair as a return value; NFC
Djordje Todorovic
2019-11-08
4
-31
/
+21
*
[mips] Write `AFL_EXT_OCTEONP` flag to the `.MIPS.abiflags` section
Simon Atanasyan
2019-11-07
1
-1
/
+3
*
[mips] Support `octeon+` CPU in the `.set arch=` directive
Simon Atanasyan
2019-11-07
1
-2
/
+3
*
[mips] Implement Octeon+ `saa` and `saad` instructions
Simon Atanasyan
2019-11-07
10
-16
/
+130
*
[mips] Fix `getRegForInlineAsmConstraint` to do not crash on empty Constraint
Simon Atanasyan
2019-11-06
1
-4
/
+6
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
4
-8
/
+8
*
[mips] Remove trailing spaces. NFC
Simon Atanasyan
2019-11-03
1
-4
/
+4
*
[mips] Split long lines in the code. NFC
Simon Atanasyan
2019-11-03
28
-143
/
+216
*
[MIPS GlobalISel] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build...
Fangrui Song
2019-11-01
1
-0
/
+1
*
[MIPS GlobalISel] Improve reg bank handling in MipsInstructionSelector
Petar Avramovic
2019-11-01
1
-58
/
+70
*
Revert rG57ee0435bd47f23f3939f402914c231b4f65ca5e - [TII] Use optional destin...
Simon Pilgrim
2019-10-31
4
-21
/
+31
*
[TII] Use optional destination and source pair as a return value; NFC
Djordje Todorovic
2019-10-31
4
-31
/
+21
*
[MIPS GlobalISel] Select MSA vector generic and builtin fsqrt
Petar Avramovic
2019-10-25
2
-7
/
+17
*
[MIPS GlobalISel] Select MSA vector generic and builtin fabs
Petar Avramovic
2019-10-24
2
-3
/
+7
*
[MIPS GlobalISel] MSA vector generic and builtin fadd, fsub, fmul, fdiv
Petar Avramovic
2019-10-24
2
-3
/
+28
*
[MIPS GlobalISel] MSA vector generic and builtin sdiv, srem, udiv, urem
Petar Avramovic
2019-10-24
2
-6
/
+32
*
[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] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
3
-11
/
+15
*
[MIPS GlobalISel] Select MSA vector generic and builtin mul
Petar Avramovic
2019-10-23
3
-7
/
+10
*
[MIPS GlobalISel] Select MSA vector generic and builtin sub
Petar Avramovic
2019-10-23
2
-3
/
+16
*
[MIPS GlobalISel] Select MSA vector generic and builtin add
Petar Avramovic
2019-10-22
2
-2
/
+64
*
[Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl...
Guillaume Chatelet
2019-10-21
2
-5
/
+6
*
Use Align for TFL::TransientStackAlignment
Guillaume Chatelet
2019-10-21
1
-2
/
+2
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
5
-21
/
+25
*
[MIPS GlobalISel] Add MSA registers to fprb. Select vector load, store
Petar Avramovic
2019-10-15
4
-26
/
+103
*
[MIPS GlobalISel] Refactor MipsRegisterBankInfo [NFC]
Petar Avramovic
2019-10-15
2
-153
/
+127
*
[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][llvm-exegesis] Add a Mips target
Simon Atanasyan
2019-10-11
3
-0
/
+25
*
[mips] Fix loading "double" immediate into a GPR and FPR
Simon Atanasyan
2019-10-11
1
-6
/
+14
*
[Mips] Fix 374055
Mirko Brkusanin
2019-10-10
1
-3
/
+3
*
[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
*
[Mips] Emit proper ABI for _mcount calls
Mirko Brkusanin
2019-10-08
2
-0
/
+49
*
[Mips] Always save RA when disabling frame pointer elimination
Simon Atanasyan
2019-10-07
1
-2
/
+5
*
[Mips] Fix evaluating J-format branch targets
Simon Atanasyan
2019-10-07
1
-4
/
+7
*
Test commit
Mirko Brkusanin
2019-10-07
1
-1
/
+1
*
[mips] Push `fixup_Mips_LO16` fixup for `jialc` and `jic` instructions
Simon Atanasyan
2019-10-03
1
-2
/
+5
*
TLI: Remove DAG argument from getRegisterByName
Matt Arsenault
2019-10-01
2
-8
/
+8
*
[mips] Fix code indentation. NFC
Simon Atanasyan
2019-09-30
1
-3
/
+3
[prev]
[next]