Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more...
[oota-llvm.git] / lib / Target / Alpha / AlphaInstrInfo.td
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
2005-06-27 Andrew Lenharthgenerate address of constant pool entries
2005-06-27 Andrew LenharthReduce use of pseudo ops
2005-06-23 Andrew Lenharthremove a pseudo instruction, make ret always right...
2005-06-22 Andrew LenharthMake it easier to find alpha stuff in doxygen, and...
2005-06-06 Andrew Lenharthallow marking of loads and stores in the instruction...
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-14 Andrew Lenharthfix calls
2005-04-13 Andrew Lenharthprepare for func call optimization
2005-04-07 Andrew Lenharthlowercase instructions, makes diff happier
2005-04-02 Andrew LenharthSelect optimization
2005-04-02 Andrew LenharthTry several things. 1) drop /i from FP ops 2) factor...
2005-03-31 Andrew LenharthPCMarker support for DAG and Alpha
2005-03-22 Andrew Lenharthhum, it is good to use real instructions
2005-03-22 Andrew Lenharthtwo things: 1)evilness reduction patch, reduces the...
2005-03-15 Andrew Lenharthsure, I can set a flag, but if I never check it, why...
2005-03-14 Andrew LenharthFP 0.0 setcc optimization, and generate short branch...
2005-03-11 Andrew Lenharthremove a pseudo instruction and improve inline constant...
2005-03-09 Andrew Lenharthminor correction for Register that isn't used
2005-03-04 Andrew Lenharthfix FCMOVxx typo, set rem and div to hardcode target...
2005-03-03 Andrew Lenharthturn on IEEE for compares
2005-02-28 Andrew Lenharthfix integer division and stuff
2005-02-25 Andrew Lenharthmake BB labels be exported for debuging, add fp negatio...
2005-02-12 Andrew Lenharthmake FP conversion more conservative (matches gcc)
2005-02-10 Andrew Lenharthso, if you beat on it, you too can talk emacs into...
2005-02-10 Andrew Lenharthfix fp branch
2005-02-07 Andrew Lenharthfix store issue and an FP conversion (segfault) issue
2005-02-06 Andrew Lenharthfix oopso
2005-02-06 Andrew Lenharthsmarter loads and stores. can now handle base+offset.
2005-02-05 Andrew Lenharthfix f32 setcc, and fp select
2005-02-05 Andrew Lenharthadded ugly support for fp compares
2005-02-04 Misha BrukmanMake file header comment consistent: extend the whole...
2005-02-02 Andrew LenharthStore fix
2005-02-02 Andrew Lenharthtry to make a bug bugpointable, add yet more constant...
2005-02-01 Andrew LenharthMake cmov work right and loads for fp from constant...
2005-02-01 Andrew Lenharthpecimise loads, put indirect call addr in right registe...
next