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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips][micromips] Make getPointerRegClass() result depend on the instruction.
Daniel Sanders
2016-05-09
1
-0
/
+12
*
[mips] Remove unused function declarations from MipsRegisterInfo.h. NFC.
Vasileios Kalintiris
2016-02-28
1
-10
/
+0
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-3
/
+1
*
[mips] Add support for dynamic stack realignment.
Vasileios Kalintiris
2015-06-02
1
-0
/
+8
*
Mips: Remove dead declaration
Matt Arsenault
2015-04-30
1
-3
/
+0
*
Remove some unnecessary forward declarations and put a couple more
Eric Christopher
2015-03-12
1
-2
/
+0
*
Remove the need to cache the subtarget in the Mips TargetRegisterInfo
Eric Christopher
2015-03-12
1
-5
/
+1
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+2
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
1
-2
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-9
/
+10
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-3
/
+3
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
1
-4
/
+0
*
[mips] Resolve register classes dynamically using ptr_rc to reduce the number of
Akira Hatanaka
2013-08-20
1
-0
/
+3
*
Checkin in of first of several patches to finish implementation of
Reed Kotler
2013-05-10
1
-0
/
+1
*
[mips] Define a function which returns the GPR register class.
Akira Hatanaka
2013-03-29
1
-0
/
+3
*
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-14
1
-1
/
+2
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-1
/
+2
*
[mips] Implement MipsRegisterInfo::getRegPressureLimit.
Akira Hatanaka
2013-01-22
1
-0
/
+2
*
Add a member of type Mips16InstrInfo/MipsSEInstrInfo to class
Akira Hatanaka
2012-08-22
1
-3
/
+1
*
Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emits
Akira Hatanaka
2012-07-31
1
-4
/
+0
*
Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and
Akira Hatanaka
2012-07-31
1
-1
/
+8
*
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
1
-1
/
+1
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
1
-0
/
+2
*
Turn on post register allocation scheduler.
Akira Hatanaka
2012-03-28
1
-0
/
+2
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
Changes for migrating to using register mask operands.
Akira Hatanaka
2012-03-01
1
-0
/
+1
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-1
/
+1
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
1
-4
/
+0
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
1
-1
/
+3
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
1
-0
/
+1
*
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
1
-3
/
+3
*
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-04-15
1
-3
/
+3
*
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2011-03-04
1
-1
/
+1
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
1
-2
/
+0
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-3
/
+0
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
1
-3
/
+2
*
cleanup
Rafael Espindola
2010-06-02
1
-3
/
+0
*
SubRegIndex'ize Mips
Jakob Stoklund Olesen
2010-05-24
1
-9
/
+0
*
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-09
1
-1
/
+1
*
- Add sugregister logic to handle f64=(f32,f32).
Bruno Cardoso Lopes
2009-11-19
1
-0
/
+9
*
Make the MachineFunction argument of getFrameRegister const.
David Greene
2009-11-12
1
-1
/
+1
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
1
-2
/
+3
*
This void is implicit in C++.
Dan Gohman
2009-08-12
1
-1
/
+1
*
Added support for fp callee saved registers.
Bruno Cardoso Lopes
2008-08-06
1
-0
/
+3
*
Added Subtarget support into RegisterInfo
Bruno Cardoso Lopes
2008-07-14
1
-2
/
+7
*
Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.
Evan Cheng
2008-03-31
1
-3
/
+0
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-2
/
+2
*
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-07
1
-10
/
+0
[next]