Prune trailing whitespaces in comment lines.
[oota-llvm.git] / include / llvm / CodeGen / FunctionLoweringInfo.h
2015-10-05 NAKAMURA TakumiPrune trailing whitespaces in comment lines.
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-05-20 Igor Laevsky[StatepointLowering] Support of the gc.relocates for...
2015-04-24 Reid Kleckner[SEH] Implement GetExceptionCode in __except blocks
2015-04-21 Reid KlecknerRe-land r235154-r235156 under the existing -sehprepare...
2015-04-17 Nico WeberRevert r235154-r235156, they cause asserts when buildin...
2015-04-17 Reid Kleckner[SEH] Reimplement x64 SEH using WinEHPrepare
2015-01-14 Reid KlecknerRemove dead code for llvm.eh.selector in the old EH...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-19 Peter CollingbourneCodeGen: do not attempt to invalidate virtual registers...
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...
2014-10-09 Eric ChristopherRemove uses of the TargetMachine from FunctionLoweringInfo
2014-09-19 Jiangning LiuOptimize sext/zext insertion algorithm in back-end.
2014-08-28 Juergen Ributzka[FastISel] Undo phi node updates when falling-back...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-05 Hans WennborgCheck for dynamic allocas and inline asm that clobbers...
2013-07-04 Jakob Stoklund OlesenSimplify landing pad lowering.
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenSimplify landing pad lowering.
2013-06-19 Bill WendlingDon't cache the TLI object since we have access to...
2013-06-06 Bill WendlingDon't cache the TargetLoweringInfo object inside of...
2013-01-10 Jakub StaszakRemove unneeded includes from FunctionLoweringInfo.h.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
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...