aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2011-12-15Pass optLevel to XCoreDAGToDAGISel.Richard Osborne
2011-11-01Don't fold negative offsets into cp / dp accesses to avoid relocation errors.Richard Osborne
2011-09-12Associate a MemOperand with LDWCP nodes introduced during ISel.Richard Osborne
2011-05-31Add XCore intrinsic for crc8.Richard Osborne
2011-04-23Remove unused STL header includes.Jay Foad
2011-03-16Add checkevent intrinsic to check if any resources owned by the current threadRichard Osborne
2011-03-15Don't indent cases in a switch, no functionality change.Richard Osborne
2010-09-21fix a long standing wart: all the ComplexPattern's were beingChris Lattner
2010-09-03Remove Predicate_* calls from MBlaze and XCoreJakob Stoklund Olesen
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman
2010-03-11Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U)Richard Osborne
2010-03-10Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne
2010-03-10Lower add (mul a, b), c into MACCU / MACCS nodes which translateRichard Osborne
2010-03-02Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner
2010-03-01stop using generated sdnodexforms.Chris Lattner
2010-01-05Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman
2009-11-05Remove uninteresting and confusing debug output.Dan Gohman
2009-10-06Remove xs1a subtarget. xs1a is a preproduction device used inRichard Osborne
2009-09-25Rename getTargetNode to getMachineNode, for consistency with theDan Gohman
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-02-06get rid of some non-DebugLoc getTargetNode variants.Dale Johannesen
2009-01-15Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman
2009-01-15Don't fold address calculations which use negative offsets intoRichard Osborne
2008-11-07Fix compile warnings.Richard Osborne
2008-11-07Add XCore backend.Richard Osborne