aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CallingConvEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-18/+40
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-9/+36
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-3/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-2/+26
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-111-3/+3
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Unconstify InitsDavid Greene2011-07-291-5/+5
* [AVX] Constify InitsDavid Greene2011-07-291-5/+5
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-5/+5
* [AVX] Make Inits FoldableDavid Greene2011-07-111-5/+5
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-041-2/+2
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-4/+4
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-061-0/+2
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-121-2/+2
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-6/+6
* Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix...Anton Korobeynikov2009-08-031-0/+4
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+2
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+2
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-2/+2
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-3/+3
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-171-0/+9
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-6/+6
* Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov2008-04-021-0/+42
* Introduce a new node for holding call argumentDuncan Sands2008-03-211-4/+4
* Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen2008-03-101-2/+2
* Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng2008-01-151-3/+6
* Revert my last commit. Not needed.Evan Cheng2008-01-151-20/+7
* ByVal arguments are passed on stack. Make sure to allocate a slot using size ...Evan Cheng2008-01-121-7/+20
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands2007-11-141-12/+14
* Add CCAssignToStackABISizeAlign for convenience inDale Johannesen2007-11-101-0/+9
* propagate struct size and alignment of byval arguments to the DAGRafael Espindola2007-08-101-1/+3
* Add the byval attributeRafael Espindola2007-07-061-1/+2
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-071-2/+6
* Use new SDIselParamAttr enumeration. This removes "magick" constantsAnton Korobeynikov2007-03-061-2/+2
* rename some CCActionsChris Lattner2007-02-281-2/+2
* implement CCPromoteToTypeChris Lattner2007-02-281-8/+13
* reapplyChris Lattner2007-02-271-1/+2
* *** empty log message ***Chris Lattner2007-02-271-0/+128