aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* It really helps to be returning to the correct placeAndrew Lenharth2006-06-131-27/+5
* Change RET node to include signness information of the return values. i.e.Evan Cheng2006-05-261-1/+1
* Assert if InflightSet is not cleared after instruction selecting a BB.Evan Cheng2006-05-251-0/+1
* Clear HandleMap and ReplaceMap after instruction selection. Or it may causeEvan Cheng2006-05-241-0/+2
* Fix a bogus gcc warningAndrew Lenharth2006-05-181-2/+2
* Initialize SDOperand values because the gcc 4.0.2 compiler complains aboutReid Spencer2006-04-081-2/+2
* support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4Andrew Lenharth2006-04-031-1/+1
* mul by const conversion sequences. more coming soonAndrew Lenharth2006-04-031-0/+12
* #include Intrinsics.h into all dag iselsChris Lattner2006-03-251-0/+1
* improved zap discoveryAndrew Lenharth2006-02-131-0/+33
* Match getTargetNode() changes (now return SDNode* instead of SDOperand).Evan Cheng2006-02-091-36/+39
* Change Select() fromEvan Cheng2006-02-091-42/+74
* Use SelectRoot() as entry of any tblgen based isel.Evan Cheng2006-02-051-1/+2
* Update alpha to reflect recent constantfp legalize changes. It's not clearChris Lattner2006-01-291-16/+16
* Switch to AlphaISD::CALL instead of ISD::CALLChris Lattner2006-01-271-2/+1
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* stack and rpccAndrew Lenharth2006-01-161-31/+5
* make 0 codegen much betterAndrew Lenharth2006-01-061-0/+4
* typeoAndrew Lenharth2006-01-021-1/+1
* Move brcond over and fix some imm patterns. This may be the last change befo...Andrew Lenharth2006-01-011-43/+42
* improve constant loading. Still sucks, but oh wellAndrew Lenharth2005-12-301-15/+23
* add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAGAndrew Lenharth2005-12-251-9/+14
* All that just to lower div and remAndrew Lenharth2005-12-251-36/+13
* All addressing modes are now exposed. The only remaining relocated formsAndrew Lenharth2005-12-241-6/+0
* Let's see if we can break things.Andrew Lenharth2005-12-241-2/+5
* move loads and stores over. Smart addr selection commingAndrew Lenharth2005-12-241-58/+0
* fix FP selectsAndrew Lenharth2005-12-121-1/+1
* restore a more restricted selectAndrew Lenharth2005-12-121-0/+32
* FP select improvements (and likely breakage), oh and crazy people might want ...Andrew Lenharth2005-12-111-27/+4
* fix divide and remainderAndrew Lenharth2005-12-061-13/+11
* more decent branches for FP. I might have to make some intermediate nodes to...Andrew Lenharth2005-12-061-2/+33
* move this over to the dagAndrew Lenharth2005-12-051-8/+0
* fix constant pool loadsAndrew Lenharth2005-12-051-1/+1
* Flags where I think I need them, quick, before the nightly tester startsAndrew Lenharth2005-12-011-23/+42
* SelectNodeTo now returns its result, we must pay attention to it.Chris Lattner2005-11-301-40/+29
* Make typesafe that which isn't: FCMOVxxAndrew Lenharth2005-11-301-3/+9
* FPSelect and more custom loweringAndrew Lenharth2005-11-301-1/+28
* All sorts of stuff.Andrew Lenharth2005-11-301-3/+87
* massive DAGISel patch. lots and lots more stuff compiles nowAndrew Lenharth2005-11-221-32/+119
* int comparison patternsAndrew Lenharth2005-10-261-28/+0
* The dag isel generator generates this nowChris Lattner2005-10-251-32/+0
* Add several things.Andrew Lenharth2005-10-231-20/+80
* Well, the Constant matching pattern works. Can't say much about calls or glo...Andrew Lenharth2005-10-221-63/+86
* forgot this oneAndrew Lenharth2005-10-201-0/+265