Age | Commit message (Expand) | Author |
2010-06-24 | Eliminate the first have of the optimization which eliminates BRCOND | Dan Gohman |
2010-06-24 | Reapply r106634, now that the bug it exposed is fixed. | Dan Gohman |
2010-06-23 | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar |
2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
2010-06-18 | Don't replace the old Ordering object with a new one; just clear() | Dan Gohman |
2010-06-18 | Don't call clear() on DbgInfo when it's going to be deleted anyway. | Dan Gohman |
2010-06-18 | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman |
2010-06-18 | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman |
2010-06-18 | Handle ext(ext(x)) -> ext(x) immediately, since it's simple. | Dan Gohman |
2010-06-01 | Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends. | Dan Gohman |
2010-05-31 | fix PR6623: when optimizing for size, don't inline memcpy/memsets | Chris Lattner |
2010-05-31 | the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t. | Chris Lattner |
2010-05-29 | SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue | Dan Gohman |
2010-05-26 | Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in | Jim Grosbach |
2010-05-15 | Improve assertion messages. | Dale Johannesen |
2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman |
2010-05-10 | Add an assertion to catch attempts to access off the end of the array. | Duncan Sands |
2010-05-07 | Fix PR 7087, and probably other things, by extending | Dale Johannesen |
2010-05-07 | Print debug information for SDNodes. | Dan Gohman |
2010-04-30 | EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the | Bill Wendling |
2010-04-26 | Add DBG_VALUE handling for byval parameters; this | Dale Johannesen |
2010-04-21 | Add another variant of this test which found a place where | Dan Gohman |
2010-04-19 | Give SelectionDAG a TargetMachine too, rather than having it | Dan Gohman |
2010-04-17 | Delete now-unnecessary const_casts. | Dan Gohman |
2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
2010-04-16 | Commit this, which should have accompanied 101531. | Dan Gohman |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-04-12 | Remove unnecessary parens. | Dan Gohman |
2010-04-08 | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng |
2010-04-07 | Three changes: | Chris Lattner |
2010-04-06 | Remove assert to treat memmove and memset like memcpy | Mon P Wang |
2010-04-05 | Fix an obvious copy-n-paste bug. It's not known to cause any miscompilation. | Evan Cheng |
2010-04-05 | Add a comment. | Dan Gohman |
2010-04-05 | lowering a volatile llvm.memcpy to a libc memcpy is ok. | Chris Lattner |
2010-04-05 | remove the now-redundant MMI pointer in SelectionDAG. | Chris Lattner |
2010-04-05 | remove some redundant MMI arguments. | Chris Lattner |
2010-04-05 | selection dag doesn't need DwarfWriter, remove some tendrils. | Chris Lattner |
2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-04-02 | stop using DebugLoc::getUnknownLoc() | Chris Lattner |
2010-04-02 | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng |
2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-04-01 | Skip checking preferred alignment of GVs defined in other translation units a... | Evan Cheng |
2010-04-01 | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng |
2010-04-01 | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng |
2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
2010-03-30 | Funky indentation. | Evan Cheng |
2010-03-29 | Pool allocate SDDbgValue nodes. | Evan Cheng |
2010-03-25 | Change how dbg_value sdnodes are converted into machine instructions. Their p... | Evan Cheng |