summaryrefslogtreecommitdiff
path: root/utils/TableGen/CallingConvEmitter.cpp
Commit message (Expand)AuthorAge
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-07
* Add FPExt option to CCValAssign::LocInfo. When generating calling-conventionLang Hames2014-01-14
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-11
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-04
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-03
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-06
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-12
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix...Anton Korobeynikov2009-08-03
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-09
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-17
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov2008-04-02
* Introduce a new node for holding call argumentDuncan Sands2008-03-21
* Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen2008-03-10
* Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng2008-01-15
* Revert my last commit. Not needed.Evan Cheng2008-01-15
* ByVal arguments are passed on stack. Make sure to allocate a slot using size ...Evan Cheng2008-01-12
* remove attributions from utils.Chris Lattner2007-12-29
* Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands2007-11-14
* Add CCAssignToStackABISizeAlign for convenience inDale Johannesen2007-11-10
* propagate struct size and alignment of byval arguments to the DAGRafael Espindola2007-08-10
* Add the byval attributeRafael Espindola2007-07-06
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-07
* Use new SDIselParamAttr enumeration. This removes "magick" constantsAnton Korobeynikov2007-03-06
* rename some CCActionsChris Lattner2007-02-28
* implement CCPromoteToTypeChris Lattner2007-02-28
* reapplyChris Lattner2007-02-27
* *** empty log message ***Chris Lattner2007-02-27