aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/XCore
AgeCommit message (Expand)Author
2010-04-02Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang
2010-04-02Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen
2010-03-30Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang
2010-03-28fix a type contradition: XCoreISD::RETSP has one argument, not zero.Chris Lattner
2010-03-19set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner
2010-03-14get MMI out of the label uniquing business, just go to MCContextChris Lattner
2010-03-14Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner
2010-03-14change the DBG_LABEL MachineInstr to always be createdChris Lattner
2010-03-13eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner
2010-03-13rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner
2010-03-12Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin
2010-03-12inline GetGlobalValueSymbol into the rest its callers andChris Lattner
2010-03-11Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U)Richard Osborne
2010-03-11Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne
2010-03-11Switch XCore over to using inline jump table entries.Richard Osborne
2010-03-10The backend now makes a reasonable job of targeting lmul / maccRichard Osborne
2010-03-10Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bitRichard Osborne
2010-03-10Fix checking of intermediates having one use in isADDADDMULRichard Osborne
2010-03-10Extract recognition of patterns such as add(add(mul(x,y),a),b)Richard Osborne
2010-03-10Fix thinko.Richard Osborne
2010-03-10Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediateRichard Osborne
2010-03-10Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne
2010-03-10Custom lower (S|U)MUL_LOHI -> MACC(S|U)Richard Osborne
2010-03-10Fix indentationRichard Osborne
2010-03-10Lower add (mul a, b), c into MACCU / MACCS nodes which translateRichard Osborne
2010-03-09Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach
2010-03-09In cases where the carry / borrow unused converted ladd / lsubRichard Osborne
2010-03-09Canonicalize ladd constant to RHS.Richard Osborne
2010-03-09Add DAG combine for ladd / lsub.Richard Osborne
2010-03-02Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner
2010-03-02Remove dead parameter passing.Bill Wendling
2010-03-01stop using generated sdnodexforms.Chris Lattner
2010-02-26Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy.Richard Osborne
2010-02-23Don't mark call instruction as a barrier.Richard Osborne
2010-02-23ECALLF, ECALLT shouldn't be marked as barriers.Richard Osborne
2010-02-23Mark unconditional branches as barriers. Found using -verify-machineinstrsRichard Osborne
2010-02-23Remove unused lowering function LowerJumpTableRichard Osborne
2010-02-23Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov
2010-02-15Remove an assumption of default arguments. This is in anticipation of aDavid Greene
2010-02-15no need to add the instruction count anymore.Chris Lattner
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-02-10print all the newlines at the end of instructions withChris Lattner
2010-02-03rejigger the world so that EmitInstruction prints the \n atChris Lattner
2010-02-02Revert 95130.Evan Cheng
2010-02-02refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner
2010-02-02Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng
2010-01-28convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner
2010-01-28Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner