Age | Commit message (Expand) | Author | Files | Lines |
2015-02-21 | CodeGen: convert CCState interface to using ArrayRefs | Tim Northover | 1 | -4/+3 |
2015-01-26 | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 1 | -2/+2 |
2014-11-01 | [tablegen] Add CustomCallingConv and use it to tablegen-erate the outermost p... | Daniel Sanders | 1 | -14/+17 |
2014-09-25 | [mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUpperBitsInType and hand... | Daniel Sanders | 1 | -0/+15 |
2014-08-06 | Remove the target machine from CCState. Previously it was only used | Eric Christopher | 1 | -2/+2 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -4/+8 |
2014-04-04 | Make consistent use of MCPhysReg instead of uint16_t throughout the tree. | Craig Topper | 1 | -4/+4 |
2014-02-07 | LLVM-1163: AAPCS-VFP violation when CPRC allocated to stack | Oliver Stannard | 1 | -2/+24 |
2014-01-14 | Add FPExt option to CCValAssign::LocInfo. When generating calling-convention | Lang Hames | 1 | -7/+12 |
2012-10-25 | Remove exception handling usage from tblgen. | Joerg Sonnenberger | 1 | -3/+4 |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow | 1 | -2/+2 |
2012-06-11 | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 1 | -2/+26 |
2012-03-11 | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper | 1 | -3/+3 |
2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne | 1 | -1/+1 |
2011-07-29 | Unconstify Inits | David Greene | 1 | -5/+5 |
2011-07-29 | [AVX] Constify Inits | David Greene | 1 | -5/+5 |
2011-07-11 | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher | 1 | -5/+5 |
2011-07-11 | [AVX] Make Inits Foldable | David Greene | 1 | -5/+5 |
2010-11-04 | In the calling convention logic, ValVT is always a legal type, | Duncan Sands | 1 | -2/+2 |
2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 1 | -4/+4 |
2010-08-06 | Fix eabi calling convention when a 64 bit value shadows r3. | Rafael Espindola | 1 | -0/+2 |
2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 1 | -2/+2 |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 1 | -6/+6 |
2009-08-03 | Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix... | Anton Korobeynikov | 1 | -0/+4 |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson | 1 | -2/+2 |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson | 1 | -2/+2 |
2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 1 | -2/+2 |
2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 1 | -3/+3 |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 1 | -1/+1 |
2009-04-17 | Use CallConvLower.h and TableGen descriptions of the calling conventions | Bob Wilson | 1 | -0/+9 |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 1 | -1/+1 |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 1 | -6/+6 |
2008-04-02 | Add new CC lowering rule: provide a list of registers, which can be 'shadowed', | Anton Korobeynikov | 1 | -0/+42 |
2008-03-21 | Introduce a new node for holding call argument | Duncan Sands | 1 | -4/+4 |
2008-03-10 | Increase ISD::ParamFlags to 64 bits. Increase the ByValSize | Dale Johannesen | 1 | -2/+2 |
2008-01-15 | Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus... | Evan Cheng | 1 | -3/+6 |
2008-01-15 | Revert my last commit. Not needed. | Evan Cheng | 1 | -20/+7 |
2008-01-12 | ByVal arguments are passed on stack. Make sure to allocate a slot using size ... | Evan Cheng | 1 | -7/+20 |
2007-12-29 | remove attributions from utils. | Chris Lattner | 1 | -2/+2 |
2007-11-14 | Eliminate the recently introduced CCAssignToStackABISizeAlign | Duncan Sands | 1 | -12/+14 |
2007-11-10 | Add CCAssignToStackABISizeAlign for convenience in | Dale Johannesen | 1 | -0/+9 |
2007-08-10 | propagate struct size and alignment of byval arguments to the DAG | Rafael Espindola | 1 | -1/+3 |
2007-07-06 | Add the byval attribute | Rafael Espindola | 1 | -1/+2 |
2007-03-07 | Refactoring of formal parameter flags. Enable properly use of | Anton Korobeynikov | 1 | -2/+6 |
2007-03-06 | Use new SDIselParamAttr enumeration. This removes "magick" constants | Anton Korobeynikov | 1 | -2/+2 |
2007-02-28 | rename some CCActions | Chris Lattner | 1 | -2/+2 |
2007-02-28 | implement CCPromoteToType | Chris Lattner | 1 | -8/+13 |
2007-02-27 | reapply | Chris Lattner | 1 | -1/+2 |
2007-02-27 | *** empty log message *** | Chris Lattner | 1 | -0/+128 |