| Commit message (Expand) | Author | Age | Files | Lines |
| * | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner | 2010-03-14 | 2 | -5/+5 |
| * | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner | 2010-03-14 | 3 | -28/+20 |
| * | change the DBG_LABEL MachineInstr to always be created | Chris Lattner | 2010-03-14 | 2 | -5/+10 |
| * | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner | 2010-03-13 | 1 | -2/+2 |
| * | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 2010-03-13 | 1 | -3/+2 |
| * | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin | 2010-03-12 | 1 | -1/+1 |
| * | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner | 2010-03-12 | 1 | -2/+3 |
| * | Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U) | Richard Osborne | 2010-03-11 | 1 | -23/+0 |
| * | Add dag combine to simplify lmul(x, 0, a, b) | Richard Osborne | 2010-03-11 | 1 | -0/+27 |
| * | Switch XCore over to using inline jump table entries. | Richard Osborne | 2010-03-11 | 2 | -0/+6 |
| * | The backend now makes a reasonable job of targeting lmul / macc | Richard Osborne | 2010-03-10 | 1 | -1/+0 |
| * | Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bit | Richard Osborne | 2010-03-10 | 1 | -2/+29 |
| * | Fix checking of intermediates having one use in isADDADDMUL | Richard Osborne | 2010-03-10 | 1 | -2/+3 |
| * | Extract recognition of patterns such as add(add(mul(x,y),a),b) | Richard Osborne | 2010-03-10 | 1 | -48/+66 |
| * | Fix thinko. | Richard Osborne | 2010-03-10 | 2 | -5/+7 |
| * | Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediate | Richard Osborne | 2010-03-10 | 1 | -0/+56 |
| * | Prefer LMUL to MACCU as LMUL has no tied operands. | Richard Osborne | 2010-03-10 | 3 | -3/+13 |
| * | Custom lower (S|U)MUL_LOHI -> MACC(S|U) | Richard Osborne | 2010-03-10 | 2 | -0/+40 |
| * | Fix indentation | Richard Osborne | 2010-03-10 | 1 | -1/+1 |
| * | Lower add (mul a, b), c into MACCU / MACCS nodes which translate | Richard Osborne | 2010-03-10 | 3 | -0/+86 |
| * | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach | 2010-03-09 | 2 | -2/+2 |
| * | In cases where the carry / borrow unused converted ladd / lsub | Richard Osborne | 2010-03-09 | 1 | -0/+30 |
| * | Canonicalize ladd constant to RHS. | Richard Osborne | 2010-03-09 | 1 | -0/+4 |
| * | Add DAG combine for ladd / lsub. | Richard Osborne | 2010-03-09 | 2 | -0/+70 |
| * | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner | 2010-03-02 | 1 | -11/+0 |
| * | Remove dead parameter passing. | Bill Wendling | 2010-03-02 | 1 | -2/+2 |
| * | stop using generated sdnodexforms. | Chris Lattner | 2010-03-01 | 1 | -1/+5 |
| * | Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy. | Richard Osborne | 2010-02-26 | 1 | -3/+1 |
| * | Don't mark call instruction as a barrier. | Richard Osborne | 2010-02-23 | 1 | -1/+1 |
| * | ECALLF, ECALLT shouldn't be marked as barriers. | Richard Osborne | 2010-02-23 | 1 | -2/+2 |
| * | Mark unconditional branches as barriers. Found using -verify-machineinstrs | Richard Osborne | 2010-02-23 | 1 | -3/+3 |
| * | Remove unused lowering function LowerJumpTable | Richard Osborne | 2010-02-23 | 2 | -13/+0 |
| * | Lower BR_JT on the XCore to a jump into a series of jump instructions. | Richard Osborne | 2010-02-23 | 5 | -5/+103 |
| * | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -2/+1 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -13/+25 |
| * | no need to add the instruction count anymore. | Chris Lattner | 2010-02-15 | 1 | -1/+1 |
| * | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -2/+2 |
| * | print all the newlines at the end of instructions with | Chris Lattner | 2010-02-10 | 1 | -2/+3 |
| * | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner | 2010-02-03 | 1 | -0/+1 |
| * | Revert 95130. | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
| * | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -2/+3 |
| * | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
| * | convert the last 3 targets to use EmitFunctionBody() now that | Chris Lattner | 2010-01-28 | 1 | -43/+13 |
| * | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner | 2010-01-28 | 1 | -10/+2 |
| * | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -1/+1 |
| * | Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. | Chris Lattner | 2010-01-28 | 1 | -1/+1 |
| * | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -2/+0 |
| * | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to | Chris Lattner | 2010-01-27 | 1 | -3/+3 |
| * | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 2 | -2/+4 |
| * | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 2 | -2/+1 |