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
/
MipsFrameLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Align for TFL::TransientStackAlignment
Guillaume Chatelet
2019-10-21
1
-2
/
+2
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[mips] Support shrink-wrapping
Petar Jovanovic
2018-06-29
1
-0
/
+4
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
1
-1
/
+1
*
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
*
[mips] Add support for dynamic stack realignment.
Vasileios Kalintiris
2015-06-02
1
-0
/
+2
*
[Mips] Return false for isFPCloseToIncomingSP()
Petar Jovanovic
2015-05-12
1
-0
/
+2
*
[mips] Implement eliminateCallFramePseudoInstr() in MipsFrameLowering. NFC.
Vasileios Kalintiris
2015-04-02
1
-0
/
+5
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
FrameLowering depends only upon the Subtarget, so only take a subtarget
Eric Christopher
2014-07-18
1
-2
/
+1
*
So that we can include frame lowering in the subtarget, remove include
Eric Christopher
2014-07-02
1
-1
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-1
/
+1
*
[mips] Add parameter Alignment to MipsFrameLowering's constructor.
Akira Hatanaka
2013-03-29
1
-3
/
+2
*
[mips] Rename function and variable names to start with proper case. Fix typos.
Akira Hatanaka
2013-03-12
1
-1
/
+1
*
[mips] Add function MipsFrameLowering::estimateStackSize.
Akira Hatanaka
2012-11-02
1
-0
/
+3
*
Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out
Akira Hatanaka
2012-08-02
1
-0
/
+7
*
Set transient stack alignment in constructor of MipsFrameLowering and re-enable
Akira Hatanaka
2012-08-02
1
-3
/
+2
*
Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and
Akira Hatanaka
2012-07-31
1
-13
/
+0
*
Let PEI::calculateFrameObjectOffsets compute the final stack size rather than
Akira Hatanaka
2012-07-31
1
-2
/
+0
*
Make register Mips::RA allocatable if not in mips16 mode.
Akira Hatanaka
2012-07-10
1
-0
/
+5
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-1
/
+1
*
Mips64 aligns stack on 16-byte boundary.
Akira Hatanaka
2011-09-22
1
-1
/
+2
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-2
/
+0
*
Add support for C++ exception handling.
Akira Hatanaka
2011-05-26
1
-0
/
+2
*
Change StackDirection from StackGrowsUp to StackGrowsDown.
Akira Hatanaka
2011-05-23
1
-4
/
+2
*
Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle
Akira Hatanaka
2011-05-20
1
-0
/
+2
*
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
*
Fix an old copy-n-paste
Bruno Cardoso Lopes
2011-03-04
1
-2
/
+2
*
Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta...
Bruno Cardoso Lopes
2011-01-18
1
-0
/
+2
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-0
/
+46