index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
Mips16FrameLowering.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-05
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
1
-2
/
+3
2015-04-02
[mips] Implement eliminateCallFramePseudoInstr() in MipsFrameLowering. NFC.
Vasileios Kalintiris
1
-16
/
+0
2015-04-02
[mips] Expose adjustStackPtr() from MipsInstrInfo. NFC.
Vasileios Kalintiris
1
-4
/
+1
2015-01-29
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
1
-4
/
+4
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-8
/
+4
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-4
/
+8
2014-07-02
So that we can include frame lowering in the subtarget, remove include
Eric Christopher
1
-0
/
+4
2014-04-14
Use FrameSetup on frame instructions for the Mips port.
Eric Christopher
1
-1
/
+1
2014-03-07
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
1
-11
/
+8
2013-12-15
Fix some indentation.
Reed Kotler
1
-10
/
+10
2013-12-15
Last change for mips16 prolog/epilog cleanup and optimization.
Reed Kotler
1
-27
/
+21
2013-12-10
Next step in Mips16 prologue/epilogue cleanup.
Reed Kotler
1
-6
/
+21
2013-08-04
Add the saving of S2. This is needed for some of the floating point
Reed Kotler
1
-2
/
+6
2013-06-18
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
1
-4
/
+4
2013-05-16
Remove addFrameMove.
Rafael Espindola
1
-12
/
+9
2013-05-11
Change getFrameMoves to return a const reference.
Rafael Espindola
1
-5
/
+4
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
1
-0
/
+19
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
1
-2
/
+2
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
1
-1
/
+1
2012-12-20
Implement cfi_def_cfa_offset. "Make check" test case for this comming in the
Reed Kotler
1
-0
/
+27
2012-12-20
fix most of remaining issues with large frames.
Reed Kotler
1
-9
/
+8
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
1
-3
/
+3
2012-10-31
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
1
-2
/
+4
2012-10-28
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
1
-0
/
+9
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
1
-1
/
+1
2012-09-21
Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...
NAKAMURA Takumi
1
-1
/
+0
2012-09-21
Properly save and restore RA and Mips16 callee save registers S0,S1
Akira Hatanaka
1
-1
/
+39
2012-09-18
Revert r164051.
Akira Hatanaka
1
-4
/
+0
2012-09-17
Make sure there is enough room for RA. getStackSize needs to be cleaned up but
Akira Hatanaka
1
-0
/
+4
2012-08-02
Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out
Akira Hatanaka
1
-0
/
+5
2012-07-31
Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and
Akira Hatanaka
1
-0
/
+82