Move most user of TargetMachine::getDataLayout to the Module one
[oota-llvm.git] / utils / TableGen / CallingConvEmitter.cpp
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-06-02 Craig Topper[TableGen] Rename ListInit::getSize to just 'size'...
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-11-01 Daniel Sanders[tablegen] Add CustomCallingConv and use it to tablegen...
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-02-07 Oliver StannardLLVM-1163: AAPCS-VFP violation when CPRC allocated...
2014-01-14 Lang HamesAdd FPExt option to CCValAssign::LocInfo. When generati...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2010-11-04 Duncan SandsIn the calling convention logic, ValVT is always a...
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-02 Anton KorobeynikovAdd new CC lowering rule: provide a list of registers...
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-01-15 Evan ChengRename CCIfStruct to CCIfByVal and CCStructAssign to...
2008-01-15 Evan ChengRevert my last commit. Not needed.
2008-01-12 Evan ChengByVal arguments are passed on stack. Make sure to alloc...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-11-14 Duncan SandsEliminate the recently introduced CCAssignToStackABISiz...
2007-11-10 Dale JohannesenAdd CCAssignToStackABISizeAlign for convenience in
2007-08-10 Rafael Espindolapropagate struct size and alignment of byval arguments...
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-06 Anton KorobeynikovUse new SDIselParamAttr enumeration. This removes ...
2007-02-28 Chris Lattnerrename some CCActions
2007-02-28 Chris Lattnerimplement CCPromoteToType
2007-02-27 Chris Lattnerreapply
2007-02-27 Chris Lattner*** empty log message ***