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.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-02
[mips] Implement eliminateCallFramePseudoInstr() in MipsFrameLowering. NFC.
Vasileios Kalintiris
1
-0
/
+17
2015-01-29
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
1
-1
/
+1
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-2
/
+1
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-1
/
+2
2014-07-18
FrameLowering depends only upon the Subtarget, so only take a subtarget
Eric Christopher
1
-3
/
+2
2014-04-04
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
1
-1
/
+1
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
1
-2
/
+2
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
1
-3
/
+3
2012-11-02
[mips] Add function MipsFrameLowering::estimateStackSize.
Akira Hatanaka
1
-0
/
+34
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
1
-1
/
+1
2012-08-02
Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out
Akira Hatanaka
1
-0
/
+9
2012-07-31
Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and
Akira Hatanaka
1
-201
/
+0
2012-07-31
Let PEI::calculateFrameObjectOffsets compute the final stack size rather than
Akira Hatanaka
1
-10
/
+1
2012-07-31
When store nodes or memcpy nodes are created to copy the function call
Akira Hatanaka
1
-2
/
+1
2012-07-25
Eliminate the stack slot used to save the global base register.
Akira Hatanaka
1
-5
/
+1
2012-07-23
Add basic ability to setup call frame, and make procedure calls.
Akira Hatanaka
1
-5
/
+16
2012-07-21
Revert accidental commit.
Akira Hatanaka
1
-16
/
+5
2012-07-21
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
1
-5
/
+16
2012-07-11
Lower RETURNADDR node in Mips backend.
Akira Hatanaka
1
-5
/
+12
2012-07-10
Make register Mips::RA allocatable if not in mips16 mode.
Akira Hatanaka
1
-10
/
+22
2012-06-27
Fix bug in computation of stack size in MipsFrameLowering.cpp.
Akira Hatanaka
1
-3
/
+6
2012-06-21
1. fix null program output after some other changes
Akira Hatanaka
1
-1
/
+2
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
1
-1
/
+1
2012-06-14
In MipsFrameLowering::emitPrologue and emitEpilogue, call Mips::loadImmediate
Akira Hatanaka
1
-39
/
+16
2012-05-30
Fix some uses of getSubRegisters() to use getSubReg() instead.
Jakob Stoklund Olesen
1
-3
/
+2
2012-05-12
Make the following changes in MipsFrameLowering.cpp:
Akira Hatanaka
1
-32
/
+3
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
1
-3
/
+2
2012-03-28
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
1
-20
/
+18
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
1
-1
/
+1
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
1
-1
/
+1
2012-02-28
remove blanks, and some code format
Jia Liu
1
-12
/
+12
2012-02-24
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
1
-28
/
+11
2012-02-17
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
1
-1
/
+1
2012-01-25
Mark 64-bit register RA_64 unused too.
Akira Hatanaka
1
-4
/
+5
2012-01-25
Modify MipsFrameLowering::emitPrologue and emitEpilogue.
Akira Hatanaka
1
-78
/
+68
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
1
-2
/
+2
2011-11-15
Fix functions in MipsFrameLowering.cpp and MipsRegisterInfo.cpp. Use 64-bit
Akira Hatanaka
1
-16
/
+20
2011-11-15
Set nomacro before emitting the sequence of instructions that set global pointer
Akira Hatanaka
1
-3
/
+2
2011-11-14
Remove variable that keeps the size of area used to save byval or variable
Akira Hatanaka
1
-1
/
+0
2011-11-11
Mips MC object code emission improvements:
Bruno Cardoso Lopes
1
-0
/
+1
2011-11-11
Emit Mips64's sequence of instructions that set global register in prologue.
Akira Hatanaka
1
-1
/
+21
2011-11-07
Include RegSaveAreaSize in the computation of stack size.
Akira Hatanaka
1
-0
/
+1
2011-08-11
Enclose directive .cprestore with .set macro and nomacro to silence assembler
Akira Hatanaka
1
-3
/
+9
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
1
-7
/
+0
2011-06-07
Coding style fixes.
Akira Hatanaka
1
-3
/
+4
2011-06-07
Add test case for C++ exception handling and fix the following mistakes in Mi...
Akira Hatanaka
1
-30
/
+60
2011-06-02
Custom-lower FRAMEADDR. Patch by Sasa Stankovic.
Akira Hatanaka
1
-1
/
+2
2011-05-26
Use MachineFrameInfo::hasCalls instead of MipsFunctionInfo::hasCall to check if
Akira Hatanaka
1
-2
/
+1
2011-05-26
Add support for C++ exception handling.
Akira Hatanaka
1
-8
/
+40
2011-05-25
Change initial value of MaxCallFrameSize. MipsFI::getMaxCallFrameSize() should
Akira Hatanaka
1
-1
/
+1
[next]