Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill slots...
[oota-llvm.git] / lib / Target / XCore / XCoreISelLowering.cpp
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-06-29 Duncan SandsRemove initialized but otherwise unused variables.
2010-05-19 Evan ChengCode refactoring: pull SchedPreference enum from Target...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-11 Richard OsborneAdd dag combine to simplify lmul(x, 0, a, b)
2010-03-11 Richard OsborneSwitch XCore over to using inline jump table entries.
2010-03-10 Richard OsborneHandle MVT::i64 type in DAG combine for ISD::ADD. Fold...
2010-03-10 Richard OsborneFix checking of intermediates having one use in isADDADDMUL
2010-03-10 Richard OsborneExtract recognition of patterns such as add(add(mul...
2010-03-10 Richard OsborneFix thinko.
2010-03-10 Richard OsborneFold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the...
2010-03-10 Richard OsbornePrefer LMUL to MACCU as LMUL has no tied operands.
2010-03-10 Richard OsborneCustom lower (S|U)MUL_LOHI -> MACC(S|U)
2010-03-10 Richard OsborneFix indentation
2010-03-10 Richard OsborneLower add (mul a, b), c into MACCU / MACCS nodes which...
2010-03-09 Richard OsborneIn cases where the carry / borrow unused converted...
2010-03-09 Richard OsborneCanonicalize ladd constant to RHS.
2010-03-09 Richard OsborneAdd DAG combine for ladd / lsub.
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-02-26 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode() to...
2010-02-23 Richard OsborneRemove unused lowering function LowerJumpTable
2010-02-23 Richard OsborneLower BR_JT on the XCore to a jump into a series of...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-21 Devang PatelWe are not using DBG_STOPPOINT anymore.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-18 Richard OsborneAdd XCore support for indirectbr / blockaddress.
2009-11-14 Richard OsborneAdd XCore support for arbitrary-sized aggregate returns.
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-10-08 Richard OsborneAdd missing names for the XCore specific LADD and LSUB...
2009-10-06 Richard OsborneRemove xs1a subtarget. xs1a is a preproduction device...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
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-08-05 Dan GohmanMajor calling convention code refactoring.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-17 Eli FriedmanHandle void in XCoreTargetLowering::isLegalAddressingMo...
2009-07-16 Richard OsborneCombine an unaligned store of unaligned load into a...
2009-07-16 Richard OsborneLower the threshold at which memcpy / memmove / memset...
2009-07-16 Richard OsborneFix typo in last commit on expansion of unaligned loads.
2009-07-16 Richard OsborneExpand unaligned 32 bit loads from an address which...
2009-07-16 Richard OsborneCustom lower unaligned 32 bit stores and loads into...
2009-07-15 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode to handl...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-02-13 Dale Johannesenmissed file
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-12-03 Richard OsborneAdd support for ISD::TRAP to the XCore backend
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-14 Richard Osborne[XCore] Fix expansion of 64 bit add/sub. Don't custom...
2008-11-14 Richard OsborneAdd XCore intrinsics for getid (returns thread id)...
2008-11-07 Richard OsborneAdd XCore backend.