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
/
MipsFrameLowering.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-12
[Mips] Return false for isFPCloseToIncomingSP()
Petar Jovanovic
1
-0
/
+2
2015-04-02
[mips] Implement eliminateCallFramePseudoInstr() in MipsFrameLowering. NFC.
Vasileios Kalintiris
1
-0
/
+5
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
1
-2
/
+2
2014-07-18
FrameLowering depends only upon the Subtarget, so only take a subtarget
Eric Christopher
1
-2
/
+1
2014-07-02
So that we can include frame lowering in the subtarget, remove include
Eric Christopher
1
-1
/
+0
2014-04-29
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
1
-1
/
+1
2013-03-29
[mips] Add parameter Alignment to MipsFrameLowering's constructor.
Akira Hatanaka
1
-3
/
+2
2013-03-12
[mips] Rename function and variable names to start with proper case. Fix typos.
Akira Hatanaka
1
-1
/
+1
2012-11-02
[mips] Add function MipsFrameLowering::estimateStackSize.
Akira Hatanaka
1
-0
/
+3
2012-08-02
Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out
Akira Hatanaka
1
-0
/
+7
2012-08-02
Set transient stack alignment in constructor of MipsFrameLowering and re-enable
Akira Hatanaka
1
-3
/
+2
2012-07-31
Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and
Akira Hatanaka
1
-13
/
+0
2012-07-31
Let PEI::calculateFrameObjectOffsets compute the final stack size rather than
Akira Hatanaka
1
-2
/
+0
2012-07-10
Make register Mips::RA allocatable if not in mips16 mode.
Akira Hatanaka
1
-0
/
+5
2012-02-28
remove blanks, and some code format
Jia Liu
1
-1
/
+1
2011-09-22
Mips64 aligns stack on 16-byte boundary.
Akira Hatanaka
1
-1
/
+2
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
1
-2
/
+0
2011-05-26
Add support for C++ exception handling.
Akira Hatanaka
1
-0
/
+2
2011-05-23
Change StackDirection from StackGrowsUp to StackGrowsDown.
Akira Hatanaka
1
-4
/
+2
2011-05-20
Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle
Akira Hatanaka
1
-0
/
+2
2011-04-15
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
1
-3
/
+3
2011-04-15
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
1
-3
/
+3
2011-03-04
Fix an old copy-n-paste
Bruno Cardoso Lopes
1
-2
/
+2
2011-01-18
Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta...
Bruno Cardoso Lopes
1
-0
/
+2
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
1
-0
/
+46