| Age | Commit message (Expand) | Author |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen |
| 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-28 | fix a type contradition: XCoreISD::RETSP has one argument, not zero. | Chris Lattner |
| 2010-03-19 | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner |
| 2010-03-14 | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner |
| 2010-03-14 | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner |
| 2010-03-14 | change the DBG_LABEL MachineInstr to always be created | Chris Lattner |
| 2010-03-13 | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner |
| 2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner |
| 2010-03-12 | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin |
| 2010-03-12 | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner |
| 2010-03-11 | Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U) | Richard Osborne |
| 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 | The backend now makes a reasonable job of targeting lmul / macc | 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 | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach |
| 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 | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner |
| 2010-03-02 | Remove dead parameter passing. | Bill Wendling |
| 2010-03-01 | stop using generated sdnodexforms. | Chris Lattner |
| 2010-02-26 | Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy. | Richard Osborne |
| 2010-02-23 | Don't mark call instruction as a barrier. | Richard Osborne |
| 2010-02-23 | ECALLF, ECALLT shouldn't be marked as barriers. | Richard Osborne |
| 2010-02-23 | Mark unconditional branches as barriers. Found using -verify-machineinstrs | 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 | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov |
| 2010-02-15 | Remove an assumption of default arguments. This is in anticipation of a | David Greene |
| 2010-02-15 | no need to add the instruction count anymore. | Chris Lattner |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-02-10 | print all the newlines at the end of instructions with | Chris Lattner |
| 2010-02-03 | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner |
| 2010-02-02 | Revert 95130. | Evan Cheng |
| 2010-02-02 | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner |
| 2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
| 2010-01-28 | convert the last 3 targets to use EmitFunctionBody() now that | Chris Lattner |
| 2010-01-28 | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner |