summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for FP->INT conversions and back.Chris Lattner2005-01-081-0/+11
* 1ULL << 64 is undefined, don't do it.Chris Lattner2005-01-081-2/+3
* Fix a pointer invalidation problem. This fixes Generic/badarg6.llChris Lattner2005-01-071-13/+7
* Fold conditional branches on constants away.Chris Lattner2005-01-071-0/+6
* Fix a thinko in the reassociation code, fixing Generic/badlive.llChris Lattner2005-01-071-1/+1
* Simplify: truncate ({zero|sign}_extend (X))Chris Lattner2005-01-071-0/+9
* Implement RemoveDeadNodesChris Lattner2005-01-071-0/+119
* Complete rewrite of the SelectionDAG class.Chris Lattner2005-01-071-106/+758
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+2
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-1/+1
* Finegrainify namespacificationChris Lattner2004-06-021-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Add a bunch of new node types, etcChris Lattner2003-08-151-0/+16
* Initial checkin of SelectionDAG implementation. This is still rough andChris Lattner2003-08-111-0/+105
OpenPOWER on IntegriCloud