summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CallingConvEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-0/+4
* [tablegen] Add locations to many PrintFatalError() callsDaniel Sanders2019-02-121-4/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] Deduplicate static calling convention helpers for code size, NFCReid Kleckner2019-01-191-11/+23
* [TableGen] Simplify CallingConvEmitter.cpp. NFC.Javed Absar2017-10-161-8/+8
* Cleanup dump() functions.Matthias Braun2017-01-281-2/+2
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-4/+4
* [TableGen] Rename ListInit::getSize to just 'size' to be more consistent.Craig Topper2015-06-021-10/+9
* CodeGen: convert CCState interface to using ArrayRefsTim Northover2015-02-211-4/+3
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+2
* [tablegen] Add CustomCallingConv and use it to tablegen-erate the outermost p...Daniel Sanders2014-11-011-14/+17
* [mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUpperBitsInType and hand...Daniel Sanders2014-09-251-0/+15
* Remove the target machine from CCState. Previously it was only usedEric Christopher2014-08-061-2/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+8
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-4/+4
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-071-2/+24
* Add FPExt option to CCValAssign::LocInfo. When generating calling-conventionLang Hames2014-01-141-7/+12
* 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
OpenPOWER on IntegriCloud