aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* An array of chars of length 8 will also cause the stack protector to be insertedBill Wendling2011-11-021-1/+1
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-081-6/+4
* Add the support in code-gen for the landingpad instruction lowering.Bill Wendling2011-08-171-0/+31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-34/+0
* Add the AddLandingPadInfo function.Bill Wendling2011-07-281-0/+34
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-5/+6
* Make codegen able to handle values of empty types. This is one wayRafael Espindola2011-05-131-0/+4
* Avoid extra vreg copies for arguments passed in registers. Specifically, thi...Eli Friedman2011-05-051-26/+0
* There are times when the landing pad won't have a call to 'eh.selector' inBill Wendling2011-03-031-9/+23
* Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory itCameron Zwarich2011-02-251-0/+1
* We only want to zero extend the existing information if the bit width isCameron Zwarich2011-02-251-1/+1
* Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich2011-02-241-0/+116
* Track blocks visited in reverse postorder.Cameron Zwarich2011-02-241-0/+1
* Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich2011-02-221-7/+1
* Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich2011-02-221-1/+7
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+0
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-311-0/+23
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-311-23/+0
* Remember byval argument's frame index during argument lowering and use this i...Devang Patel2010-08-311-0/+23
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-271-1/+9
* Revert r108369, sorting llvm.dbg.declare information by source position,Dan Gohman2010-07-161-1/+33
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-101-0/+8
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-8/+0
* cache result of operator*Gabor Greif2010-07-091-4/+8
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-091-0/+8
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-081-7/+0
* Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman2010-07-071-0/+7
* Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This willDan Gohman2010-07-071-1/+1
* Rename CreateReg to CreateRegs, and MakeReg to CreateReg.Dan Gohman2010-07-021-4/+5
* Rename CreateRegForValue to CreateReg, and change its argumentDan Gohman2010-07-011-5/+5
* use ArgOperand APIGabor Greif2010-06-301-10/+10
* use ArgOperand APIGabor Greif2010-06-251-1/+1
* prune an includeGabor Greif2010-06-251-1/+0
* SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman2010-05-291-2/+1
* Remove the code for special-casing byval for fast-isel. SelectionDAGDan Gohman2010-05-011-3/+1
* Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng2010-04-281-0/+1
* Move several SelectionDAG-independent utility functions out of theDan Gohman2010-04-211-261/+1
* Sink this use_empty() check into isUsedOutsideOfDefiningBlock.Dan Gohman2010-04-201-1/+2
* If a PHI node somehow has debug info, propogate it to the MachineInstr PHI.Dan Gohman2010-04-201-1/+1
* Don't iterate through the whole block just to find the PHI nodes.Dan Gohman2010-04-201-6/+3
* Move isInTailCallPosition out of SelectionDAGBuilder, as it isn'tDan Gohman2010-04-191-0/+85
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-1/+1
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-6/+7
* reapply r101434Gabor Greif2010-04-161-7/+6
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-6/+7
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-7/+6
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-6/+7
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-7/+6
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-151-16/+18