aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2007-08-31Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen
2007-06-22Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman
2007-06-19Pass a SelectionDAG into SDNode::dump everywhere it's used, in preprationDan Gohman
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-01-24FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth
2007-01-24Fix unordered fp on alphaAndrew Lenharth
2007-01-19For PR1043:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-11-02For PR786:Reid Spencer
2006-10-31more shotenningAndrew Lenharth
2006-10-31Let us play simplify the td file (and fix a few missed sub and mul patterns).Andrew Lenharth
2006-10-20For PR950:Reid Spencer
2006-10-11Reduce the amount of state in the lowering code and drop old pattern ISel fun...Andrew Lenharth
2006-10-11Use cute tblgen tricks to make zap handling more powerful. Specifically,Chris Lattner
2006-10-11Jimptables working again on alpha.Andrew Lenharth
2006-08-27Do not use getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng
2006-08-26SelectNodeTo now returns a SDNode*.Evan Cheng
2006-08-26Select() no longer require Result operand by reference.Evan Cheng
2006-08-26Match tblgen changes.Evan Cheng
2006-08-16SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng
2006-08-11Match tablegen changes.Evan Cheng
2006-08-07Match tablegen isel changes.Evan Cheng
2006-07-28Remove InFlightSet hack. No longer needed.Evan Cheng
2006-07-11Ensure that dump calls that are associated with asserts are removed fromJim Laskey
2006-06-21Add memory operand and int regsAndrew Lenharth
2006-06-13I am sure I had commited this workaround before. Perhaps soon I should sort ...Andrew Lenharth
2006-06-13It really helps to be returning to the correct placeAndrew Lenharth
2006-05-26Change RET node to include signness information of the return values. i.e.Evan Cheng
2006-05-25Assert if InflightSet is not cleared after instruction selecting a BB.Evan Cheng
2006-05-24Clear HandleMap and ReplaceMap after instruction selection. Or it may causeEvan Cheng
2006-05-18Fix a bogus gcc warningAndrew Lenharth
2006-04-08Initialize SDOperand values because the gcc 4.0.2 compiler complains aboutReid Spencer
2006-04-03support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4Andrew Lenharth
2006-04-03mul by const conversion sequences. more coming soonAndrew Lenharth
2006-03-25#include Intrinsics.h into all dag iselsChris Lattner
2006-02-13improved zap discoveryAndrew Lenharth
2006-02-09Match getTargetNode() changes (now return SDNode* instead of SDOperand).Evan Cheng
2006-02-09Change Select() fromEvan Cheng
2006-02-05Use SelectRoot() as entry of any tblgen based isel.Evan Cheng
2006-01-29Update alpha to reflect recent constantfp legalize changes. It's not clearChris Lattner
2006-01-27Switch to AlphaISD::CALL instead of ISD::CALLChris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2006-01-16stack and rpccAndrew Lenharth
2006-01-06make 0 codegen much betterAndrew Lenharth
2006-01-02typeoAndrew Lenharth
2006-01-01Move brcond over and fix some imm patterns. This may be the last change befo...Andrew Lenharth
2005-12-30improve constant loading. Still sucks, but oh wellAndrew Lenharth
2005-12-25add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAGAndrew Lenharth