Age | Commit message (Expand) | Author |
2013-01-10 | Remove unneeded includes from FunctionLoweringInfo.h. | Jakub Staszak |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-13 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-11 | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-09-27 | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru |
2012-09-27 | Fix a typo 'iff' => 'if' | Sylvestre Ledru |
2012-02-23 | Replace a DenseSet with SmallPtrSet. | Benjamin Kramer |
2012-02-22 | Properly emit _fltused with FastISel. Refactor to share code with SDAG. | Michael J. Spencer |
2012-01-31 | Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy | Bill Wendling |
2011-09-08 | Directly point debug info to the stack slot of the arugment, instead of tryin... | Devang Patel |
2011-08-17 | Add the support in code-gen for the landingpad instruction lowering. | Bill Wendling |
2011-08-09 | Trim an unneeded header. | Jakob Stoklund Olesen |
2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
2011-07-28 | Add the AddLandingPadInfo function. | Bill Wendling |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-06-16 | Introduce MachineBranchProbabilityInfo class, which has similar API to | Jakub Staszak |
2011-03-03 | There are times when the landing pad won't have a call to 'eh.selector' in | Bill Wendling |
2011-02-27 | Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no... | Cameron Zwarich |
2011-02-24 | Merge information about the number of zero, one, and sign bits of live-out | Cameron Zwarich |
2011-02-24 | Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it whenever | Cameron Zwarich |
2011-02-24 | Track blocks visited in reverse postorder. | Cameron Zwarich |
2011-02-24 | Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfo | Cameron Zwarich |
2011-02-22 | Roll out r126169 and r126170 in an attempt to fix the selfhost bot. | Cameron Zwarich |
2011-02-22 | Merge information about the number of zero, one, and sign bits of live-out re... | Cameron Zwarich |
2011-01-08 | Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister... | Jakob Stoklund Olesen |
2010-08-31 | Reapply r112623. Included additional check for unused byval argument. | Devang Patel |
2010-08-31 | Revert r112623. It is causing self host build failures. | Devang Patel |
2010-08-31 | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel |
2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
2010-07-07 | Give FunctionLoweringInfo an MBB member, avoiding the need to pass it | Dan Gohman |
2010-07-07 | Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will | Dan Gohman |