| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a few comments. | Dan Gohman | 2010-04-13 | 1 | -0/+5 |
* | Move printing of target-indepedent DEBUG_VALUE comments | Dale Johannesen | 2010-04-07 | 1 | -1/+3 |
* | unthread MMI from FastISel | Chris Lattner | 2010-04-05 | 1 | -38/+31 |
* | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner | 2010-04-05 | 1 | -5/+2 |
* | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner | 2010-04-02 | 1 | -2/+2 |
* | add new apis for getting/setting !dbg metadata on | Chris Lattner | 2010-03-31 | 1 | -4/+3 |
* | Remove dead include. | Daniel Dunbar | 2010-03-11 | 1 | -1/+0 |
* | Move dbg_value generation to target-independent FastISel, | Dale Johannesen | 2010-02-26 | 1 | -0/+28 |
* | Fix comments to reflect renaming elsewhere. | Dale Johannesen | 2010-02-10 | 1 | -1/+1 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -2/+2 |
* | After Victor's latest commits I am seeing null | Dale Johannesen | 2010-02-06 | 1 | -0/+2 |
* | Generate DEBUG_VALUE comments on x86. The (limited) | Dale Johannesen | 2010-01-26 | 1 | -0/+3 |
* | Revert 93811 per request. | Dale Johannesen | 2010-01-19 | 1 | -3/+0 |
* | Enable code to emit dbg.declare as DEBUG_VALUE | Dale Johannesen | 2010-01-18 | 1 | -0/+3 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 1 | -2/+0 |
* | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez | 2010-01-15 | 1 | -0/+2 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 1 | -2/+0 |
* | Fix a typo in a comment. | Dan Gohman | 2010-01-12 | 1 | -1/+1 |
* | Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen | Dan Gohman | 2010-01-05 | 1 | -12/+12 |
* | Delete renaming use of dead dbg intrinsics. | Devang Patel | 2010-01-05 | 1 | -6/+0 |
* | remove a bunch of unneeded functions. | Chris Lattner | 2009-12-29 | 1 | -1/+1 |
* | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner | 2009-12-28 | 1 | -5/+1 |
* | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner | 2009-12-28 | 1 | -3/+3 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -3/+0 |