index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsMachineFunction.h
Age
Commit message (
Expand
)
Author
2013-01-30
[mips] Lower EH_RETURN.
Akira Hatanaka
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-11-07
Delete MipsFunctionInfo::NextStackOffset. No functionality change intended.
Akira Hatanaka
2012-11-02
[mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the size
Akira Hatanaka
2012-11-02
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-10-30
Add code for saving formal argument information to MipsFunctionInfo. This
Akira Hatanaka
2012-10-28
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-26
Delete MipsFunctionInfo::InArgFIRange.
Akira Hatanaka
2012-10-19
[mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.
Akira Hatanaka
2012-09-26
Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.
Akira Hatanaka
2012-07-31
Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.
Akira Hatanaka
2012-07-25
Eliminate the stack slot used to save the global base register.
Akira Hatanaka
2012-06-14
Add methods to MipsFunctionInfo for initializing and accessing the stack frame
Akira Hatanaka
2012-05-12
Delete all functions that are no longer needed in MipsFunctionInfo, including
Akira Hatanaka
2012-03-27
Add member EmitNOAT and its setter and getter functions to class MipsFunction...
Akira Hatanaka
2012-03-27
Prune some includes
Craig Topper
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-24
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-01-07
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-11-14
Remove variable that keeps the size of area used to save byval or variable
Akira Hatanaka
2011-11-07
Define functions that get or set the size of area on callee's stack frame which
Akira Hatanaka
2011-07-18
Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from
Akira Hatanaka
2011-06-21
Re-apply 132758 and 132768 which were speculatively reverted in 132777.
Akira Hatanaka
2011-06-09
Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.
Eric Christopher
2011-06-08
Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the
Akira Hatanaka
2011-05-31
This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,
Bruno Cardoso Lopes
2011-05-26
Use MachineFrameInfo::hasCalls instead of MipsFunctionInfo::hasCall to check if
Akira Hatanaka
2011-05-25
Change initial value of MaxCallFrameSize. MipsFI::getMaxCallFrameSize() should
Akira Hatanaka
2011-05-23
Fix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove functions and variables
Akira Hatanaka
2011-05-23
Change StackDirection from StackGrowsUp to StackGrowsDown.
Akira Hatanaka
2011-05-20
Define functions that get/set maximum call frame size.
Akira Hatanaka
2011-05-20
Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle
Akira Hatanaka
2011-05-20
Remove noisy semicolons.
Benjamin Kramer
2011-05-20
Define variables and functions in MipsFunctionInfo.
Akira Hatanaka
2011-04-15
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2010-09-28
Remove trailing spaces of MipsMachineFunction.h
Che-Liang Chiou
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2009-11-09
Fix PR5149.
Bruno Cardoso Lopes
2009-08-05
Major calling convention code refactoring.
Dan Gohman
2009-06-03
Convert Alpha and Mips to use a MachineFunctionInfo subclass to
Dan Gohman
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-08-06
Added support for fp callee saved registers.
Bruno Cardoso Lopes
2008-07-05
Several changes to Mips backend, experimental fp support being the most
Bruno Cardoso Lopes
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-05
Added support for PIC code with "explicit relocations" *only*.
Bruno Cardoso Lopes
2007-10-09
Position Independent Code (PIC) support [2]
Bruno Cardoso Lopes
2007-08-28
Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS
Bruno Cardoso Lopes
[next]