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
/
include
/
llvm
/
CallingConv.h
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-11-16
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
Duncan Sands
2012-10-24
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-01
Add in support for SPIR to LLVM core. This adds a new target and two new call...
Micah Villmow
2011-03-03
Use X86_thiscall calling convention for Win64 as well.
Tilmann Scheller
2011-03-02
Add Win64 thiscall calling convention.
Tilmann Scheller
2010-12-15
Adding target specific calling conventions to support the MBlaze GCC function
Wesley Peck
2010-09-25
Add ret instruction to PTX backend
Che-Liang Chiou
2010-09-25
Remove trailing spaces of CallingConv.h
Che-Liang Chiou
2010-05-16
Add support for thiscall calling convention.
Anton Korobeynikov
2010-03-11
add support, testcases, and dox for the new GHC calling
Chris Lattner
2009-12-07
Add MSP430 interrupt calling conv. No functionality change yet.
Anton Korobeynikov
2009-06-16
Address review comments: add 3 ARM calling conventions.
Anton Korobeynikov
2008-09-26
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-07-16
Tidy a doxygen comment.
Dan Gohman
2008-02-05
Implement sseregparm.
Dale Johannesen
2008-01-07
Removing a leaked file.
Gordon Henriksen
2008-01-07
Setting GlobalDirective in TargetAsmInfo by default rather than
Gordon Henriksen
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-04-16
Fix 80 col violations.
Reid Spencer
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2006-09-17
Added some eye-candy for Subtarget type checking
Anton Korobeynikov
2006-06-05
For PR778:
Reid Spencer
2006-05-19
Add new calling convention, as documented in LangRef.html
Chris Lattner
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2005-05-06
New file
Chris Lattner