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
/
MipsInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Split long lines in the code. NFC
Simon Atanasyan
2019-11-03
1
-2
/
+2
*
[TargetInstrInfo] Let findCommutedOpIndices take const MachineInstr&
Simon Pilgrim
2019-09-25
1
-1
/
+2
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+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
-1
/
+12
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-2
/
+1
*
[mips] Handle branch expansion corner cases
Aleksandar Beserminji
2018-08-07
1
-0
/
+2
*
[mips] Add support for isBranchOffsetInRange and use it for MipsLongBranch
Simon Dardis
2018-05-16
1
-0
/
+157
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-3
/
+3
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-1
/
+1
*
[mips] Spectre variant two mitigation for MIPSR2
Simon Dardis
2018-02-21
1
-5
/
+16
*
Reland "[mips] Fix the target specific instruction verifier"
Simon Dardis
2017-12-18
1
-15
/
+22
*
Revert "[mips] Fix the target specific instruction verifier"
Simon Dardis
2017-12-18
1
-22
/
+15
*
[mips] Fix the target specific instruction verifier
Simon Dardis
2017-12-18
1
-15
/
+22
*
[mips] Removal of microMIPS64R6
Aleksandar Beserminji
2017-12-11
1
-6
/
+0
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[mips] Fix PR35071
Simon Dardis
2017-10-26
1
-13
/
+12
*
[mips] Fix analyzeBranch to handle debug data
Simon Dardis
2017-10-18
1
-1
/
+7
*
[mips] Add support for parsing target specific flags for MIR
Simon Dardis
2017-10-11
1
-0
/
+36
*
[mips] Pick the right variant of DINS upfront and enable target instruction v...
Simon Dardis
2017-09-14
1
-0
/
+87
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-14
/
+19
*
[MIPS] BuildCondBr should preserve MO flags
Simon Dardis
2017-06-13
1
-6
/
+3
*
[mips][msa] Prevent output operand from commuting for dpadd_[su].df ins
Petar Jovanovic
2017-03-31
1
-0
/
+28
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-2
/
+2
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-3
/
+3
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-2
/
+2
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
1
-2
/
+7
*
CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI
Duncan P. N. Exon Smith
2016-09-11
1
-3
/
+5
*
[mips] Correct tail call encoding for MIPSR6
Simon Dardis
2016-08-18
1
-4
/
+3
*
[mips] Enforce compact branch restrictions
Simon Dardis
2016-08-16
1
-13
/
+12
*
[mips] Enable tail calls by default
Simon Dardis
2016-08-04
1
-0
/
+4
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-1
/
+1
*
TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
Sjoerd Meijer
2016-07-28
1
-1
/
+1
*
[mips] MIPS64R6 compact branch support
Simon Dardis
2016-07-26
1
-1
/
+23
*
[mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructions
Hrvoje Varga
2016-07-22
1
-0
/
+4
*
Reapply "Mips: Avoid implicit iterator conversions, NFC"
Duncan P. N. Exon Smith
2016-07-15
1
-6
/
+6
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-3
/
+4
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-3
/
+3
*
Revert r275141 - Mips: Avoid implicit iterator conversions, NFC
Daniel Sanders
2016-07-15
1
-6
/
+6
*
Mips: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-6
/
+6
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-6
/
+8
*
[mips] bnec/beqc register constraint fix
Simon Dardis
2016-05-31
1
-4
/
+6
*
[PATCH] [mips] Restrict the creation of compact branches
Simon Dardis
2016-05-18
1
-1
/
+19
*
Revert "[mips] Restrict the creation of compact branches"
Simon Dardis
2016-05-18
1
-19
/
+1
*
[mips] Restrict the creation of compact branches
Simon Dardis
2016-05-18
1
-1
/
+19
*
[mips][mips16] Use isUnconditionalBranch() in AnalyzeBranch() and constant is...
Daniel Sanders
2016-05-06
1
-3
/
+3
*
Fix an assertion that can never fire because the condition ANDed with the str...
Craig Topper
2016-04-24
1
-1
/
+1
*
[mips] MIPSR6 Compact jump support
Simon Dardis
2016-04-05
1
-25
/
+81
[next]