| Age | Commit message (Expand) | Author |
| 2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
| 2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
| 2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
| 2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
| 2010-07-07 | Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f... | Evan Cheng |
| 2010-07-07 | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman |
| 2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
| 2010-07-06 | CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext. | Dan Gohman |
| 2010-07-06 | Propagate debug loc. | Devang Patel |
| 2010-07-06 | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman |
| 2010-07-06 | Revert r107655. | Dan Gohman |
| 2010-07-06 | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman |
| 2010-07-03 | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng |
| 2010-06-29 | Remove initialized but otherwise unused variables. | Duncan Sands |
| 2010-05-19 | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 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-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-11 | Add dag combine to simplify lmul(x, 0, a, b) | Richard Osborne |
| 2010-03-11 | Switch XCore over to using inline jump table entries. | Richard Osborne |
| 2010-03-10 | Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bit | Richard Osborne |
| 2010-03-10 | Fix checking of intermediates having one use in isADDADDMUL | Richard Osborne |
| 2010-03-10 | Extract recognition of patterns such as add(add(mul(x,y),a),b) | Richard Osborne |
| 2010-03-10 | Fix thinko. | Richard Osborne |
| 2010-03-10 | Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediate | Richard Osborne |
| 2010-03-10 | Prefer LMUL to MACCU as LMUL has no tied operands. | Richard Osborne |
| 2010-03-10 | Custom lower (S|U)MUL_LOHI -> MACC(S|U) | Richard Osborne |
| 2010-03-10 | Fix indentation | Richard Osborne |
| 2010-03-10 | Lower add (mul a, b), c into MACCU / MACCS nodes which translate | Richard Osborne |
| 2010-03-09 | In cases where the carry / borrow unused converted ladd / lsub | Richard Osborne |
| 2010-03-09 | Canonicalize ladd constant to RHS. | Richard Osborne |
| 2010-03-09 | Add DAG combine for ladd / lsub. | Richard Osborne |
| 2010-03-02 | Remove dead parameter passing. | Bill Wendling |
| 2010-02-26 | Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy. | Richard Osborne |
| 2010-02-23 | Remove unused lowering function LowerJumpTable | Richard Osborne |
| 2010-02-23 | Lower BR_JT on the XCore to a jump into a series of jump instructions. | Richard Osborne |
| 2010-02-15 | Remove an assumption of default arguments. This is in anticipation of a | David Greene |
| 2010-02-02 | Revert 95130. | Evan Cheng |
| 2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
| 2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
| 2009-12-22 | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-20 | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman |
| 2009-11-18 | Add XCore support for indirectbr / blockaddress. | Richard Osborne |