Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / Target / Alpha / AlphaInstrInfo.td
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-06-21 Eric ChristopherRemove isTwoAddress from Alpha.
2010-05-14 Dan GohmanBR is a barrier.
2010-03-18 Chris Lattneruse ins/outs.
2010-03-15 Chris Lattneradd some missing types
2010-03-08 Chris Lattnertidy up
2010-02-23 Chris Lattnerremove a bunch of dead named arguments in input patterns,
2009-11-11 Dan GohmanSet isBarrier = 1 on return instructions, as they are...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-08-08 Andrew Lenharthmove this fp select into a pattern
2009-05-13 Dale JohannesenAdd an int64_t variant of abs, for host environments
2009-03-19 Nate BegemanAdd support to tablegen for naming the nodes themselves...
2008-12-14 Chris Lattnersilence warning when asserts disabled.
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-11-11 Andrew LenharthThis shouldn't be necessary
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-08-20 Dan GohmanTablegen generated code already tests the opcode value...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-01-15 Chris Lattnerrename SDTRet -> SDTNone.
2008-01-10 Chris Lattnerget def use info more correct.
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris LattnerChange the 'isStore' inferrer to look for 'SDNPMayStore'
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-11-27 Andrew Lenharthsomething wrong with this opt
2007-11-13 Bill WendlingUnifacalize the CALLSEQ{START,END} stuff.
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-12 Owen AndersonAdd a flag for indirect branch instructions.
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-07-21 Evan ChengNo more noResults.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-04-17 Andrew LenharthUse this nifty Constraints thing and fix the inverted...
2007-01-24 Andrew LenharthFTOIT and ITOFT are bit converts, and if we drop 21264s...
2006-12-07 Andrew LenharthBe sure to grab weak functions too, and make implicit...
2006-11-03 Chris Lattnersilence warnings.
2006-11-02 Andrew Lenharthfix 2006-11-01-vastart.ll
2006-10-31 Andrew Lenharthmore shotenning
2006-10-31 Andrew LenharthLet us play simplify the td file (and fix a few missed...
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-12 Chris Lattneradjcallstack up/down clobbers the sp
2006-10-11 Chris LattnerUse cute tblgen tricks to make zap handling more powerf...
2006-10-11 Chris LattnerRemove dead/redundant instructions. These are handled...
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-09-20 Andrew Lenharthcatch constants more often
2006-09-18 Andrew LenharthJump tables on Alpha
2006-08-11 Evan ChengCALLSEQ_* produces chain even if that's not needed.
2006-07-31 Evan ChengRemove a duplicate pattern/
2006-06-12 Andrew LenharthLet the alpha breakage begin. First Formals and RET...
2006-06-04 Andrew Lenharthignore ordered/unordered for now
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-09 Andrew Lenharthfcopysign for mixed mode
2006-03-09 Andrew Lenharthalpha and llvm have different oppinions on which arg...
2006-03-09 Andrew LenharthAlpha Scheduling classes
2006-03-09 Andrew Lenharthfcopysign and get rid of dsnode cruft. custom PA runti...
2006-02-03 Andrew LenharthisStoreToStackSlot
2006-02-01 Andrew LenharthAdd immediate forms of cmov and remove some cruft
2006-01-29 Chris Lattnercmovle != cmovlt
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-26 Andrew Lenharthminor renaming
2006-01-26 Andrew Lenharthallow R28 to be used for frame calculations without...
2006-01-23 Andrew Lenharthadded stores to lsmark
2006-01-23 Andrew Lenharthfix up more lsmark stuff
2006-01-23 Andrew Lenharthyea, lowering this stuff will basically work
2006-01-19 Andrew Lenharthtypo
2006-01-19 Andrew Lenharthnasty nasty patterns
2006-01-16 Andrew Lenharthfix short immediate loads
2006-01-11 Andrew Lenharththis pattern was bogus
2006-01-10 Andrew LenharthInt immediate loading fix
2006-01-09 Andrew Lenharthproper branch not equal sequence
2006-01-05 Chris Lattnerunbreak the build, these are now in TargetSelectionDAG.td
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-29 Andrew Lenharthlet us get some do what I meant not what I said stuff...
2005-12-29 Andrew LenharthFix up immediate handling
2005-12-27 Andrew LenharthRestore some happiness to the JIT
2005-12-27 Andrew LenharthFix alpha regressions.
2005-12-26 Evan ChengAdded field noResults to Instruction.
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 LenharthUnify the patterns for loads and stores. Now offset...
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-11 Andrew LenharthFP select improvements (and likely breakage), oh and...
2005-12-09 Andrew Lenharthit helps if your conditionals are not reversed
2005-12-06 Andrew Lenharthfix divide and remainder
2005-12-06 Andrew Lenharthadded instructions with inverted immediates
2005-12-05 Andrew Lenharthyea, it helps to have your path set right when testing
2005-12-05 Andrew LenharthThese never trigger, but whatever
2005-12-05 Andrew Lenharthmove this over to the dag
next