aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2005-01-07Legalize unconditional branches tooChris Lattner
2005-01-07Implement support for long GEP indices on 32-bit archs and support forChris Lattner
2005-01-07Simplify: truncate ({zero|sign}_extend (X))Chris Lattner
2005-01-07implement legalization of a bunch more operators.Chris Lattner
2005-01-07Fix another bug legalizing calls!Chris Lattner
2005-01-07Fix handling of dead PHI nodes.Chris Lattner
2005-01-07Fix a bug legalizing callsChris Lattner
2005-01-07After legalizing a DAG, delete dead nodes to save space.Chris Lattner
2005-01-07Implement RemoveDeadNodesChris Lattner
2005-01-07Teach legalize how to handle condbranchesChris Lattner
2005-01-07Initial implementation of the SelectionDAGISel class. This contains mostChris Lattner
2005-01-07This file is obsoleteChris Lattner
2005-01-07Initial implementation of the DAG legalization. This still has a long wayChris Lattner
2005-01-07Complete rewrite of the SelectionDAG class.Chris Lattner
2005-01-07First draft of new Target interfaceChris Lattner
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-10-08Hyphenate target-(in)dependent for more tasty grammar goodness (tm)Misha Brukman
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-02Finegrainify namespacificationChris Lattner
2004-06-02Fix a trivial but blatant bugChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-15rename selection directory and library to SelectionDAGChris Lattner
2003-08-15Add a bunch of new node types, etcChris Lattner
2003-08-11Initial checkin of SelectionDAG implementation. This is still rough andChris Lattner