Fix the assembler strings for a couple of atomic instructions. Doesn't really matter...
[oota-llvm.git] / lib / Target / Alpha / AlphaISelDAGToDAG.cpp
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-09-04 Chris Lattnerzap dead code.
2010-08-01 Eli FriedmanPR7774: Fix undefined shifts in Alpha backend. As...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-16 Chris Lattnermark all the generated node predicates 'const'.
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-08-15 Dan GohmanSimplify a few more things, eliminating a few more...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
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-09 Benjamin KramerUse abs64 instead abs; some platforms don't have a...
2009-08-08 Andrew Lenharthmove this fp select into a pattern
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-19 Eli FriedmanSwitch Alpha over to the new call lowering style. ...
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
next