Fix a memory smasher caught by Mac OS X's debug malloc library. We were
[oota-llvm.git] / lib / Target / PowerPC / PPC64ISelPattern.cpp
2005-05-15 Chris LattnerFix andrews changes to fit in 80 columns
2005-05-13 Chris Lattnertreat TAILCALL nodes identically to CALL nodes
2005-05-13 Chris LattnerAdd an isTailCall flag to LowerCallTo
2005-05-13 Chris LattnerRealize that we don't support fmod directly, fixing...
2005-05-12 Chris Lattnerrename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to...
2005-05-12 Chris LattnerPass in Calling Convention to use into LowerCallTo
2005-05-12 Chris LattnerThese targets don't like setcc
2005-05-04 Andrew Lenharthfix typo
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-30 Chris LattnerDoesn't support these nodes
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-13 Chris LattnerElimate handling of ZERO_EXTEND_INREG. This causes...
2005-04-09 Chris LattnerThis target does not yet support ISD::BRCONDTWOWAY
2005-04-09 Nate Begeman64b: Expand S/UREM
2005-04-08 Nate BegemanFix 64b shifts
2005-04-08 Nate BegemanMatch Mac OS X 64 bit calling conventions
2005-04-06 Nate BegemanAdd support for MULHS and MULHU nodes
2005-04-05 Nate BegemanFix cut & paste errors (32->64), and codegen float...
2005-04-05 Nate BegemanRemove 64 bit simple ISel, it never worked correctly