index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
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
2013-01-05
[MIPS] Add support for nacl-expand-tls pass on MIPS.
Petar Jovanovic
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