Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / CallingConvEmitter.cpp
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 ***