Move EVER MORE stuff over to LLVMContext.
[oota-llvm.git] / lib / Target / Alpha / AlphaISelDAGToDAG.cpp
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
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-06-03 Dan GohmanConvert Alpha and Mips to use a MachineFunctionInfo...
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-16 Dan GohmanTrim #includes.
2008-10-07 Andrew LenharthNote that ADDC and company don't actually expand yet...
2008-10-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-02-25 Dan GohmanConvert MaskedValueIsZero and all its users to use...
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-03 Chris Lattnerexplicitly include Compiler.h instead of getting it...
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-19 Dan GohmanPass a SelectionDAG into SDNode::dump everywhere it...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-01-24 Andrew LenharthFTOIT and ITOFT are bit converts, and if we drop 21264s...
2007-01-24 Andrew LenharthFix unordered fp on alpha
2007-01-19 Reid SpencerFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-02 Reid SpencerFor PR786:
2006-10-31 Andrew Lenharthmore shotenning
2006-10-31 Andrew LenharthLet us play simplify the td file (and fix a few missed...
2006-10-20 Reid SpencerFor PR950:
2006-10-11 Andrew LenharthReduce the amount of state in the lowering code and...
2006-10-11 Chris LattnerUse cute tblgen tricks to make zap handling more powerf...
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-08-27 Evan ChengDo not use getTargetNode() and SelectNodeTo() which...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-26 Evan ChengMatch tblgen changes.
2006-08-16 Evan ChengSelectNodeTo() may return a SDOperand that is different...
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-06-21 Andrew LenharthAdd memory operand and int regs
2006-06-13 Andrew LenharthI am sure I had commited this workaround before. Perha...
2006-06-13 Andrew LenharthIt really helps to be returning to the correct place
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-25 Evan ChengAssert if InflightSet is not cleared after instruction...
2006-05-24 Evan ChengClear HandleMap and ReplaceMap after instruction select...
2006-05-18 Andrew LenharthFix a bogus gcc warning
2006-04-08 Reid SpencerInitialize SDOperand values because the gcc 4.0.2 compi...
2006-04-03 Andrew Lenharthsupport x * (c1 + c2) where c1 and c2 are pow2s. speci...
2006-04-03 Andrew Lenharthmul by const conversion sequences. more coming soon
2006-03-25 Chris Lattner#include Intrinsics.h into all dag isels
2006-02-13 Andrew Lenharthimproved zap discovery
2006-02-09 Evan ChengMatch getTargetNode() changes (now return SDNode* inste...
2006-02-09 Evan ChengChange Select() from
2006-02-05 Evan ChengUse SelectRoot() as entry of any tblgen based isel.
2006-01-29 Chris LattnerUpdate alpha to reflect recent constantfp legalize...
2006-01-27 Chris LattnerSwitch to AlphaISD::CALL instead of ISD::CALL
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-16 Andrew Lenharthstack and rpcc
2006-01-06 Andrew Lenharthmake 0 codegen much better
2006-01-02 Andrew Lenharthtypeo
2006-01-01 Andrew LenharthMove brcond over and fix some imm patterns. This may...
2005-12-30 Andrew Lenharthimprove constant loading. Still sucks, but oh well
2005-12-25 Andrew Lenharthadd br pattern, unify JSR and BSR ISel instrs, and...
2005-12-25 Andrew LenharthAll that just to lower div and rem
2005-12-24 Andrew LenharthAll addressing modes are now exposed. The only remaini...
2005-12-24 Andrew LenharthLet's see if we can break things.
2005-12-24 Andrew Lenharthmove loads and stores over. Smart addr selection comming
2005-12-12 Andrew Lenharthfix FP selects
2005-12-12 Andrew Lenharthrestore a more restricted select
2005-12-11 Andrew LenharthFP select improvements (and likely breakage), oh and...
2005-12-06 Andrew Lenharthfix divide and remainder
2005-12-06 Andrew Lenharthmore decent branches for FP. I might have to make...
2005-12-05 Andrew Lenharthmove this over to the dag
2005-12-05 Andrew Lenharthfix constant pool loads
2005-12-01 Andrew LenharthFlags where I think I need them, quick, before the...
2005-11-30 Chris LattnerSelectNodeTo now returns its result, we must pay attent...
2005-11-30 Andrew LenharthMake typesafe that which isn't: FCMOVxx
2005-11-30 Andrew LenharthFPSelect and more custom lowering
2005-11-30 Andrew LenharthAll sorts of stuff.
2005-11-22 Andrew Lenharthmassive DAGISel patch. lots and lots more stuff compil...
2005-10-26 Andrew Lenharthint comparison patterns
2005-10-25 Chris LattnerThe dag isel generator generates this now
2005-10-23 Andrew LenharthAdd several things.
2005-10-22 Andrew LenharthWell, the Constant matching pattern works. Can't say...
2005-10-20 Andrew Lenharthforgot this one