aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-3/+3
2011-06-08Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher1-5/+6
2011-05-13Make codegen able to handle values of empty types. This is one wayRafael Espindola1-0/+4
2011-05-05Avoid extra vreg copies for arguments passed in registers. Specifically, thi...Eli Friedman1-26/+0
2011-03-03There are times when the landing pad won't have a call to 'eh.selector' inBill Wendling1-9/+23
2011-02-25Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory itCameron Zwarich1-0/+1
2011-02-25We only want to zero extend the existing information if the bit width isCameron Zwarich1-1/+1
2011-02-24Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich1-0/+116
2011-02-24Track blocks visited in reverse postorder.Cameron Zwarich1-0/+1
2011-02-22Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich1-7/+1
2011-02-22Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich1-1/+7
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov1-1/+0
2010-08-31Reapply r112623. Included additional check for unused byval argument.Devang Patel1-0/+23
2010-08-31Revert r112623. It is causing self host build failures.Devang Patel1-23/+0
2010-08-31Remember byval argument's frame index during argument lowering and use this i...Devang Patel1-0/+23
2010-07-27It's better to have the arrays, which would trigger the creation of stackBill Wendling1-1/+9
2010-07-16Revert r108369, sorting llvm.dbg.declare information by source position,Dan Gohman1-1/+33
2010-07-10Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman1-0/+8
2010-07-09--- Reverse-merging r107947 into '.':Bob Wilson1-8/+0
2010-07-09cache result of operator*Gabor Greif1-4/+8
2010-07-09Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman1-0/+8
2010-07-08Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman1-7/+0
2010-07-07Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman1-0/+7
2010-07-07Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This willDan Gohman1-1/+1
2010-07-02Rename CreateReg to CreateRegs, and MakeReg to CreateReg.Dan Gohman1-4/+5
2010-07-01Rename CreateRegForValue to CreateReg, and change its argumentDan Gohman1-5/+5
2010-06-30use ArgOperand APIGabor Greif1-10/+10
2010-06-25use ArgOperand APIGabor Greif1-1/+1
2010-06-25prune an includeGabor Greif1-1/+0
2010-05-29SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman1-2/+1
2010-05-01Remove the code for special-casing byval for fast-isel. SelectionDAGDan Gohman1-3/+1
2010-04-28Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng1-0/+1
2010-04-21Move several SelectionDAG-independent utility functions out of theDan Gohman1-261/+1
2010-04-20Sink this use_empty() check into isUsedOutsideOfDefiningBlock.Dan Gohman1-1/+2
2010-04-20If a PHI node somehow has debug info, propogate it to the MachineInstr PHI.Dan Gohman1-1/+1
2010-04-20Don't iterate through the whole block just to find the PHI nodes.Dan Gohman1-6/+3
2010-04-19Move isInTailCallPosition out of SelectionDAGBuilder, as it isn'tDan Gohman1-0/+85
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman1-1/+1
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher1-6/+7
2010-04-16reapply r101434Gabor Greif1-7/+6
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif1-6/+7
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif1-7/+6
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif1-6/+7
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif1-7/+6
2010-04-15Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman1-16/+18
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman1-1/+1
2010-04-14Factor out EH landing pad code into a separate function, and constifyDan Gohman1-6/+7
2010-04-14Pull utility routines with no SelectionDAG dependence out ofDan Gohman1-0/+76
2010-04-14Move this assert out of SelectionDAGISel into FunctionLoweringInfo, andDan Gohman1-0/+3
2010-04-14Sink landing-pad marking code out ofDan Gohman1-0/+5