These never trigger, but whatever
[oota-llvm.git] / lib / Target / Alpha / AlphaInstrInfo.td
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...
2005-01-31 Andrew Lenharthindirect call fix
2005-01-31 Andrew Lenharthfp to int and back conversion sequences
2005-01-30 Andrew Lenharthadded fp extend and removed a forgotten assert in more...
2005-01-29 Andrew Lenharthfirst step towards a correct and complete stack. also...
2005-01-27 Andrew Lenharthint to float conversion and another setcc
2005-01-27 Andrew Lenharthteach isel about comparison with constants and zero...
2005-01-26 Andrew Lenharthadded instructions for fp to int to fp moves
2005-01-26 Andrew Lenharth initial fp support
2005-01-26 Andrew Lenharthadd some operations, fix others. should compile severa...
2005-01-25 Andrew Lenharthmore load choices, better add with imm
2005-01-24 Andrew LenharthClean ups, and taught the instruction selector about...
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...