aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMCallingConv.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-27Stop using ArrayRef of a const type.Tim Northover1-1/+1
2014-11-27AArch64: treat [N x Ty] as a block during procedure calls.Tim Northover1-6/+2
2014-08-21[ARM] Enable DP copy, load and store instructions for FPv4-SPOliver Stannard1-13/+4
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-05-27ARM: teach AAPCS-VFP to deal with Cortex-M4.Tim Northover1-4/+13
2014-05-09ARM: HFAs must be passed in consecutive registersOliver Stannard1-0/+90
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper1-7/+7
2013-04-22Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy1-0/+6
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-03-26Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper1-1/+0
2012-03-17Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper1-4/+4
2012-03-11Convert more static tables of registers used by calling convention to uint16_...Craig Topper1-6/+6
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2010-11-04In the calling convention logic, ValVT is always a legal type,Duncan Sands1-7/+7
2010-11-03Inside the calling convention logic LocVT is always a simpleDuncan Sands1-7/+7
2010-09-10Newline at end of file.Eric Christopher1-1/+1
2010-09-10Split out some of the calling convention bits so that they can beEric Christopher1-0/+160