Change ConstantPoolSDNode to actually hold the Constant itself instead of
[oota-llvm.git] / lib / Target / IA64 / IA64ISelPattern.cpp
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-25 Chris Lattnerfix a warning in optimized build
2005-08-22 Chris LattnerFix a crash I introduced into the IA64 backend with...
2005-08-22 Chris LattnerAdd a pass name for -time-passes output
2005-08-21 Duraid Madinareenable collapse of loadimm+AND -> dep.z (thanks guys)
2005-08-20 Jim LaskeyRepair an out by one error for IA64.
2005-08-19 Duraid Madinaa bugfix (up top) and a quick repair job: disable gener...
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-10 Duraid Madinasorry!! this is temporary; for some reason the nasty...
2005-08-09 Chris LattnerUpdate the targets to the new SETCC/CondCodeSDNode...
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
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-05 Chris LattnerMake several cleanups to Andrews varargs change:
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-20 Duraid Madinare-enable direct calls, this should just be a performan...
2005-05-15 Duraid Madinamake angry compilers happy again
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-11 Duraid Madinaadd the popcount instruction and support this in the...
2005-05-11 Chris LattnerNo really IA*64* :)
2005-05-09 Duraid Madinafix and cleanup constmul code a bit, this fixes mediabe...
2005-05-04 Andrew Lenharthfix typo
2005-05-02 Duraid Madinasupport multiplication by constant negative integers
2005-05-02 Duraid Madinaadd support for bools to SELECT, this fixes Prolangs...
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-27 Duraid Madinaclean up some warnings
2005-04-26 Duraid Madinaconstmul bugfix: multiply by 27611 was broken
2005-04-26 Duraid Madinaclean up the code! (oops) lots more cleaning left,...
2005-04-26 Duraid Madina* Add code to reduce multiplies by constant integers...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-14 Duraid Madinaoops, this stopped us turning movl r4=0xFFFFFFFF;;...
2005-04-14 Duraid Madinawe have zextloads, not sextloads!
2005-04-13 Duraid Madina* add the shladd instruction
2005-04-13 Duraid Madina* if ANDing with a constant of the form:
2005-04-13 Chris LattnerRemove special handling of ZERO_EXTEND_INREG. This...
2005-04-12 Duraid Madinastop emitting IDEFs for args - change to using liveIn...
2005-04-11 Chris LattnerIA64 supports this operation.
2005-04-11 Duraid Madinahmm, should probably change addImm() to take 64-bit...
2005-04-11 Duraid Madinaassorted fixes:
2005-04-09 Chris LattnerThis target does not support/want ISD::BRCONDTWOWAY
2005-04-08 Duraid Madinafix bogus division-by-power-of-2 (was wrong for negativ...
2005-04-07 Duraid Madinacodegen immediate forms of add/sub/shift
2005-04-06 Duraid Madinasteal sampo's div-by-constant-power-of-2 stuff
2005-04-04 Duraid Madinafix SREM/UREM, which gave incorrect results for x%y...
2005-04-02 Duraid Madinasupport IDEF, fnegabs (thanks sampo)
2005-04-02 Duraid Madinaadd support FNEG and FABS
2005-04-02 Chris LattnerThis target doesn't support fabs/fneg yet.
2005-04-01 Duraid Madinarepair mindless SELECT waste.
2005-03-31 Duraid MadinaAssorted fixes:
2005-03-26 Nate BegemanChange interface to LowerCallTo to take a boolean isVar...
2005-03-24 Nate BegemanRemove comments that are now meaningless from the patte...
2005-03-19 Alkis EvlogimenosStop using deprecated interface.
2005-03-17 Duraid Madinaclean up warnings when building in release mode
2005-03-17 Duraid Madinaand so it begins...