llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / Target / Alpha / AlphaISelLowering.cpp
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
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-14 Dan GohmanFix old-style type names in comments.
2009-06-03 Dan GohmanConvert Alpha and Mips to use a MachineFunctionInfo...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from Alpha...
2009-02-07 Dale JohannesenUse getDebugLoc forwarder instead of getNode()->getDebu...
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-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of the exotic forms
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-11 Andrew Lenharthfix another libgcc blocker
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-10-09 Chris Lattnerget CodeGen/Alpha/mul128.ll to work.
2008-10-07 Andrew LenharthNote that ADDC and company don't actually expand yet...
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-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-04 Duncan SandsRather than having a different custom legalization
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 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-21 Dan GohmanUse MachineBasicBlock::transferSuccessors.
2008-06-08 Duncan SandsRemove comparison methods for MVT. The main cause
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
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-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
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-17 Chris LattnerThis commit changes:
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-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
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-02-08 Andrew Lenharthreturn addresses, those I already have
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-24 Andrew LenharthFTOIT and ITOFT are bit converts, and if we drop 21264s...
2006-12-31 Reid SpencerFor PR950:
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-03 Chris Lattnersilence warnings.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Andrew Lenharthfix 2006-11-01-vastart.ll
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
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-11 Andrew LenharthReduce the amount of state in the lowering code and...
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-06 Chris LattnerAlpha uses a got
2006-10-05 Evan ChengMake use of getStore().
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-09-24 Andrew LenharthFix jump tables to match gcc (and the ABI and whatnot)
2006-09-18 Andrew LenharthJump tables on Alpha
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-05 Andrew Lenharthjmp_bufs are this big on alpha.
2006-08-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Chris Lattnereliminate use of getNode that takes vector<SDOperand...
2006-07-03 Andrew LenharthThese are already implemented
2006-06-27 Andrew Lenharththis case isn't handled
2006-06-21 Andrew LenharthAdd memory operand and int regs
next