summaryrefslogtreecommitdiff
path: root/utils/TableGen/CallingConvEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-21CodeGen: convert CCState interface to using ArrayRefsTim Northover1-4/+3
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-2/+2
2014-11-01[tablegen] Add CustomCallingConv and use it to tablegen-erate the outermost p...Daniel Sanders1-14/+17
2014-09-25[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUpperBitsInType and hand...Daniel Sanders1-0/+15
2014-08-06Remove the target machine from CCState. Previously it was only usedEric Christopher1-2/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-4/+8
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper1-4/+4
2014-02-07LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard1-2/+24
2014-01-14Add FPExt option to CCValAssign::LocInfo. When generating calling-conventionLang Hames1-7/+12
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger1-3/+4
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen1-2/+26
2012-03-11Convert more static tables of registers used by calling convention to uint16_...Craig Topper1-3/+3
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-1/+1
2011-07-29Unconstify InitsDavid Greene1-5/+5
2011-07-29[AVX] Constify InitsDavid Greene1-5/+5
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher1-5/+5
2011-07-11[AVX] Make Inits FoldableDavid Greene1-5/+5
2010-11-04In the calling convention logic, ValVT is always a legal type,Duncan Sands1-2/+2
2010-11-03Inside the calling convention logic LocVT is always a simpleDuncan Sands1-4/+4
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola1-0/+2
2009-08-12Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson1-2/+2
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson1-6/+6
2009-08-03Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix...Anton Korobeynikov1-0/+4
2009-07-29Move types back to the 2.5 API.Owen Anderson1-2/+2
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-2/+2
2009-07-09Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson1-2/+2
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar1-3/+3
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands1-1/+1
2009-04-17Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson1-0/+9
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands1-1/+1
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands1-6/+6
2008-04-02Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov1-0/+42
2008-03-21Introduce a new node for holding call argumentDuncan Sands1-4/+4
2008-03-10Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen1-2/+2
2008-01-15Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng1-3/+6
2008-01-15Revert my last commit. Not needed.Evan Cheng1-20/+7
2008-01-12ByVal arguments are passed on stack. Make sure to allocate a slot using size ...Evan Cheng1-7/+20
2007-12-29remove attributions from utils.Chris Lattner1-2/+2
2007-11-14Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands1-12/+14
2007-11-10Add CCAssignToStackABISizeAlign for convenience inDale Johannesen1-0/+9
2007-08-10propagate struct size and alignment of byval arguments to the DAGRafael Espindola1-1/+3
2007-07-06Add the byval attributeRafael Espindola1-1/+2
2007-03-07Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov1-2/+6
2007-03-06Use new SDIselParamAttr enumeration. This removes "magick" constantsAnton Korobeynikov1-2/+2
2007-02-28rename some CCActionsChris Lattner1-2/+2
2007-02-28implement CCPromoteToTypeChris Lattner1-8/+13
2007-02-27reapplyChris Lattner1-1/+2
2007-02-27*** empty log message ***Chris Lattner1-0/+128