aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
AgeCommit message (Expand)Author
2010-07-26Handle Values with no value in getCopyFromRegs.Dan Gohman
2010-07-17Propagate alloca alignment information via variable size object frameEric Christopher
2010-07-16Revert r108369, sorting llvm.dbg.declare information by source position,Dan Gohman
2010-07-16The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen
2010-07-15Revert. This isn't the correct way to go.Bill Wendling
2010-07-15Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling
2010-07-1480-col.Eric Christopher
2010-07-13In inline asm treat indirect 'X' constraint as 'm'.Dale Johannesen
2010-07-12Fix a typo and fit in 80 columns. Found by Bob Wilson.Rafael Espindola
2010-07-11Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola
2010-07-10Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman
2010-07-09--- Reverse-merging r107947 into '.':Bob Wilson
2010-07-09Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman
2010-07-08Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman
2010-07-07Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman
2010-07-07Add X86FastISel support for return statements. This entails refactoringDan Gohman
2010-07-07Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This willDan Gohman
2010-07-07Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman
2010-07-06CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.Dan Gohman
2010-07-06Propagate debug loc.Devang Patel
2010-07-05random tidyingChris Lattner
2010-07-02Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen
2010-07-02Rename CreateReg to CreateRegs, and MakeReg to CreateReg.Dan Gohman
2010-07-01Rename CreateRegForValue to CreateReg, and change its argumentDan Gohman
2010-07-01Reapply r106422, splitting the code for materializing a value out ofDan Gohman
2010-07-01Don't use operator[] here, because it's not desirable to insert a defaultDan Gohman
2010-06-30Remove an unused variable. The call to getRoot has side-effects, soDuncan Sands
2010-06-30use ArgOperand APIGabor Greif
2010-06-29Remove initialized but otherwise unused variables.Duncan Sands
2010-06-25The hasMemory argument is irrelevant to how the argumentDale Johannesen
2010-06-25Remove variables which are assigned to but for which the valueDuncan Sands
2010-06-25use ArgOperand APIGabor Greif
2010-06-24Simplify this code; switch lowering shouldn't produce casesDan Gohman
2010-06-24Optimize the "bit test" code path for switch lowering in theDan Gohman
2010-06-21Revert r106422, which is breaking the non-fast-isel path.Dan Gohman
2010-06-21More changes for non-top-down fast-isel.Dan Gohman
2010-06-18Eliminate unnecessary uses of getZExtValue().Dan Gohman
2010-06-01Keep track of incoming debug value of unused argument.Devang Patel
2010-05-29Reorder some code in SelectionDAGBuilder.Dan Gohman
2010-05-29SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman
2010-05-28Eliminate the restriction that the array size in an alloca must be i32.Dan Gohman
2010-05-27back out 104862/104869. Can reuse stacksave after all. Very cool.Jim Grosbach
2010-05-27hook ISD::STACKADDR to an intrinsicJim Grosbach
2010-05-26Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry inJim Grosbach
2010-05-22Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.Jim Grosbach
2010-05-11I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands
2010-05-11Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor
2010-05-07Verify variable directly.Devang Patel
2010-05-05Use getValue() for PHINodes when direct NodeMap access does not work. Devang Patel
2010-05-01Don't pass SDValues by non-const reference unless they may beDan Gohman