aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/CMakeLists.txt
AgeCommit message (Expand)Author
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2012-03-13Refactor the SelectionDAG's 'dump' methods into their own .cpp file.Bill Wendling
2012-02-01fix cmakeAndrew Trick
2012-02-01VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-10-24Really unbreak CMake buildDouglas Gregor
2011-10-24Unbreak CMake buildDouglas Gregor
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
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