Age | Commit message (Expand) | Author |
2009-03-02 | Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle | Bob Wilson |
2009-03-01 | Fix a problem with DAGCombine on 64b targets where folding | Nate Begeman |
2009-03-01 | Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new | Bob Wilson |
2009-02-27 | Refactor TLS code and add some tests. The tests and expected results are: | Rafael Espindola |
2009-02-25 | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng |
2009-02-25 | Fix big-endian codegen bug. We're splitting up | Dale Johannesen |
2009-02-25 | Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob... | Evan Cheng |
2009-02-25 | Expand tabs to spaces (overlooked in previous commit) | Scott Michel |
2009-02-25 | Remove all "cached" data from BuildVectorSDNode, preferring to retrieve | Scott Michel |
2009-02-24 | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling |
2009-02-24 | - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit | Bill Wendling |
2009-02-24 | Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple | Dan Gohman |
2009-02-22 | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel |
2009-02-21 | bug 3610: Floating point vaarg not softened. | Richard Pennington |
2009-02-20 | Fix a bug that David Greene found in the DAGCombiner's logic | Dan Gohman |
2009-02-19 | Temporarily revert r65065. It was causing test failures. | Bill Wendling |
2009-02-19 | Check for -fast here too. | Bill Wendling |
2009-02-19 | Generate these labels when we're in "fast" mode, not simply when we're no in | Bill Wendling |
2009-02-17 | Remove trailing whitespace to reduce later commit patch noise. | Scott Michel |
2009-02-17 | --- Merging (from foreign repository) r64714 into '.': | Bill Wendling |
2009-02-15 | Don't assume that a left-shift of a value with one bit set will have | Dan Gohman |
2009-02-14 | Unbreak the build on win32. | Cedric Venet |
2009-02-13 | Revert this. It was breaking stuff. | Bill Wendling |
2009-02-13 | Turn off the old way of handling debug information in the code generator. Use | Bill Wendling |
2009-02-12 | Arrange to print constants that match "n" and "i" constraints | Dale Johannesen |
2009-02-12 | make fast isel fall back to selectiondags for VLA llvm.declare intrinsics. | Chris Lattner |
2009-02-12 | Oops. Last second clean up messed things up. | Evan Cheng |
2009-02-12 | Replace one of burr scheduling heuristic with something more sensible. Now ca... | Evan Cheng |
2009-02-11 | Fix a comment. | Dan Gohman |
2009-02-11 | Don't use special heuristics for nodes with no data predecessors | Dan Gohman |
2009-02-11 | Delete the heuristic for non-livein CopyFromReg nodes. Non-liveinness | Dan Gohman |
2009-02-11 | Make a transformation added in 63266 a bit less aggressive. | Dale Johannesen |
2009-02-11 | When scheduling a block in parts, keep track of the overall | Dan Gohman |
2009-02-10 | Factor out more code for computing register live-range informationfor | Dan Gohman |
2009-02-10 | Fix PR3457: Ignore control successors when looking for closest scheduled succ... | Evan Cheng |
2009-02-09 | If the target cannot issue a copy for the given source and dest registers, ab... | Evan Cheng |
2009-02-09 | Simplify code. | Evan Cheng |
2009-02-09 | Make sure constant subscript is truncated to ptr size if it may not fit. | Evan Cheng |
2009-02-07 | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen |
2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
2009-02-07 | Make SDNode constructors take a DebugLoc always. | Dale Johannesen |
2009-02-07 | Remove now-unused constructors. | Dale Johannesen |
2009-02-07 | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen |
2009-02-06 | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen |
2009-02-06 | And one more file. | Dale Johannesen |
2009-02-06 | Remove more non-DebugLoc versions of getNode. | Dale Johannesen |
2009-02-06 | Clear out the CurDebugLoc info when doing a 'clear' on the SDL object. | Bill Wendling |
2009-02-06 | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen |
2009-02-06 | Rename SelectionDAGISel::Schedule to | Dan Gohman |
2009-02-06 | Delete an unused member function. | Dan Gohman |