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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TargetInstrInfo] Let findCommutedOpIndices take const MachineInstr&
Simon Pilgrim
2019-09-25
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[mips] Add support for isBranchOffsetInRange and use it for MipsLongBranch
Simon Dardis
2018-05-16
1
-0
/
+4
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[mips] Add support for parsing target specific flags for MIR
Simon Dardis
2017-10-11
1
-0
/
+6
*
[mips] Pick the right variant of DINS upfront and enable target instruction v...
Simon Dardis
2017-09-14
1
-0
/
+4
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-5
/
+15
*
[mips][msa] Prevent output operand from commuting for dpadd_[su].df ins
Petar Jovanovic
2017-03-31
1
-0
/
+3
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-2
/
+2
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-1
/
+1
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
1
-2
/
+4
*
TargetInstrInfo: add virtual function getInstSizeInBytes
Sjoerd Meijer
2016-07-29
1
-1
/
+1
*
TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
Sjoerd Meijer
2016-07-28
1
-1
/
+1
*
Reapply "Mips: Avoid implicit iterator conversions, NFC"
Duncan P. N. Exon Smith
2016-07-15
1
-1
/
+1
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-1
/
+1
*
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
-1
/
+1
*
Mips: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-1
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-3
/
+3
*
[mips] MIPS32R6 compact branch support
Daniel Sanders
2016-03-14
1
-0
/
+9
*
[mips] Remove redundant inclusions of MipsAnalyzeImmediate.h
Daniel Sanders
2016-02-03
1
-1
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-3
/
+2
*
[mips] Expose adjustStackPtr() from MipsInstrInfo. NFC.
Vasileios Kalintiris
2015-04-02
1
-0
/
+4
*
Remove the need to cache the subtarget in the Mips TargetRegisterInfo
Eric Christopher
2015-03-12
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Make InstrInfo depend only upon the Subtarget getting passed in
Eric Christopher
2014-07-18
1
-5
/
+5
*
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
Sasa Stankovic
2014-04-30
1
-0
/
+4
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-23
/
+23
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+1
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-1
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+1
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-5
/
+0
*
[mips] Define a helper function which creates an instruction with the same
Akira Hatanaka
2013-05-13
1
-0
/
+6
*
[mips] Rename functions. No functionality changes.
Akira Hatanaka
2013-05-13
1
-2
/
+2
*
[mips] Define overloaded versions of storeRegToStack and loadRegFromStack.
Akira Hatanaka
2013-03-29
1
-0
/
+30
*
[mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd.
Akira Hatanaka
2013-03-01
1
-0
/
+15
*
Make function loadImmediate a member of MipsSEInstrInfo and change it to return
Akira Hatanaka
2012-08-23
1
-12
/
+0
*
Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out
Akira Hatanaka
2012-08-02
1
-0
/
+6
*
Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and
Akira Hatanaka
2012-07-31
1
-2
/
+1
*
Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),
Akira Hatanaka
2012-07-31
1
-62
/
+31
*
Add basic ability to setup call frame, and make procedure calls.
Akira Hatanaka
2012-07-23
1
-1
/
+4
*
Revert accidental commit.
Akira Hatanaka
2012-07-21
1
-4
/
+1
*
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-07-21
1
-1
/
+4
*
Make register Mips::RA allocatable if not in mips16 mode.
Akira Hatanaka
2012-07-10
1
-0
/
+2
*
Define function MipsInstrInfo::GetInstSizeInBytes, which will be called to
Akira Hatanaka
2012-06-14
1
-6
/
+20
*
Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.
Akira Hatanaka
2012-05-25
1
-0
/
+6
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-1
/
+1
[next]