summaryrefslogtreecommitdiff
path: root/utils/TableGen/CallingConvEmitter.cpp
AgeCommit message (Expand)Author
2017-10-16[TableGen] Simplify CallingConvEmitter.cpp. NFC.Javed Absar
2017-01-28Cleanup dump() functions.Matthias Braun
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-06-02[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.Craig Topper
2015-02-21CodeGen: convert CCState interface to using ArrayRefsTim Northover
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2014-11-01[tablegen] Add CustomCallingConv and use it to tablegen-erate the outermost p...Daniel Sanders
2014-09-25[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUpperBitsInType and hand...Daniel Sanders
2014-08-06Remove the target machine from CCState. Previously it was only usedEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper
2014-02-07LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard
2014-01-14Add FPExt option to CCValAssign::LocInfo. When generating calling-conventionLang Hames
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-03-11Convert more static tables of registers used by calling convention to uint16_...Craig Topper
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11[AVX] Make Inits FoldableDavid Greene
2010-11-04In the calling convention logic, ValVT is always a legal type,Duncan Sands
2010-11-03Inside the calling convention logic LocVT is always a simpleDuncan Sands
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2009-08-12Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-08-03Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix...Anton Korobeynikov
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-09Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands
2009-04-17Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-04-02Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov
2008-03-21Introduce a new node for holding call argumentDuncan Sands
2008-03-10Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen
2008-01-15Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng
2008-01-15Revert my last commit. Not needed.Evan Cheng
2008-01-12ByVal arguments are passed on stack. Make sure to allocate a slot using size ...Evan Cheng
2007-12-29remove attributions from utils.Chris Lattner
2007-11-14Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands
2007-11-10Add CCAssignToStackABISizeAlign for convenience inDale Johannesen
2007-08-10propagate struct size and alignment of byval arguments to the DAGRafael Espindola
2007-07-06Add the byval attributeRafael Espindola
2007-03-07Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov
2007-03-06Use new SDIselParamAttr enumeration. This removes "magick" constantsAnton Korobeynikov
2007-02-28rename some CCActionsChris Lattner