For PR950:
[oota-llvm.git] / lib / Target / IA64 / IA64ISelLowering.cpp
2006-12-31 Reid SpencerFor PR950:
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-03 Chris Lattnersilence warning
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-05 Evan ChengMake use of getStore().
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-08-16 Evan ChengRET_FLAG has an optional input flag, but it does not...
2006-08-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Chris Lattnereliminate use of getNode that takes vector of operands.
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-05 Chris LattnerCopysign needs to be expanded everywhere. Note that...
2006-02-13 Chris LattnerSwitch targets over to using SelectionDAG::getCALLSEQ_S...
2006-02-01 Nate BegemanFix some of the stuff in the PPC README file, and clean...
2006-01-29 Chris LattnerTargets all now request ConstantFP to be legalized...
2006-01-28 Nate BegemanImplement Promote for VAARG, and allow it to be custom...
2006-01-28 Chris LattnerRemove some dead code
2006-01-27 Nate BegemanRemove TLI.LowerReturnTo, and just let targets custom...
2006-01-25 Evan ChengSet SchedulingForLatency to be the default scheduling...
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-25 Evan ChengDefault scheduling preference is SchedulingForLatency.
2006-01-20 Duraid Madinaremove RET hack, add proper support for rets (watching...
2006-01-20 Duraid Madinafix sext breakage: now we correctly deal with functions...
2006-01-19 Duraid Madinafix calls that return f32
2006-01-15 Duraid Madinaexplain that r12 is the stack pointer reg
2006-01-14 Chris LattnerCleanup IA64ISD, tell the graph drawer what the symboli...
2006-01-14 Nate Begemanbswap implementation
2006-01-13 Chris Lattnernew nodes
2006-01-12 Duraid Madinasabre's (correct) fix means these guys need to be flagg...
2006-01-12 Chris LattnerFix an itanium call lowering bug for duraid
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-10 Chris Lattnersilence a bogus warning
2006-01-10 Duraid Madinaheh, 'sif it'd be a legalizer bug.
2006-01-10 Duraid Madinasupport functions that return bool (this "should" work...
2006-01-06 Chris Lattnersilence a bogus gcc warning
2006-01-05 Jim LaskeyHad expand logic backward.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2005-12-27 Duraid Madinanasty paste-o, calls passing more than 8 arguments...
2005-12-22 Duraid Madinathis is a hack, which may or may not hang around. In...
2005-12-22 Duraid Madinathis should take care of calls to varadic functions...
2005-12-22 Duraid MadinaI shoulda done this a *long* time ago (tm): implement...
2005-12-21 Jim LaskeyDisengage DEBUG_LOC from non-PPC targets.
2005-11-29 Chris LattnerNo targets support line number info yet.
2005-11-04 Duraid Madinakill redundant SP/GP/RP save/restores across calls
2005-11-02 Duraid Madinaadd support for loading FP constants +0.0 and +1.0...
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...