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
/
MipsCallingConv.td
Age
Commit message (
Expand
)
Author
2013-03-05
[mips] Remove android calling convention.
Akira Hatanaka
2013-03-05
[mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 gets
Akira Hatanaka
2012-10-27
Use the methods and classes that were added to simplify LowerCall and
Akira Hatanaka
2012-08-16
Add Android ABI to Mips backend to handle functions returning vectors of four
Akira Hatanaka
2012-06-13
Implement fastcc calling convention for MIPS.
Akira Hatanaka
2012-03-01
Changes for migrating to using register mask operands.
Akira Hatanaka
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-17
Do not promote i32 arguments to i64. This was causing unnecessary sign extension
Akira Hatanaka
2012-02-16
Remove comment.
Akira Hatanaka
2011-11-14
AnalyzeCallOperands function for N32/64.
Akira Hatanaka
2011-11-12
Function for handling byval arguments.
Akira Hatanaka
2011-09-23
Implement N32/64 calling convention. Patch by Liu.
Akira Hatanaka
2011-06-21
Add A0 and A1 to the list of registers used for returning a value in order to
Akira Hatanaka
2011-04-25
Fix comment typo. Noticed by Liu.
Duncan Sands
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
2011-03-04
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2010-08-17
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-01-19
Fix return registers for mips eabi
Bruno Cardoso Lopes
2009-03-19
Added support for Mips O32 Calling Convention
Bruno Cardoso Lopes
2008-08-03
Fix PR2615
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-06-06
Initial Mips support, here we go! =)
Bruno Cardoso Lopes