Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / Alpha / AlphaInstrInfo.td
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
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-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-11-09 Andrew Lenharthwhatever. Intermediate patch to see what breaks. ...
2005-10-26 Andrew Lenharthint comparison patterns
2005-10-26 Andrew LenharthSimplify instinfo, set random bits on more fp insts...
2005-10-23 Andrew LenharthAdd several things.
2005-10-22 Andrew LenharthWell, the Constant matching pattern works. Can't say...
2005-10-21 Andrew Lenharthbyte zap not immediate goodness
2005-10-20 Andrew LenharthInst cleanup. As a bonus, operands are in the correct...
2005-10-20 Andrew Lenharthadded a few 1 operand form stuff. Seems to break regal...
2005-10-20 Andrew LenharthSounds good, finish the intop conversion.
2005-10-20 Chris LattnerAdd some pattern fragments to simplify the repetitive...
2005-10-20 Chris Lattnersimplify this a bit by using immediates
2005-10-20 Andrew Lenharthret 0; works, not much else
2005-10-06 Andrew Lenharthremove VAX compatibility instruction, we will never...
2005-08-19 Chris Lattnermark variable arity instructions as such. Alpha wins...
2005-08-12 Andrew Lenharthmatch gcc's use of tabs, makes diffs easier
2005-08-01 Andrew Lenharthupdate function codes to reflect /su flags that have...
2005-07-28 Andrew Lenharthsupport bsr, and more .td simplification
2005-07-22 Andrew Lenharthsimpilfy instruction encoding (and make the lines way...
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-07-01 Andrew Lenharthsimplify call code, remove pseudo ops for div and rem...
2005-06-29 Andrew Lenharthrestore old srcValueNode behavior and try to to work...
2005-06-29 Andrew Lenharthsupport more relocations for stores also
2005-06-29 Andrew LenharthGet rid of all symbolic loads. I now do gernate all...
2005-06-27 Andrew Lenharthget rid of another pseudo op
next