aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/FunctionLoweringInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+10
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+3
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-041-0/+5
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-5/+0
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-031-0/+5
* Don't cache the TLI object since we have access to it through TargetMachine a...Bill Wendling2013-06-191-2/+1
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-061-2/+3
* Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak2013-01-101-4/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-131-1/+1
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-111-1/+1
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-111-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+3
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Replace a DenseSet with SmallPtrSet.Benjamin Kramer2012-02-231-6/+4
* Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer2012-02-221-1/+8
* Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling2012-01-311-5/+0
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-081-4/+4
* Add the support in code-gen for the landingpad instruction lowering.Bill Wendling2011-08-171-0/+5
* Trim an unneeded header.Jakob Stoklund Olesen2011-08-091-0/+1
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-5/+0
* Add the AddLandingPadInfo function.Bill Wendling2011-07-281-0/+5
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-161-1/+2
* There are times when the landing pad won't have a call to 'eh.selector' inBill Wendling2011-03-031-2/+3
* Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no...Cameron Zwarich2011-02-271-1/+6
* Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich2011-02-241-0/+11
* Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it wheneverCameron Zwarich2011-02-241-3/+18
* Track blocks visited in reverse postorder.Cameron Zwarich2011-02-241-0/+4
* Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfoCameron Zwarich2011-02-241-3/+26
* Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich2011-02-221-18/+2
* Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich2011-02-221-2/+18
* Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister...Jakob Stoklund Olesen2011-01-081-3/+4
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-311-0/+10
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-311-10/+0
* Remember byval argument's frame index during argument lowering and use this i...Devang Patel2010-08-311-0/+10
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-101-0/+10
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-10/+0
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-091-0/+10
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-081-7/+0
* Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman2010-07-071-0/+7
* Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This willDan Gohman2010-07-071-0/+144