| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply r112623. Included additional check for unused byval argument. | Devang Patel | 2010-08-31 | 1 | -0/+23 |
* | Revert r112623. It is causing self host build failures. | Devang Patel | 2010-08-31 | 1 | -23/+0 |
* | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel | 2010-08-31 | 1 | -0/+23 |
* | It's better to have the arrays, which would trigger the creation of stack | Bill Wendling | 2010-07-27 | 1 | -1/+9 |
* | Revert r108369, sorting llvm.dbg.declare information by source position, | Dan Gohman | 2010-07-16 | 1 | -1/+33 |
* | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman | 2010-07-10 | 1 | -0/+8 |
* | --- Reverse-merging r107947 into '.': | Bob Wilson | 2010-07-09 | 1 | -8/+0 |
* | cache result of operator* | Gabor Greif | 2010-07-09 | 1 | -4/+8 |
* | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman | 2010-07-09 | 1 | -0/+8 |
* | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman | 2010-07-08 | 1 | -7/+0 |
* | Implement bottom-up fast-isel. This has the advantage of not requiring | Dan Gohman | 2010-07-07 | 1 | -0/+7 |
* | Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will | Dan Gohman | 2010-07-07 | 1 | -1/+1 |
* | Rename CreateReg to CreateRegs, and MakeReg to CreateReg. | Dan Gohman | 2010-07-02 | 1 | -4/+5 |
* | Rename CreateRegForValue to CreateReg, and change its argument | Dan Gohman | 2010-07-01 | 1 | -5/+5 |
* | use ArgOperand API | Gabor Greif | 2010-06-30 | 1 | -10/+10 |
* | use ArgOperand API | Gabor Greif | 2010-06-25 | 1 | -1/+1 |
* | prune an include | Gabor Greif | 2010-06-25 | 1 | -1/+0 |
* | SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue | Dan Gohman | 2010-05-29 | 1 | -2/+1 |
* | Remove the code for special-casing byval for fast-isel. SelectionDAG | Dan Gohman | 2010-05-01 | 1 | -3/+1 |
* | Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc... | Evan Cheng | 2010-04-28 | 1 | -0/+1 |
* | Move several SelectionDAG-independent utility functions out of the | Dan Gohman | 2010-04-21 | 1 | -261/+1 |
* | Sink this use_empty() check into isUsedOutsideOfDefiningBlock. | Dan Gohman | 2010-04-20 | 1 | -1/+2 |
* | If a PHI node somehow has debug info, propogate it to the MachineInstr PHI. | Dan Gohman | 2010-04-20 | 1 | -1/+1 |
* | Don't iterate through the whole block just to find the PHI nodes. | Dan Gohman | 2010-04-20 | 1 | -6/+3 |
* | Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't | Dan Gohman | 2010-04-19 | 1 | -0/+85 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -1/+1 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -6/+7 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -7/+6 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -6/+7 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -7/+6 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -6/+7 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -7/+6 |
* | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman | 2010-04-15 | 1 | -16/+18 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -1/+1 |
* | Factor out EH landing pad code into a separate function, and constify | Dan Gohman | 2010-04-14 | 1 | -6/+7 |
* | Pull utility routines with no SelectionDAG dependence out of | Dan Gohman | 2010-04-14 | 1 | -0/+76 |
* | Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and | Dan Gohman | 2010-04-14 | 1 | -0/+3 |
* | Sink landing-pad marking code out of | Dan Gohman | 2010-04-14 | 1 | -0/+5 |
* | It's not necessary to recompute EB here. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | Forgot the part where we handle the ".llvm.eh.catch.all.value". | Bill Wendling | 2010-03-27 | 1 | -2/+11 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -1/+1 |
* | Trim unneeded includes. | Evan Cheng | 2010-01-21 | 1 | -1/+0 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency. | Dan Gohman | 2009-11-23 | 1 | -1/+13 |
* | Move some more code out of SelectionDAGBuild.cpp and into | Dan Gohman | 2009-11-23 | 1 | -0/+65 |
* | Move the FunctionLoweringInfo class and some related utility functions out | Dan Gohman | 2009-11-23 | 1 | -0/+278 |