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
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
2007-07-11
Added MipsMachineFunction class, to hold Mips dinamic stack info when inserti...
Bruno Cardoso Lopes