summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/CMakeLists.txt
Commit message (Expand)AuthorAge
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Refactor the SelectionDAG's 'dump' methods into their own .cpp file.Bill Wendling2012-03-13
* fix cmakeAndrew Trick2012-02-01
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-01
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Really unbreak CMake buildDouglas Gregor2011-10-24
* Unbreak CMake buildDouglas Gregor2011-10-24
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-28
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Move CallingConvLower.cpp out of the SelectionDAG directory.Dan Gohman2010-07-07
* Create a new TargetSelectionDAGInfo class. This will eventually acquireDan Gohman2010-04-16
* Rename SelectionDAGLowering to SelectionDAGBuilder, and renameDan Gohman2009-11-23
* Update CMake file.Ted Kremenek2009-11-23
* Create a new InstrEmitter class for translating SelectionDAG nodesDan Gohman2009-10-10
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-15
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-02
* Update for CMakeLists; untested, so tell me if there are issues.Eli Friedman2009-05-24
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-19
* Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.Dan Gohman2008-11-15
* Initial support for the CMake build system.Oscar Fuentes2008-09-22