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
/
MipsRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-1
/
+1
*
[mips] Iterate over MSACtrlRegClass to reserve all MSA control registers. NFC
Simon Atanasyan
2019-05-29
1
-8
/
+2
*
[mips] Use range-based for loops. NFC
Simon Atanasyan
2019-05-29
1
-8
/
+4
*
[mips] Use AltOrders to prevent using odd FP-registers
Simon Atanasyan
2019-04-02
1
-5
/
+0
*
[MIPS][microMIPS] Enable dynamic stack realignment
Simon Atanasyan
2019-03-19
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-7
/
+9
*
Revert accidental changes that snuck in r324584
Stefan Maksimovic
2018-02-08
1
-3
/
+1
*
[mips] Define certain instructions in microMIPS32r3
Stefan Maksimovic
2018-02-08
1
-1
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
[mips] Removal of microMIPS64R6
Aleksandar Beserminji
2017-12-11
1
-2
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
[mips] Clean up some whitespace (NFC).
Simon Dardis
2017-10-25
1
-1
/
+1
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-10
/
+9
*
Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-06-09
1
-1
/
+3
*
Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-04-07
1
-3
/
+1
*
[mips] Remove usage of debug only variable (NFC)
Simon Dardis
2017-04-07
1
-2
/
+2
*
[SelectionDAG] Enable target specific vector scalarization of calls and returns
Simon Dardis
2017-04-07
1
-1
/
+3
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-3
/
+3
*
[mips][ias] Attempt to fix 'not all control paths return a value' reported by...
Daniel Sanders
2016-05-09
1
-0
/
+2
*
[mips][micromips] Make getPointerRegClass() result depend on the instruction.
Daniel Sanders
2016-05-09
1
-7
/
+13
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
[mips][microMIPS] Fix for "Cannot copy registers" assertion
Hrvoje Varga
2016-04-13
1
-1
/
+7
*
[mips] Remove redundant inclusions of MipsAnalyzeImmediate.h
Daniel Sanders
2016-02-03
1
-1
/
+0
*
[mips] Interrupt attribute support for mips32r2+.
Vasileios Kalintiris
2015-10-26
1
-0
/
+10
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-39
/
+10
*
[mips] Add support for dynamic stack realignment.
Vasileios Kalintiris
2015-06-02
1
-0
/
+71
*
[mips] Move ABI-dependent register selections to MipsABIInfo. NFC.
Daniel Sanders
2015-04-17
1
-2
/
+2
*
Remove the need to cache the subtarget in the Mips TargetRegisterInfo
Eric Christopher
2015-03-12
1
-3
/
+7
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-2
/
+3
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-4
/
+6
*
[mips] Initial implementation of -mabicalls/-mno-abicalls.
Daniel Sanders
2014-08-08
1
-0
/
+6
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-5
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+5
*
[mips] Added FPXX modeless calling convention.
Zoran Jovanovic
2014-07-10
1
-0
/
+6
*
[mips] Add support for -modd-spreg/-mno-odd-spreg
Daniel Sanders
2014-07-10
1
-0
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-4
/
+4
*
Replace '#include ValueTypes.h' with forward declarations.
Patrik Hagglund
2014-03-12
1
-1
/
+0
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
This patch has two main functions:
Reed Kotler
2014-02-14
1
-1
/
+2
*
[mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.
Sasa Stankovic
2014-02-07
1
-0
/
+7
*
Next step in Mips16 prologue/epilogue cleanup.
Reed Kotler
2013-12-10
1
-0
/
+3
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
1
-9
/
+0
*
[mips][msa] Added cfcmsa, and ctcmsa
Daniel Sanders
2013-08-28
1
-0
/
+10
*
[mips] Add support for calling convention CC_MipsO32_FP64, which is used when...
Akira Hatanaka
2013-08-20
1
-11
/
+19
*
[mips] Resolve register classes dynamically using ptr_rc to reduce the number of
Akira Hatanaka
2013-08-20
1
-0
/
+5
*
[mips] Rename DSPRegs.
Akira Hatanaka
2013-08-14
1
-1
/
+1
[next]