summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-142-5/+5
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-143-28/+20
* change the DBG_LABEL MachineInstr to always be createdChris Lattner2010-03-142-5/+10
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-2/+2
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-3/+2
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-121-1/+1
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-2/+3
* Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U)Richard Osborne2010-03-111-23/+0
* Add dag combine to simplify lmul(x, 0, a, b)Richard Osborne2010-03-111-0/+27
* Switch XCore over to using inline jump table entries.Richard Osborne2010-03-112-0/+6
* The backend now makes a reasonable job of targeting lmul / maccRichard Osborne2010-03-101-1/+0
* Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bitRichard Osborne2010-03-101-2/+29
* Fix checking of intermediates having one use in isADDADDMULRichard Osborne2010-03-101-2/+3
* Extract recognition of patterns such as add(add(mul(x,y),a),b)Richard Osborne2010-03-101-48/+66
* Fix thinko.Richard Osborne2010-03-102-5/+7
* Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediateRichard Osborne2010-03-101-0/+56
* Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne2010-03-103-3/+13
* Custom lower (S|U)MUL_LOHI -> MACC(S|U)Richard Osborne2010-03-102-0/+40
* Fix indentationRichard Osborne2010-03-101-1/+1
* Lower add (mul a, b), c into MACCU / MACCS nodes which translateRichard Osborne2010-03-103-0/+86
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-092-2/+2
* In cases where the carry / borrow unused converted ladd / lsubRichard Osborne2010-03-091-0/+30
* Canonicalize ladd constant to RHS.Richard Osborne2010-03-091-0/+4
* Add DAG combine for ladd / lsub.Richard Osborne2010-03-092-0/+70
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-11/+0
* Remove dead parameter passing.Bill Wendling2010-03-021-2/+2
* stop using generated sdnodexforms.Chris Lattner2010-03-011-1/+5
* Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy.Richard Osborne2010-02-261-3/+1
* Don't mark call instruction as a barrier.Richard Osborne2010-02-231-1/+1
* ECALLF, ECALLT shouldn't be marked as barriers.Richard Osborne2010-02-231-2/+2
* Mark unconditional branches as barriers. Found using -verify-machineinstrsRichard Osborne2010-02-231-3/+3
* Remove unused lowering function LowerJumpTableRichard Osborne2010-02-232-13/+0
* Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne2010-02-235-5/+103
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-2/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-13/+25
* no need to add the instruction count anymore.Chris Lattner2010-02-151-1/+1
* Fix "the the" and similar typos.Dan Gohman2010-02-101-2/+2
* print all the newlines at the end of instructions withChris Lattner2010-02-101-2/+3
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-0/+1
* Revert 95130.Evan Cheng2010-02-022-2/+2
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-2/+3
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-022-2/+2
* convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner2010-01-281-43/+13
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-281-10/+2
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1
* Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.Chris Lattner2010-01-281-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-2/+0
* Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner2010-01-271-3/+3
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-272-2/+4
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-262-2/+1
OpenPOWER on IntegriCloud