aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/CMakeLists.txt
AgeCommit message (Expand)Author
2009-11-23Rename SelectionDAGLowering to SelectionDAGBuilder, and renameDan Gohman
2009-11-23Update CMake file.Ted Kremenek
2009-10-10Create a new InstrEmitter class for translating SelectionDAG nodesDan Gohman
2009-07-15Lexically order files in CMakeLists.txt files.Ted Kremenek
2009-07-02CMake build fixes, from Xerxes RanbyDouglas Gregor
2009-05-24Update for CMakeLists; untested, so tell me if there are issues.Eli Friedman
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman
2008-11-15Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.Dan Gohman
2008-09-22Initial support for the CMake build system.Oscar Fuentes