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