Implement changes from Chris's feedback.
[oota-llvm.git] / lib / Target / IA64 / IA64ISelLowering.cpp
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
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-06-16 Eli FriedmanMisc accumulated tweaks to legalization logic for vario...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from IA64,...
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-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-22 Dale JohannesenMake log, log2, log10, exp, exp2 use Expand by
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-08-30 Gabor Greiffix some 80-col violations
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Dan GohmanReplace some std::vectors that showed up in heap profil...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-05-28 Nate BegemanUpdate some comments noticed in a recent checkin
2008-05-28 Chris LattnerFix CodeGen/Generic/2005-10-21-longlonggtu.ll on ia64.
2008-05-28 Chris LattnerFix 2006-04-28-Sign-extend-bool.ll for ia64.
2008-05-28 Chris Lattnerreindent.
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-23 Duncan SandsThe last pieces needed for loading arbitrary
2008-01-17 Chris Lattner* Introduce a new SelectionDAG::getIntPtrConstant method
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-10-11 Dan GohmanSet ISD::FPOW to Expand.
2007-09-23 Dale JohannesenFix PR 1681. When X86 target uses +sse -sse2,
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
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...
next