aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/DAGISelHeader.h
Commit message (Expand)AuthorAgeFilesLines
* Fix weird typo which leads to unallocated memory access for nodes with 4 resu...Anton Korobeynikov2009-12-131-2/+1
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-1/+1
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-141-4/+4
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-1/+1
* Generalize one of the SelectionDAG::ReplaceAllUsesWith overloadsDan Gohman2009-04-151-8/+1
* Delete unnecessary elses.Dan Gohman2009-01-281-2/+2
* Make ISel ignore dead nodes. The DAGCombiner normally eliminatesDan Gohman2008-11-051-0/+5
* The HadDelete field is no longer used.Dan Gohman2008-11-051-1/+0
* Update some comments to reflect the new code.Dan Gohman2008-11-051-3/+8
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-113/+32
* Totally disable the setSubgraphColor calls temporarily, as they'reDan Gohman2008-10-311-2/+2
* Add some more information to the top-level comment for this file.Dan Gohman2008-10-281-1/+5
* Avoid calls to setSubgraphColor in release mode. They generate lots of error ...Evan Cheng2008-10-281-1/+4
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-2/+7
* Optimize SelectionDAG's AssignTopologicalOrder even further.Dan Gohman2008-09-301-4/+4
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-6/+6
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-211-2/+2
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-7/+7
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-0/+11
* Indentation.Evan Cheng2008-07-171-3/+3
* Sometimes (rarely) nodes held in LegalizeTypesDuncan Sands2008-06-111-3/+3
* Do not generate by TableGen the hard-coded standard, target-independent part ofRoman Levenstein2008-05-141-0/+192