Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / FunctionLoweringInfo.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-02-23 Benjamin KramerReplace a DenseSet with SmallPtrSet.
2012-02-22 Michael J. SpencerProperly emit _fltused with FastISel. Refactor to share...
2012-01-31 Bill WendlingRemove the eh.exception and eh.selector intrinsics...
2011-09-08 Devang PatelDirectly point debug info to the stack slot of the...
2011-08-17 Bill WendlingAdd the support in code-gen for the landingpad instruct...
2011-08-09 Jakob Stoklund OlesenTrim an unneeded header.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Bill WendlingAdd the AddLandingPadInfo function.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-03-03 Bill WendlingThere are times when the landing pad won't have a call...
2011-02-27 Cameron ZwarichFix PR9324 / <rdar://problem/9052489> by handling the...
2011-02-24 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-24 Cameron ZwarichAdd a mechanism for invalidating the LiveOutInfo of...
2011-02-24 Cameron ZwarichTrack blocks visited in reverse postorder.
2011-02-24 Cameron ZwarichRefactor the LiveOutInfo interface into a few methods...
2011-02-22 Cameron ZwarichRoll out r126169 and r126170 in an attempt to fix the...
2011-02-22 Cameron ZwarichMerge information about the number of zero, one, and...
2011-01-08 Jakob Stoklund OlesenUse an IndexedMap for LiveOutRegInfo to hide its depend...
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Dan GohmanGive FunctionLoweringInfo an MBB member, avoiding the...
2010-07-07 Dan GohmanMove FunctionLoweringInfo.h out into include/llvm/CodeG...