| Commit message (Expand) | Author | Age | Files | Lines |
* | Add DEBUG message. | Devang Patel | 2010-09-10 | 1 | -2/+10 |
* | Fix typo. | Eric Christopher | 2010-08-17 | 1 | -1/+1 |
* | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
* | After a custom inserter, in a block which has constant instructions, | Dan Gohman | 2010-07-19 | 1 | -0/+1 |
* | Revert r108369, sorting llvm.dbg.declare information by source position, | Dan Gohman | 2010-07-16 | 1 | -11/+1 |
* | Properly restore DebugLoc after leaving the local constant area. | Dan Gohman | 2010-07-14 | 1 | -1/+2 |
* | Delete fast-isel's trivial load optimization; it breaks debugging because | Dan Gohman | 2010-07-14 | 1 | -31/+0 |
* | Don't propagate debug locations to instructions for materializing | Dan Gohman | 2010-07-14 | 1 | -5/+8 |
* | Use COPY for fast-isel bitconvert, but don't create cross-class copies. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -7/+6 |
* | Use COPY for extracting ImplicitDef'ed values from fast-isel instructions. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -30/+12 |
* | Use COPY in FastISel everywhere it is safe and trivial. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -8/+4 |
* | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman | 2010-07-10 | 1 | -69/+150 |
* | --- Reverse-merging r107947 into '.': | Bob Wilson | 2010-07-09 | 1 | -150/+69 |
* | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman | 2010-07-09 | 1 | -69/+150 |
* | Convert EXTRACT_SUBREG to COPY when emitting machine instrs. | Jakob Stoklund Olesen | 2010-07-08 | 1 | -17/+4 |
* | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman | 2010-07-08 | 1 | -106/+66 |
* | Don't forward-declare registers for static allocas, which we'll | Dan Gohman | 2010-07-07 | 1 | -1/+3 |
* | Implement bottom-up fast-isel. This has the advantage of not requiring | Dan Gohman | 2010-07-07 | 1 | -11/+32 |
* | Give FunctionLoweringInfo an MBB member, avoiding the need to pass it | Dan Gohman | 2010-07-07 | 1 | -56/+73 |
* | Simplify FastISel's constructor by giving it a FunctionLoweringInfo | Dan Gohman | 2010-07-07 | 1 | -40/+26 |
* | 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 | -1/+1 |
* | Rename CreateRegForValue to CreateReg, and change its argument | Dan Gohman | 2010-07-01 | 1 | -1/+1 |
* | Teach fast-isel to avoid loading a value from memory when it's already | Dan Gohman | 2010-07-01 | 1 | -0/+24 |
* | Enable on-demand fast-isel. | Dan Gohman | 2010-07-01 | 1 | -1/+4 |
* | Do one lookup instead of two. | Dan Gohman | 2010-06-21 | 1 | -2/+3 |
* | Generalize this to look in the regular ValueMap in addition to | Dan Gohman | 2010-06-21 | 1 | -1/+1 |
* | Teach regular and fast isel to set dead flags on unused implicit defs | Dan Gohman | 2010-06-18 | 1 | -0/+1 |
* | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman | 2010-06-18 | 1 | -1/+1 |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 1 | -3/+3 |
* | Do one map lookup instead of two. | Dan Gohman | 2010-05-25 | 1 | -2/+3 |
* | Fast ISel trivially coalesces away no-op casts, so check for this when | Dan Gohman | 2010-05-14 | 1 | -4/+16 |
* | An Instruction has a trivial kill only if its use is in the same | Dan Gohman | 2010-05-13 | 1 | -2/+5 |
* | Add initial kill flag support to FastISel. | Dan Gohman | 2010-05-11 | 1 | -60/+136 |
* | Verify variable directly. | Devang Patel | 2010-05-07 | 1 | -1/+1 |
* | Transfer debug location information from PHI nodes to resulting | Dan Gohman | 2010-05-07 | 1 | -0/+8 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 1 | -11/+11 |
* | In bottom-up mode, defer the materialization of local constant values. | Dan Gohman | 2010-05-06 | 1 | -0/+11 |
* | Add an "IsBottomUp" member function to FastISel, which will be used to | Dan Gohman | 2010-05-05 | 1 | -1/+2 |
* | Factor out FastISel's code for materializing constants and other values | Dan Gohman | 2010-05-03 | 1 | -1/+10 |
* | While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matc... | Devang Patel | 2010-04-28 | 1 | -11/+11 |
* | Add comment re byval args. Doesn't actually work this way yet. | Dale Johannesen | 2010-04-25 | 1 | -1/+3 |
* | Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISel | Dan Gohman | 2010-04-23 | 1 | -0/+6 |
* | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman | 2010-04-22 | 1 | -1/+67 |
* | Fix a comment. | Dan Gohman | 2010-04-22 | 1 | -1/+1 |
* | Don't send PHI nodes down to SelectionDAGBuilder of FastISel, since | Dan Gohman | 2010-04-20 | 1 | -4/+4 |
* | Sink DebugLoc handling out of SelectionDAGISel into FastISel and | Dan Gohman | 2010-04-20 | 1 | -2/+9 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -33/+33 |
* | Factor out EH landing pad code into a separate function, and constify | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | Generalize this code to handle Instructions in addition to ConstantExprs. | Dan Gohman | 2010-04-14 | 1 | -3/+3 |