It really helps to be returning to the correct place
[oota-llvm.git] / lib / Target / Alpha / AlphaISelDAGToDAG.cpp
2006-06-13 Andrew LenharthIt really helps to be returning to the correct place
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-25 Evan ChengAssert if InflightSet is not cleared after instruction...
2006-05-24 Evan ChengClear HandleMap and ReplaceMap after instruction select...
2006-05-18 Andrew LenharthFix a bogus gcc warning
2006-04-08 Reid SpencerInitialize SDOperand values because the gcc 4.0.2 compi...
2006-04-03 Andrew Lenharthsupport x * (c1 + c2) where c1 and c2 are pow2s. speci...
2006-04-03 Andrew Lenharthmul by const conversion sequences. more coming soon
2006-03-25 Chris Lattner#include Intrinsics.h into all dag isels
2006-02-13 Andrew Lenharthimproved zap discovery
2006-02-09 Evan ChengMatch getTargetNode() changes (now return SDNode* inste...
2006-02-09 Evan ChengChange Select() from
2006-02-05 Evan ChengUse SelectRoot() as entry of any tblgen based isel.
2006-01-29 Chris LattnerUpdate alpha to reflect recent constantfp legalize...
2006-01-27 Chris LattnerSwitch to AlphaISD::CALL instead of ISD::CALL
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-16 Andrew Lenharthstack and rpcc
2006-01-06 Andrew Lenharthmake 0 codegen much better
2006-01-02 Andrew Lenharthtypeo
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-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 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-12 Andrew Lenharthrestore a more restricted select
2005-12-11 Andrew LenharthFP select improvements (and likely breakage), oh and...
2005-12-06 Andrew Lenharthfix divide and remainder
2005-12-06 Andrew Lenharthmore decent branches for FP. I might have to make...
2005-12-05 Andrew Lenharthmove this over to the dag
2005-12-05 Andrew Lenharthfix constant pool loads
2005-12-01 Andrew LenharthFlags where I think I need them, quick, before the...
2005-11-30 Chris LattnerSelectNodeTo now returns its result, we must pay attent...
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-10-26 Andrew Lenharthint comparison patterns
2005-10-25 Chris LattnerThe dag isel generator generates this now
2005-10-23 Andrew LenharthAdd several things.
2005-10-22 Andrew LenharthWell, the Constant matching pattern works. Can't say...
2005-10-20 Andrew Lenharthforgot this one