aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/CMakeLists.txt
AgeCommit message (Expand)Author
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-07-07Move CallingConvLower.cpp out of the SelectionDAG directory.Dan Gohman
2010-04-16Create a new TargetSelectionDAGInfo class. This will eventually acquireDan Gohman
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