aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* move this fp select into a patternAndrew Lenharth2009-08-081-19/+0
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Switch Alpha over to the new call lowering style. New code mostly Eli Friedman2009-07-191-72/+3
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-4/+4
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-4/+4
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-0/+2
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-081-1/+1
* Convert Alpha and Mips to use a MachineFunctionInfo subclass toDan Gohman2009-06-031-39/+29
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-34/+46
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-1/+1
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-14/+0
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-1/+1
* Trim #includes.Dan Gohman2008-10-161-2/+0
* Note that ADDC and company don't actually expand yet (missing in legalizeAndrew Lenharth2008-10-071-1/+2
* 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