summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-4/+1
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-3/+3
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-4/+4
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-5/+4
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-211-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-50/+50
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-2/+1
* Split scheduling from instruction selection.Evan Cheng2008-06-301-7/+4
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-8/+8
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-141-3/+3
* Convert MaskedValueIsZero and all its users to use APInt. Also addDan Gohman2008-02-251-1/+3
* Dwarf requires variable entries to be in the source order. Right now, since w...Evan Cheng2008-02-041-1/+0
* explicitly include Compiler.h instead of getting it from tblgen in the middle...Chris Lattner2008-02-031-0/+1
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-0/+1
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-7/+5
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-311-5/+5
* Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman2007-06-221-1/+1
* Pass a SelectionDAG into SDNode::dump everywhere it's used, in preprationDan Gohman2007-06-191-1/+1
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-54/+54
* FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth2007-01-241-31/+4
* Fix unordered fp on alphaAndrew Lenharth2007-01-241-15/+35
* For PR1043:Reid Spencer2007-01-191-0/+1
* For PR950:Reid Spencer2006-12-311-1/+1
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-1/+0
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-2/+1
* For PR786:Reid Spencer2006-11-021-1/+0
* more shotenningAndrew Lenharth2006-10-311-2/+2
* Let us play simplify the td file (and fix a few missed sub and mul patterns).Andrew Lenharth2006-10-311-0/+8
* For PR950:Reid Spencer2006-10-201-2/+1
* Reduce the amount of state in the lowering code and drop old pattern ISel fun...Andrew Lenharth2006-10-111-4/+20
* Use cute tblgen tricks to make zap handling more powerful. Specifically,Chris Lattner2006-10-111-13/+52
* Jimptables working again on alpha.Andrew Lenharth2006-10-111-2/+3
* Do not use getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng2006-08-271-4/+5
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-261-5/+5
* Select() no longer require Result operand by reference.Evan Cheng2006-08-261-27/+23
* Match tblgen changes.Evan Cheng2006-08-261-23/+29
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-161-17/+12
* Match tablegen changes.Evan Cheng2006-08-111-22/+17
* Match tablegen isel changes.Evan Cheng2006-08-071-26/+26
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-281-1/+0
* Ensure that dump calls that are associated with asserts are removed fromJim Laskey2006-07-111-1/+1
* Add memory operand and int regsAndrew Lenharth2006-06-211-0/+18
* I am sure I had commited this workaround before. Perhaps soon I should sort ...Andrew Lenharth2006-06-131-6/+6
* 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
OpenPOWER on IntegriCloud