Separate itinerary classes for mvn from mov; for tst / teq from cmp / cmn.
[oota-llvm.git] / lib / Target / XCore / XCoreISelDAGToDAG.cpp
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-03 Jakob Stoklund OlesenRemove Predicate_* calls from MBlaze and XCore
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-03-11 Richard OsborneRemove dead code. (S|U)MUL_LO is now lowered to LMUL...
2010-03-10 Richard OsbornePrefer LMUL to MACCU as LMUL has no tied operands.
2010-03-10 Richard OsborneLower add (mul a, b), c into MACCU / MACCS nodes which...
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-01 Chris Lattnerstop using generated sdnodexforms.
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-10-06 Richard OsborneRemove xs1a subtarget. xs1a is a preproduction device...
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Richard OsborneDon't fold address calculations which use negative...
2008-11-07 Richard OsborneFix compile warnings.
2008-11-07 Richard OsborneAdd XCore backend.