silence a release mode warning
[oota-llvm.git] / lib / Target / Alpha / AlphaISelPattern.cpp
2005-10-21 Chris Lattnersilence a release mode warning
2005-10-21 Nate BegemanKill some now-dead code.
2005-10-20 Andrew Lenharthadded a few 1 operand form stuff. Seems to break regal...
2005-10-06 Andrew LenharthThis is suppose to work now
2005-09-29 Andrew Lenharthbegining alpha subtarget support
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-13 Chris LattnerThis code is no longer needed, it is moved to the targe...
2005-09-06 Andrew LenharthFix up the AssertXext problem, as well as adding it...
2005-09-04 Andrew Lenharthrevert part of the last change, should fix regressions
2005-09-02 Andrew LenharthPull out Lowering in preperation for multiple ISels...
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-17 Chris LattnerFix some bugs in the alpha backend, some of which I...
2005-08-17 Andrew Lenharththinko. Should fix s4addl.ll regression
2005-08-16 Chris Lattnerupdate the backends to work with the new CopyFromReg...
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-15 Andrew LenharthisIntImmediate is a good Idea. Add a flavor that check...
2005-08-09 Chris LattnerUpdate the targets to the new SETCC/CondCodeSDNode...
2005-08-02 Chris Lattnerone more hunk that got dropped
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-08-01 Andrew Lenharthuse llabs not abs
2005-07-28 Andrew Lenharthsupport bsr, and more .td simplification
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-23 Andrew Lenharthfix compile error
2005-07-22 Andrew LenharthHandle more imm forms, and load small negative i32...
2005-07-22 Andrew Lenharthsimpilfy instruction encoding (and make the lines way...
2005-07-12 Andrew LenharthFix povray and minor cleanups
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerChange TRUNCSTORE to use a VTSDNode operand instead...
2005-07-07 Andrew Lenharthclean up prolouge and epilouge
2005-07-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-07-04 Andrew Lenharthcheck the correct VT
2005-07-03 Andrew Lenharthfix loading address of fp symbols
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 Lenharthtracking the instructions causing loads and stores...
2005-06-29 Andrew Lenharththinko
2005-06-29 Andrew Lenharthunify SelectExpr and SelectFP
2005-06-29 Andrew Lenharthfix most regressions
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 LenharthSo, it turns out I forgot that one valid way of restori...
2005-06-27 Andrew Lenharthget rid of another pseudo op
2005-06-27 Andrew Lenharthgenerate address of constant pool entries
2005-06-27 Andrew LenharthMisha happification patch
2005-06-27 Andrew LenharthReduce use of pseudo ops
2005-06-27 Andrew Lenharthmissed a load
2005-06-27 Andrew Lenharthwho said we had to use the return address in the return...
2005-06-26 Andrew Lenharthdepend more on legalize putting constants on the RHS
2005-06-26 Andrew LenharthWith setOperationAction(ISD::UINT_TO_FP, MVT::i64,...
2005-06-23 Andrew Lenharthremove a pseudo instruction, make ret always right...
2005-06-23 Andrew Lenharthfinally, Working varargs
2005-06-22 Andrew Lenharthmore complete Lowering for vacopy and vaarg
2005-06-22 Andrew LenharthMake it easier to find alpha stuff in doxygen, and...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-06-08 Andrew Lenharthfix BranchCC with a setCC with an arg of 0
2005-06-06 Misha BrukmanFix spelling of `correlate'
2005-06-06 Andrew Lenharthallow marking of loads and stores in the instruction...
2005-06-06 Misha Brukman* Replace block of commented-out lines with #if 0
2005-05-31 Andrew Lenharthtry custom expanders, doesn't seem to expand yet, so...
2005-05-31 Andrew Lenharthswitch to the new live in thing. Really, this time...
2005-05-31 Andrew Lenharthswitch to the new live in thing
2005-05-31 Andrew Lenharthswitch to the new live in thing
2005-05-26 Andrew LenharthFix 2005-05-12-Int64ToFP
2005-05-13 Chris Lattnertreat TAILCALL nodes identically to CALL nodes
2005-05-13 Chris LattnerAdd an isTailCall flag to LowerCallTo
2005-05-12 Chris Lattnerrename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to...
2005-05-12 Chris LattnerPass in Calling Convention to use into LowerCallTo
2005-05-04 Andrew Lenharthfix typo
2005-05-04 Andrew LenharthWell, add support for ct* for 21264 only.
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-30 Andrew LenharthI was sure I had thought about this and there was a...
2005-04-30 Chris LattnerEliminate some random whitespace
2005-04-30 Chris LattnerThis target doesn't support the FSIN/FCOS/FSQRT nodes yet
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Andrew Lenharthkeep track of max depth stats
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-14 Andrew Lenharthfix calls
2005-04-14 Andrew Lenhartha 21264 fix, and fix the operator precidence on an...
2005-04-13 Andrew LenharthWOW, function calls still seem to work after this.
2005-04-13 Andrew Lenharthadd matches for SxADDL and company, as well as simplify...
2005-04-13 Andrew Lenharthadded all flavors of zap for anding
2005-04-13 Chris LattnerRemove support for ZERO_EXTEND_INREG. This pessimizes...
2005-04-12 Andrew LenharthGet rid of idefs for arguments (oops)
2005-04-12 Andrew LenharthGet rid of idefs for arguments
2005-04-09 Chris LattnerThis target does not support/want ISD::BRCONDTWOWAY
2005-04-08 Andrew Lenharthcollect a few statistics, factor constants (constant...
2005-04-07 Andrew LenharthAlpha zero extends setcc results
2005-04-07 Andrew Lenharthfix a small optimization opertunity and make gcc happy
2005-04-07 Andrew Lenharthfixup magic constant making code. tested by thousands...
2005-04-07 Andrew LenharthIt wasn't happy about this either
2005-04-07 Andrew LenharthYea, it wasn't happy
2005-04-06 Alkis EvlogimenosMake these 64 bit constants so that this compiles on...
2005-04-06 Andrew Lenharthadded sdiv by 2^k and works for neg divisors also
2005-04-06 Andrew Lenharthfix copy/paste errors, and add imm support to SxADDQ...
2005-04-06 Andrew LenharthAdded Nate's div by constant stuff, also scaled operations!
2005-04-05 Andrew Lenharthadded lowerargs support for varargs
2005-04-03 Andrew Lenharthis this simpler? I think it is simpler.
2005-04-03 Andrew Lenharthfix 101 regressions
2005-04-02 Andrew LenharthSelect optimization
next