aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/IA64/IA64ISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-19/+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
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-2/+1
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-4/+4
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-4/+4
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-1/+1
* fix some 80-col violationsGabor Greif2008-08-301-2/+4
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-3/+3
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-3/+3
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-211-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-99/+99
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-2/+1
* random bugfix sitting in my tree.Chris Lattner2008-07-091-1/+2
* Add explicit keywords.Dan Gohman2008-07-071-1/+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-5/+5
* Add chain inputs for loads.Chris Lattner2008-05-281-3/+3
* loads should get chains. THis helps but does not solve CodeGen/Generic/2003-...Chris Lattner2008-05-281-2/+4
* 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
* Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman2008-01-301-2/+2
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Revise per review of previous patch.Dale Johannesen2007-08-311-2/+4
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-311-2/+2
* 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-22/+30
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-4/+1
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-1/+0
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* fix storing bools to mem and unordered FP opsDuraid Madina2006-11-261-1/+1
* For PR786:Reid Spencer2006-11-021-5/+3
* Fix CodeGen/IA64/ret-0.ll, which has apparently been broken since some of theChris Lattner2006-10-241-2/+6
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-131-7/+7
* Naming consistency.Evan Cheng2006-10-111-1/+1
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-091-6/+5
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-041-2/+1
* Reflects MachineConstantPoolEntry changes.Evan Cheng2006-09-121-1/+1
* Do not use getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng2006-08-271-15/+27
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-261-10/+10
* Select() no longer require Result operand by reference.Evan Cheng2006-08-261-20/+13
* Match tblgen changes.Evan Cheng2006-08-261-30/+38
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-161-31/+20
* Match tablegen changes.Evan Cheng2006-08-111-25/+21
* Match tablegen isel changes.Evan Cheng2006-08-071-70/+28
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-281-1/+0
* Remove NodeDepthEvan Cheng2006-07-271-6/+1
* It was pointed out that DEBUG() is only available with -debug.Jim Laskey2006-07-111-1/+5