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
/
MipsInstructionSelector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-4
/
+4
*
[mips] Split long lines in the code. NFC
Simon Atanasyan
2019-11-03
1
-4
/
+6
*
[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
*
[MIPS GlobalISel] Select MSA vector generic and builtin mul
Petar Avramovic
2019-10-23
1
-1
/
+3
*
[MIPS GlobalISel] Add MSA registers to fprb. Select vector load, store
Petar Avramovic
2019-10-15
1
-17
/
+27
*
[MIPS GlobalISel] VarArg argument lowering, select G_VASTART and vacopy
Petar Avramovic
2019-09-23
1
-0
/
+23
*
[MIPS GlobalISel] Select indirect branch
Petar Avramovic
2019-09-12
1
-0
/
+5
*
[MIPS GlobalISel] Select G_IMPLICIT_DEF
Petar Avramovic
2019-09-12
1
-0
/
+12
*
[MIPS GlobalISel] Select G_FENCE
Petar Avramovic
2019-09-05
1
-0
/
+4
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
[GlobalISel] Make the InstructionSelector instance non-const, allowing state ...
Amara Emerson
2019-08-13
1
-4
/
+3
*
[MIPS GlobalISel] Select jump_table and brjt
Petar Avramovic
2019-08-08
1
-0
/
+73
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-2
/
+2
*
[MIPS GlobalISel] Fold load/store + G_GEP + G_CONSTANT
Petar Avramovic
2019-08-01
1
-2
/
+23
*
[MIPS GlobalISel] Select inttoptr and ptrtoint
Petar Avramovic
2019-07-26
1
-0
/
+5
*
[MIPS GlobalISel] Select float and double phi
Petar Avramovic
2019-07-10
1
-4
/
+25
*
[MIPS GlobalISel] Select float and double load and store
Petar Avramovic
2019-07-10
1
-22
/
+44
*
GlobalISel: Remove unsigned variant of SrcOp
Matt Arsenault
2019-06-24
1
-21
/
+22
*
[MIPS GlobalISel] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build...
Fangrui Song
2019-06-21
1
-0
/
+1
*
[MIPS GlobalISel] Select floating point to integer conversions
Petar Avramovic
2019-06-20
1
-0
/
+28
*
[MIPS GlobalISel] Select fabs
Petar Avramovic
2019-06-06
1
-0
/
+10
*
[MIPS GlobalISel] Select fcmp
Petar Avramovic
2019-06-05
1
-0
/
+79
*
[MIPS GlobalISel] Handle position independent code
Petar Avramovic
2019-05-31
1
-17
/
+48
*
[MIPS GlobalISel] Select float constants
Petar Avramovic
2019-03-28
1
-0
/
+35
*
[MIPS GlobalISel] Select copy for arguments from FPRBRegBank
Petar Avramovic
2019-03-25
1
-5
/
+15
*
[MIPS GlobalISel] Improve selection of constants
Petar Avramovic
2019-03-15
1
-16
/
+39
*
[MIPS GlobalISel] Fix mul operands
Petar Avramovic
2019-03-07
1
-1
/
+14
*
Revert "[MIPS GlobalISel] Fix mul operands"
Vlad Tsyrklevich
2019-03-01
1
-4
/
+0
*
[MIPS GlobalISel] Fix mul operands
Petar Avramovic
2019-03-01
1
-0
/
+4
*
[MIPS GlobalISel] Select G_UMULH
Petar Avramovic
2019-03-01
1
-0
/
+20
*
[MIPS GlobalISel] Select phi instruction for integers
Petar Avramovic
2019-02-14
1
-0
/
+12
*
[MIPS GlobalISel] Select branch instructions
Petar Avramovic
2019-02-14
1
-0
/
+7
*
[MIPS GlobalISel] Select any extending load and truncating store
Petar Avramovic
2019-02-08
1
-0
/
+5
*
[MIPS GlobalISel] Select zero extending and sign extending load
Petar Avramovic
2019-01-24
1
-2
/
+30
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MIPS GlobalISel] Select G_SELECT
Petar Avramovic
2018-12-25
1
-0
/
+9
*
[MIPS GlobalISel] Select G_SDIV, G_UDIV, G_SREM and G_UREM
Petar Avramovic
2018-12-18
1
-0
/
+27
*
[GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...
Aditya Nandakumar
2018-12-11
1
-2
/
+2
*
[MIPS GlobalISel] Select icmp
Petar Jovanovic
2018-09-10
1
-0
/
+79
*
[MIPS GlobalISel] Select global address
Petar Jovanovic
2018-08-01
1
-0
/
+27
*
[MIPS GlobalISel] Select instructions to load and store i32 on stack
Petar Jovanovic
2018-07-16
1
-2
/
+66
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
[MIPS GlobalISel] remove superfluous #includes (NFC)
Petar Jovanovic
2018-04-12
1
-3
/
+0
*
[MIPS GlobalISel] Select add i32, i32
Petar Jovanovic
2018-04-11
1
-4
/
+64
*
[mips] finish removal of unused fields in MipsInstructionSelector
Petar Jovanovic
2018-02-23
1
-2
/
+2
*
[mips] remove unused fields in MipsInstructionSelector
Petar Jovanovic
2018-02-23
1
-3
/
+0
*
[MIPS GlobalISel] Adding GlobalISel
Petar Jovanovic
2018-02-23
1
-0
/
+66